Home
last modified time | relevance | path

Searched refs:ExtensionFunctionDispatcher (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_function_dispatcher.cc364 void ExtensionFunctionDispatcher::GetAllFunctionNames( in GetAllFunctionNames()
369 bool ExtensionFunctionDispatcher::OverrideFunction( in OverrideFunction()
374 void ExtensionFunctionDispatcher::ResetFunctions() { in ResetFunctions()
378 ExtensionFunctionDispatcher* ExtensionFunctionDispatcher::Create( in Create()
394 return new ExtensionFunctionDispatcher(render_view_host, delegate, in Create()
400 ExtensionFunctionDispatcher::ExtensionFunctionDispatcher( in ExtensionFunctionDispatcher() function in ExtensionFunctionDispatcher
440 Details<ExtensionFunctionDispatcher>(this)); in ExtensionFunctionDispatcher()
443 ExtensionFunctionDispatcher::~ExtensionFunctionDispatcher() { in ~ExtensionFunctionDispatcher()
449 Details<ExtensionFunctionDispatcher>(this)); in ~ExtensionFunctionDispatcher()
452 Browser* ExtensionFunctionDispatcher::GetCurrentBrowser( in GetCurrentBrowser()
[all …]
Dextension_function_dispatcher.h31 class ExtensionFunctionDispatcher {
57 explicit Peer(ExtensionFunctionDispatcher* dispatcher) in Peer()
59 ExtensionFunctionDispatcher* dispatcher_;
80 static ExtensionFunctionDispatcher* Create(RenderViewHost* render_view_host,
84 ~ExtensionFunctionDispatcher();
119 ExtensionFunctionDispatcher(RenderViewHost* render_view_host,
Dextension_function.h16 class ExtensionFunctionDispatcher; variable
74 void set_dispatcher_peer(ExtensionFunctionDispatcher::Peer* peer) { in set_dispatcher_peer()
77 ExtensionFunctionDispatcher* dispatcher() const { in dispatcher()
131 scoped_refptr<ExtensionFunctionDispatcher::Peer> peer_;
Dextension_web_ui.h32 public ExtensionFunctionDispatcher::Delegate {
40 ExtensionFunctionDispatcher* extension_function_dispatcher() const { in extension_function_dispatcher()
96 scoped_ptr<ExtensionFunctionDispatcher> extension_function_dispatcher_;
Dextension_rlz_apitest.cc63 ASSERT_TRUE(ExtensionFunctionDispatcher::OverrideFunction( in IN_PROC_BROWSER_TEST_F()
74 ExtensionFunctionDispatcher::ResetFunctions(); in IN_PROC_BROWSER_TEST_F()
Dextension_host.h43 public ExtensionFunctionDispatcher::Delegate,
279 scoped_ptr<ExtensionFunctionDispatcher> extension_function_dispatcher_;
Dextension_host.cc351 ExtensionFunctionDispatcher::Create(render_view_host_, this, url_)); in DidNavigate()
809 ExtensionFunctionDispatcher::Create(render_view_host, this, url_)); in RenderViewCreated()
Dextension_web_ui.cc162 ExtensionFunctionDispatcher::Create(render_view_host, this, url_)); in ResetExtensionFunctionDispatcher()
/external/chromium/chrome/browser/notifications/
Dballoon_host.h28 public ExtensionFunctionDispatcher::Delegate,
157 scoped_ptr<ExtensionFunctionDispatcher> extension_function_dispatcher_;
Dballoon_host.cc200 ExtensionFunctionDispatcher::Create( in Init()