HomeSort by relevance Sort by last modified time
    Searched refs:templateMap (Results 1 - 25 of 31) sorted by null

1 2

  /external/jsilver/src/com/google/clearsilver/jsilver/precompiler/
PrecompiledTemplateMapFileReader.java 45 private Map<Object, String> templateMap = null;
64 if (templateMap == null) {
65 templateMap = makeTemplateMap(mapFileName, rootDir);
67 return templateMap;
72 Map<Object, String> templateMap = new HashMap<Object, String>();
78 // and put found templates into templateMap.
79 processTemplateMapFileLine(line, reader.getLineNumber(), templateMap, templateMapFile,
87 return ImmutableMap.copyOf(templateMap);
91 Map<Object, String> templateMap, String templateMapFile, String rootDir) {
130 templateMap.put(key, className)
    [all...]
PrecompiledTemplateLoader.java 43 private final Map<Object, BaseCompiledTemplate> templateMap;
51 this.templateMap = makeTemplateMap(templateToClassNameMap, globalFunctionExecutor);
56 Map<Object, BaseCompiledTemplate> templateMap = new HashMap<Object, BaseCompiledTemplate>();
74 templateMap.put(entry.getKey(), compiledTemplate);
76 return ImmutableMap.copyOf(templateMap);
98 for (BaseCompiledTemplate template : templateMap.values()) {
107 Template template = templateMap.get(mapKey);
  /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));
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
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...]
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;

Completed in 255 milliseconds

1 2