Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Side by Side Diff: third_party/WebKit/Source/core/testing/DictionaryTest.h

Issue 1961883002: Generate separate files for union type containers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef DictionaryTest_h 5 #ifndef DictionaryTest_h
6 #define DictionaryTest_h 6 #define DictionaryTest_h
7 7
8 #include "bindings/core/v8/DoubleOrString.h"
8 #include "bindings/core/v8/Nullable.h" 9 #include "bindings/core/v8/Nullable.h"
9 #include "bindings/core/v8/ScriptState.h" 10 #include "bindings/core/v8/ScriptState.h"
10 #include "bindings/core/v8/ScriptValue.h" 11 #include "bindings/core/v8/ScriptValue.h"
11 #include "bindings/core/v8/ScriptWrappable.h" 12 #include "bindings/core/v8/ScriptWrappable.h"
12 #include "bindings/core/v8/UnionTypesCore.h"
13 #include "core/dom/Element.h" 13 #include "core/dom/Element.h"
14 #include "platform/heap/Handle.h" 14 #include "platform/heap/Handle.h"
15 #include "wtf/HashMap.h" 15 #include "wtf/HashMap.h"
16 #include "wtf/text/WTFString.h" 16 #include "wtf/text/WTFString.h"
17 17
18 namespace blink { 18 namespace blink {
19 19
20 class InternalDictionary; 20 class InternalDictionary;
21 class InternalDictionaryDerived; 21 class InternalDictionaryDerived;
22 22
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 Member<EventTarget> m_eventTargetOrNullMember; 83 Member<EventTarget> m_eventTargetOrNullMember;
84 String m_derivedStringMember; 84 String m_derivedStringMember;
85 String m_derivedStringMemberWithDefault; 85 String m_derivedStringMemberWithDefault;
86 bool m_requiredBooleanMember; 86 bool m_requiredBooleanMember;
87 Nullable<HashMap<String, String>> m_dictionaryMemberProperties; 87 Nullable<HashMap<String, String>> m_dictionaryMemberProperties;
88 }; 88 };
89 89
90 } // namespace blink 90 } // namespace blink
91 91
92 #endif // DictionaryTest_h 92 #endif // DictionaryTest_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698