OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TemplateMap
(Results
1 - 25
of
29
) sorted by null
1
2
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8PerIsolateData.h
67
typedef HashMap<const void*, UnsafePersistent<v8::FunctionTemplate> >
TemplateMap
;
69
TemplateMap
& rawDOMTemplateMap(WrapperWorldType worldType)
76
TemplateMap
&
templateMap
(WrapperWorldType worldType)
152
TemplateMap
m_rawDOMTemplatesForMainWorld;
153
TemplateMap
m_rawDOMTemplatesForNonMainWorld;
154
TemplateMap
m_templatesForMainWorld;
155
TemplateMap
m_templatesForNonMainWorld;
V8PerIsolateData.cpp
97
TemplateMap
& templates =
templateMap
(currentWorldType);
98
TemplateMap
::iterator result = templates.find(privatePointer);
108
TemplateMap
& templates =
templateMap
(currentWorldType);
109
TemplateMap
::iterator result = templates.find(privatePointer);
117
templateMap
(currentWorldType).add(privatePointer, UnsafePersistent<v8::FunctionTemplate>(m_isolate, templ));
122
TemplateMap
& templates = rawDOMTemplateMap(currentWorldType);
123
TemplateMap
::iterator result = templates.find(info);
144
TemplateMap
& templates = rawDOMTemplateMap(currentWorldType)
[
all
...]
/external/chromium_org/tools/gn/
scope.h
248
typedef std::map<std::string, const FunctionCallNode*>
TemplateMap
;
249
TemplateMap
templates_;
scope.cc
114
TemplateMap
::const_iterator found = templates_.find(name);
237
for (
TemplateMap
::const_iterator i = templates_.begin();
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterfaceDoNotCheckConstants.cpp
99
V8PerIsolateData::
TemplateMap
::iterator result = data->
templateMap
(currentWorldType).find(&wrapperTypeInfo);
100
if (result != data->
templateMap
(currentWorldType).end())
107
data->
templateMap
(currentWorldType).add(&wrapperTypeInfo, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8TestInterfaceEmpty.cpp
94
V8PerIsolateData::
TemplateMap
::iterator result = data->
templateMap
(currentWorldType).find(&wrapperTypeInfo);
95
if (result != data->
templateMap
(currentWorldType).end())
102
data->
templateMap
(currentWorldType).add(&wrapperTypeInfo, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8TestInterfaceEventTarget.cpp
94
V8PerIsolateData::
TemplateMap
::iterator result = data->
templateMap
(currentWorldType).find(&wrapperTypeInfo);
95
if (result != data->
templateMap
(currentWorldType).end())
102
data->
templateMap
(currentWorldType).add(&wrapperTypeInfo, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8TestException.cpp
111
V8PerIsolateData::
TemplateMap
::iterator result = data->
templateMap
(currentWorldType).find(&wrapperTypeInfo);
112
if (result != data->
templateMap
(currentWorldType).end())
119
data->
templateMap
(currentWorldType).add(&wrapperTypeInfo, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8TestInterfaceConstructor3.cpp
127
V8PerIsolateData::
TemplateMap
::iterator result = data->
templateMap
(currentWorldType).find(&wrapperTypeInfo);
128
if (result != data->
templateMap
(currentWorldType).end())
135
data->
templateMap
(currentWorldType).add(&wrapperTypeInfo, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8TestInterfaceCustomConstructor.cpp
113
V8PerIsolateData::
TemplateMap
::iterator result = data->
templateMap
(currentWorldType).find(&wrapperTypeInfo);
114
if (result != data->
templateMap
(currentWorldType).end())
121
data->
templateMap
(currentWorldType).add(&wrapperTypeInfo, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8TestInterfaceNamedConstructor.cpp
145
V8PerIsolateData::
TemplateMap
::iterator result = data->
templateMap
(currentWorldType).find(&wrapperTypeInfo);
146
if (result != data->
templateMap
(currentWorldType).end())
153
data->
templateMap
(currentWorldType).add(&wrapperTypeInfo, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8TestInterfacePython2.cpp
96
V8PerIsolateData::
TemplateMap
::iterator result = data->
templateMap
(currentWorldType).find(&wrapperTypeInfo);
97
if (result != data->
templateMap
(currentWorldType).end())
104
data->
templateMap
(currentWorldType).add(&wrapperTypeInfo, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8TestNamedConstructor.cpp
156
V8PerIsolateData::
TemplateMap
::iterator result = data->
templateMap
(currentWorldType).find(&wrapperTypeInfo);
157
if (result != data->
templateMap
(currentWorldType).end())
164
data->
templateMap
(currentWorldType).add(&wrapperTypeInfo, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8TestCustomAccessors.cpp
174
V8PerIsolateData::
TemplateMap
::iterator result = data->
templateMap
(currentWorldType).find(&wrapperTypeInfo);
175
if (result != data->
templateMap
(currentWorldType).end())
182
data->
templateMap
(currentWorldType).add(&wrapperTypeInfo, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8TestInterfaceConstructor.cpp
173
V8PerIsolateData::
TemplateMap
::iterator result = data->
templateMap
(currentWorldType).find(&wrapperTypeInfo);
174
if (result != data->
templateMap
(currentWorldType).end())
181
data->
templateMap
(currentWorldType).add(&wrapperTypeInfo, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8TestInterfaceConstructor2.cpp
162
V8PerIsolateData::
TemplateMap
::iterator result = data->
templateMap
(currentWorldType).find(&wrapperTypeInfo);
163
if (result != data->
templateMap
(currentWorldType).end())
170
data->
templateMap
(currentWorldType).add(&wrapperTypeInfo, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8TestInterfacePython.cpp
199
V8PerIsolateData::
TemplateMap
::iterator result = data->
templateMap
(currentWorldType).find(&wrapperTypeInfo);
200
if (result != data->
templateMap
(currentWorldType).end())
207
data->
templateMap
(currentWorldType).add(&wrapperTypeInfo, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8TestNode.cpp
183
V8PerIsolateData::
TemplateMap
::iterator result = data->
templateMap
(currentWorldType).find(&wrapperTypeInfo);
184
if (result != data->
templateMap
(currentWorldType).end())
191
data->
templateMap
(currentWorldType).add(&wrapperTypeInfo, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8TestOverloadedConstructors.cpp
184
V8PerIsolateData::
TemplateMap
::iterator result = data->
templateMap
(currentWorldType).find(&wrapperTypeInfo);
185
if (result != data->
templateMap
(currentWorldType).end())
192
data->
templateMap
(currentWorldType).add(&wrapperTypeInfo, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8TestInterfaceImplementedAs.cpp
201
V8PerIsolateData::
TemplateMap
::iterator result = data->
templateMap
(currentWorldType).find(&wrapperTypeInfo);
202
if (result != data->
templateMap
(currentWorldType).end())
209
data->
templateMap
(currentWorldType).add(&wrapperTypeInfo, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8TestEventTarget.cpp
300
V8PerIsolateData::
TemplateMap
::iterator result = data->
templateMap
(currentWorldType).find(&wrapperTypeInfo);
301
if (result != data->
templateMap
(currentWorldType).end())
308
data->
templateMap
(currentWorldType).add(&wrapperTypeInfo, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8TestInterfaceEventConstructor.cpp
363
V8PerIsolateData::
TemplateMap
::iterator result = data->
templateMap
(currentWorldType).find(&wrapperTypeInfo);
364
if (result != data->
templateMap
(currentWorldType).end())
371
data->
templateMap
(currentWorldType).add(&wrapperTypeInfo, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8SupportTestInterface.cpp
448
V8PerIsolateData::
TemplateMap
::iterator result = data->
templateMap
(currentWorldType).find(&wrapperTypeInfo);
449
if (result != data->
templateMap
(currentWorldType).end())
456
data->
templateMap
(currentWorldType).add(&wrapperTypeInfo, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8TestInterfaceCheckSecurity.cpp
508
V8PerIsolateData::
TemplateMap
::iterator result = data->
templateMap
(currentWorldType).find(&wrapperTypeInfo);
509
if (result != data->
templateMap
(currentWorldType).end())
516
data->
templateMap
(currentWorldType).add(&wrapperTypeInfo, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
[
all
...]
V8TestTypedefs.cpp
513
V8PerIsolateData::
TemplateMap
::iterator result = data->
templateMap
(currentWorldType).find(&wrapperTypeInfo);
514
if (result != data->
templateMap
(currentWorldType).end())
521
data->
templateMap
(currentWorldType).add(&wrapperTypeInfo, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
Completed in 241 milliseconds
1
2