Searched refs:V8ContextNativeHandler (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/extensions/renderer/
H A Dv8_context_native_handler.h14 class V8ContextNativeHandler : public ObjectBackedNativeHandler { class in namespace:extensions
16 V8ContextNativeHandler(ScriptContext* context, Dispatcher* dispatcher);
H A Dv8_context_native_handler.cc14 V8ContextNativeHandler::V8ContextNativeHandler(ScriptContext* context, function in class:extensions::V8ContextNativeHandler
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(
H A Ddispatcher.cc622 new V8ContextNativeHandler(context, dispatcher)));

Completed in 960 milliseconds