Searched defs:ExtensionFunctionDispatcher (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/extensions/browser/
H A Dextension_function_dispatcher.h37 // ExtensionFunctionDispatcher receives requests to execute functions from
41 // ExtensionFunctionDispatcher should be a member of some class that hosts
43 // This class should also implement ExtensionFunctionDispatcher::Delegate.
45 // Note that a single ExtensionFunctionDispatcher does *not* correspond to a
50 class ExtensionFunctionDispatcher class in namespace:extensions
51 : public base::SupportsWeakPtr<ExtensionFunctionDispatcher> {
96 ExtensionFunctionDispatcher(content::BrowserContext* browser_context,
99 ~ExtensionFunctionDispatcher();
H A Dextension_function_dispatcher.cc142 class ExtensionFunctionDispatcher::UIThreadResponseCallbackWrapper
146 const base::WeakPtr<ExtensionFunctionDispatcher>& dispatcher,
191 base::WeakPtr<ExtensionFunctionDispatcher> dispatcher_;
199 ExtensionFunctionDispatcher::Delegate::GetExtensionWindowController() const {
204 ExtensionFunctionDispatcher::Delegate::GetAssociatedWebContents() const {
209 ExtensionFunctionDispatcher::Delegate::GetVisibleWebContents() const {
213 void ExtensionFunctionDispatcher::GetAllFunctionNames(
218 bool ExtensionFunctionDispatcher::OverrideFunction(
225 void ExtensionFunctionDispatcher::DispatchOnIOThread(
285 ExtensionFunctionDispatcher function in class:extensions::ExtensionFunctionDispatcher
[all...]

Completed in 207 milliseconds