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

  /external/chromium/chrome/browser/extensions/
extension_function_dispatcher.cc 362 // ExtensionFunctionDispatcher -------------------------------------------------
364 void ExtensionFunctionDispatcher::GetAllFunctionNames(
369 bool ExtensionFunctionDispatcher::OverrideFunction(
374 void ExtensionFunctionDispatcher::ResetFunctions() {
378 ExtensionFunctionDispatcher* ExtensionFunctionDispatcher::Create(
394 return new ExtensionFunctionDispatcher(render_view_host, delegate,
400 ExtensionFunctionDispatcher::ExtensionFunctionDispatcher(
440 Details<ExtensionFunctionDispatcher>(this))
    [all...]
extension_function_dispatcher.h 28 // ExtensionFunctionDispatcher receives requests to execute functions from
31 class ExtensionFunctionDispatcher {
57 explicit Peer(ExtensionFunctionDispatcher* dispatcher)
59 ExtensionFunctionDispatcher* dispatcher_;
80 static ExtensionFunctionDispatcher* Create(RenderViewHost* render_view_host,
84 ~ExtensionFunctionDispatcher();
119 ExtensionFunctionDispatcher(RenderViewHost* render_view_host,

Completed in 26 milliseconds