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

  /external/pdfium/fxjs/
cfxjse_runtimedata.cpp 87 v8::Local<v8::ObjectTemplate> hGlobalTemplate =
89 hGlobalTemplate->Set(
94 v8::Context::New(pIsolate, 0, hGlobalTemplate);
fxjs_v8.cpp 134 v8::Local<v8::ObjectTemplate> hGlobalTemplate =
136 hGlobalTemplate->Set(
141 new v8::Global<v8::ObjectTemplate>(pIsolate, hGlobalTemplate);

Completed in 545 milliseconds