HomeSort by relevance Sort by last modified time
    Searched refs:TemplateMap (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8PerIsolateData.h 66 typedef HashMap<void*, UnsafePersistent<v8::FunctionTemplate> > TemplateMap;
68 TemplateMap& rawTemplateMap(WrapperWorldType worldType)
75 TemplateMap& templateMap(WrapperWorldType worldType)
151 TemplateMap m_rawTemplatesForMainWorld;
152 TemplateMap m_rawTemplatesForNonMainWorld;
153 TemplateMap m_templatesForMainWorld;
154 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 = rawTemplateMap(currentWorldType);
123 TemplateMap::iterator result = templates.find(info);
144 TemplateMap& templates = rawTemplateMap(currentWorldType)
    [all...]
  /external/chromium_org/tools/gn/
scope.h 248 typedef std::map<std::string, const FunctionCallNode*> TemplateMap;
249 TemplateMap templates_;
scope.cc 115 TemplateMap::const_iterator found = templates_.find(name);
239 for (TemplateMap::const_iterator i = templates_.begin();
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestEvent.cpp 84 V8PerIsolateData::TemplateMap::iterator result = data->templateMap(currentWorldType).find(&info);
85 if (result != data->templateMap(currentWorldType).end())
92 data->templateMap(currentWorldType).add(&info, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8TestCustomAccessors.cpp 170 V8PerIsolateData::TemplateMap::iterator result = data->templateMap(currentWorldType).find(&info);
171 if (result != data->templateMap(currentWorldType).end())
178 data->templateMap(currentWorldType).add(&info, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8TestEventConstructor.cpp 164 V8PerIsolateData::TemplateMap::iterator result = data->templateMap(currentWorldType).find(&info);
165 if (result != data->templateMap(currentWorldType).end())
172 data->templateMap(currentWorldType).add(&info, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8TestException.cpp 102 V8PerIsolateData::TemplateMap::iterator result = data->templateMap(currentWorldType).find(&info);
103 if (result != data->templateMap(currentWorldType).end())
110 data->templateMap(currentWorldType).add(&info, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8TestMediaQueryListListener.cpp 113 V8PerIsolateData::TemplateMap::iterator result = data->templateMap(currentWorldType).find(&info);
114 if (result != data->templateMap(currentWorldType).end())
121 data->templateMap(currentWorldType).add(&info, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8TestNamedConstructor.cpp 146 V8PerIsolateData::TemplateMap::iterator result = data->templateMap(currentWorldType).find(&info);
147 if (result != data->templateMap(currentWorldType).end())
154 data->templateMap(currentWorldType).add(&info, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8TestNode.cpp 113 V8PerIsolateData::TemplateMap::iterator result = data->templateMap(currentWorldType).find(&info);
114 if (result != data->templateMap(currentWorldType).end())
121 data->templateMap(currentWorldType).add(&info, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8Float64Array.cpp 180 V8PerIsolateData::TemplateMap::iterator result = data->templateMap(currentWorldType).find(&info);
181 if (result != data->templateMap(currentWorldType).end())
188 data->templateMap(currentWorldType).add(&info, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8TestExtendedEvent.cpp 177 V8PerIsolateData::TemplateMap::iterator result = data->templateMap(currentWorldType).find(&info);
178 if (result != data->templateMap(currentWorldType).end())
185 data->templateMap(currentWorldType).add(&info, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8TestInterfaceImplementedAs.cpp 203 V8PerIsolateData::TemplateMap::iterator result = data->templateMap(currentWorldType).find(&info);
204 if (result != data->templateMap(currentWorldType).end())
211 data->templateMap(currentWorldType).add(&info, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8TestOverloadedConstructors.cpp 176 V8PerIsolateData::TemplateMap::iterator result = data->templateMap(currentWorldType).find(&info);
177 if (result != data->templateMap(currentWorldType).end())
184 data->templateMap(currentWorldType).add(&info, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8TestActiveDOMObject.cpp 224 V8PerIsolateData::TemplateMap::iterator result = data->templateMap(currentWorldType).find(&info);
225 if (result != data->templateMap(currentWorldType).end())
232 data->templateMap(currentWorldType).add(&info, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8TestSerializedScriptValueInterface.cpp 201 V8PerIsolateData::TemplateMap::iterator result = data->templateMap(currentWorldType).find(&info);
202 if (result != data->templateMap(currentWorldType).end())
209 data->templateMap(currentWorldType).add(&info, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8TestEventTarget.cpp 304 V8PerIsolateData::TemplateMap::iterator result = data->templateMap(currentWorldType).find(&info);
305 if (result != data->templateMap(currentWorldType).end())
312 data->templateMap(currentWorldType).add(&info, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8TestTypedefs.cpp 571 V8PerIsolateData::TemplateMap::iterator result = data->templateMap(currentWorldType).find(&info);
572 if (result != data->templateMap(currentWorldType).end())
579 data->templateMap(currentWorldType).add(&info, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
V8TestInterface.cpp     [all...]
V8TestObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.cpp 112 V8PerIsolateData::TemplateMap::iterator result = data->templateMap(currentWorldType).find(&info);
113 if (result != data->templateMap(currentWorldType).end())
120 data->templateMap(currentWorldType).add(&info, UnsafePersistent<v8::FunctionTemplate>(isolate, templ));
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
deprecated_code_generator_v8.pm     [all...]

Completed in 225 milliseconds