Searched refs:ExtensionFunctionDispatcher (Results 1 – 10 of 10) sorted by relevance
/external/chromium/chrome/browser/extensions/ |
D | extension_function_dispatcher.cc | 364 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 …]
|
D | extension_function_dispatcher.h | 31 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,
|
D | extension_function.h | 16 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_;
|
D | extension_web_ui.h | 32 public ExtensionFunctionDispatcher::Delegate { 40 ExtensionFunctionDispatcher* extension_function_dispatcher() const { in extension_function_dispatcher() 96 scoped_ptr<ExtensionFunctionDispatcher> extension_function_dispatcher_;
|
D | extension_rlz_apitest.cc | 63 ASSERT_TRUE(ExtensionFunctionDispatcher::OverrideFunction( in IN_PROC_BROWSER_TEST_F() 74 ExtensionFunctionDispatcher::ResetFunctions(); in IN_PROC_BROWSER_TEST_F()
|
D | extension_host.h | 43 public ExtensionFunctionDispatcher::Delegate, 279 scoped_ptr<ExtensionFunctionDispatcher> extension_function_dispatcher_;
|
D | extension_host.cc | 351 ExtensionFunctionDispatcher::Create(render_view_host_, this, url_)); in DidNavigate() 809 ExtensionFunctionDispatcher::Create(render_view_host, this, url_)); in RenderViewCreated()
|
D | extension_web_ui.cc | 162 ExtensionFunctionDispatcher::Create(render_view_host, this, url_)); in ResetExtensionFunctionDispatcher()
|
/external/chromium/chrome/browser/notifications/ |
D | balloon_host.h | 28 public ExtensionFunctionDispatcher::Delegate, 157 scoped_ptr<ExtensionFunctionDispatcher> extension_function_dispatcher_;
|
D | balloon_host.cc | 200 ExtensionFunctionDispatcher::Create( in Init()
|