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

  /external/chromium_org/chrome/renderer/extensions/
app_window_custom_bindings.cc 42 ChromeV8Context* v8_context = variable
46 if (!v8_context)
48 v8::Context::Scope context_scope(v8_context->v8_context());
49 v8_context->module_system()->CallModuleMethod(
125 result = converter->ToV8Value(value, context()->v8_context());
chrome_v8_context.h 49 v8::Handle<v8::Context> v8_context() const { function in class:extensions::ChromeV8Context
content_watcher.cc 36 WebKit::WebFrame::frameForContext(context()->v8_context()));
109 ChromeV8Context* v8_context = local
113 if (!v8_context)
115 return v8_context->module_system();
dispatcher.cc 128 v8::Handle<v8::Object> global(context->v8_context()->Global());
159 converter->ToV8Value(value, context()->v8_context()));
196 v8::Handle<v8::Context> v8_context = local
199 v8_context);
380 v8::Context::Scope context_scope(context->v8_context());
388 arguments.push_back(converter->ToV8Value(*it, context->v8_context()));
648 v8::Context::Scope context_scope(context->v8_context());
809 InstallBindings(module_system, context->v8_context(), api_name);
    [all...]

Completed in 51 milliseconds