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

  /external/chromium_org/extensions/renderer/
v8_context_native_handler.h 14 class V8ContextNativeHandler : public ObjectBackedNativeHandler {
16 V8ContextNativeHandler(ScriptContext* context, Dispatcher* dispatcher);
v8_context_native_handler.cc 14 V8ContextNativeHandler::V8ContextNativeHandler(ScriptContext* context,
20 base::Bind(&V8ContextNativeHandler::GetAvailability,
23 base::Bind(&V8ContextNativeHandler::GetModuleSystem,
27 base::Bind(&V8ContextNativeHandler::RunWithNativesEnabledModuleSystem,
31 void V8ContextNativeHandler::GetAvailability(
48 void V8ContextNativeHandler::GetModuleSystem(
59 void V8ContextNativeHandler::RunWithNativesEnabledModuleSystem(

Completed in 69 milliseconds