Searched refs:extension_function_dispatcher_ (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/extensions/browser/guest_view/mime_handler_view/
H A Dmime_handler_view_guest.cc128 extension_function_dispatcher_.reset(
166 if (extension_function_dispatcher_) {
167 extension_function_dispatcher_->Dispatch(
H A Dmime_handler_view_guest.h56 scoped_ptr<ExtensionFunctionDispatcher> extension_function_dispatcher_; member in class:extensions::MimeHandlerViewGuest
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window_contents.cc31 extension_function_dispatcher_.reset(
120 extension_function_dispatcher_->Dispatch(
H A Dapp_window_contents.h58 scoped_ptr<ExtensionFunctionDispatcher> extension_function_dispatcher_; member in class:extensions::AppWindowContentsImpl
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dash_panel_contents.h74 extension_function_dispatcher_; member in class:AshPanelContents
H A Dash_panel_contents.cc171 extension_function_dispatcher_.reset(
245 extension_function_dispatcher_->Dispatch(
/external/chromium_org/chrome/browser/ui/ash/
H A Dash_keyboard_controller_proxy.h68 extension_function_dispatcher_; member in class:AshKeyboardControllerProxy
H A Dash_keyboard_controller_proxy.cc77 extension_function_dispatcher_->Dispatch(
111 extension_function_dispatcher_.reset(
/external/chromium_org/extensions/browser/guest_view/app_view/
H A Dapp_view_guest.h77 scoped_ptr<ExtensionFunctionDispatcher> extension_function_dispatcher_; member in class:extensions::AppViewGuest
H A Dapp_view_guest.cc211 extension_function_dispatcher_.reset(
216 extension_function_dispatcher_->Dispatch(params,
/external/chromium_org/apps/
H A Dcustom_launcher_page_contents.cc33 extension_function_dispatcher_.reset(
159 extension_function_dispatcher_->Dispatch(params,
H A Dcustom_launcher_page_contents.h92 extension_function_dispatcher_; member in class:apps::CustomLauncherPageContents
/external/chromium_org/extensions/browser/guest_view/extension_options/
H A Dextension_options_guest.h76 extension_function_dispatcher_; member in class:extensions::ExtensionOptionsGuest
H A Dextension_options_guest.cc118 extension_function_dispatcher_.reset(
232 extension_function_dispatcher_->Dispatch(params,
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_host.h107 extensions::ExtensionFunctionDispatcher extension_function_dispatcher_; member in class:PanelHost
H A Dpanel_host.cc42 extension_function_dispatcher_(profile, this),
244 extension_function_dispatcher_.Dispatch(params,
/external/chromium_org/chrome/browser/extensions/
H A Dtab_helper.h227 extensions::ExtensionFunctionDispatcher extension_function_dispatcher_; member in class:extensions::TabHelper
H A Dtab_helper.cc82 extension_function_dispatcher_(
394 extension_function_dispatcher_.Dispatch(request,
/external/chromium_org/extensions/browser/
H A Dextension_host.h177 ExtensionFunctionDispatcher extension_function_dispatcher_; member in class:extensions::ExtensionHost
H A Dextension_host.cc126 extension_function_dispatcher_(browser_context_, this),
342 extension_function_dispatcher_.Dispatch(params, render_view_host());

Completed in 1566 milliseconds