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

  /external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLAudioElementConstructor.cpp 82 static v8::Persistent<v8::FunctionTemplate> cachedTemplate;
83 if (!cachedTemplate.IsEmpty())
84 return cachedTemplate;
94 cachedTemplate = v8::Persistent<v8::FunctionTemplate>::New(result);
95 return cachedTemplate;
V8HTMLImageElementConstructor.cpp 93 static v8::Persistent<v8::FunctionTemplate> cachedTemplate;
94 if (!cachedTemplate.IsEmpty())
95 return cachedTemplate;
105 cachedTemplate = v8::Persistent<v8::FunctionTemplate>::New(result);
106 return cachedTemplate;
V8HTMLOptionElementConstructor.cpp 91 static v8::Persistent<v8::FunctionTemplate> cachedTemplate;
92 if (!cachedTemplate.IsEmpty())
93 return cachedTemplate;
103 cachedTemplate = v8::Persistent<v8::FunctionTemplate>::New(result);
104 return cachedTemplate;
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 

Completed in 5455 milliseconds