Searched refs:GetExtensionWindowController (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/chrome/browser/extensions/
H A Dchrome_extension_function_details.cc52 // TODO(stevenjb): Replace this with GetExtensionWindowController().
57 function_->dispatcher()->delegate()->GetExtensionWindowController();
92 ChromeExtensionFunctionDetails::GetExtensionWindowController() const { function in class:ChromeExtensionFunctionDetails
96 function_->dispatcher()->delegate()->GetExtensionWindowController();
H A Dchrome_extension_function.cc46 // TODO(stevenjb): Replace this with GetExtensionWindowController().
51 dispatcher()->delegate()->GetExtensionWindowController();
86 ChromeUIThreadExtensionFunction::GetExtensionWindowController() { function in class:ChromeUIThreadExtensionFunction
90 dispatcher()->delegate()->GetExtensionWindowController();
H A Dchrome_extension_function_details.h55 // TODO(stevenjb): Replace this with GetExtensionWindowController().
59 extensions::WindowController* GetExtensionWindowController() const;
H A Dchrome_extension_function.h55 // TODO(stevenjb): Replace this with GetExtensionWindowController().
59 extensions::WindowController* GetExtensionWindowController();
H A Dextension_view_host.cc243 WindowController* window = GetExtensionWindowController();
288 WindowController* ExtensionViewHost::GetExtensionWindowController() const { function in class:extensions::ExtensionViewHost
H A Dextension_view_host.h108 virtual WindowController* GetExtensionWindowController() const OVERRIDE;
H A Dtab_helper.h158 virtual extensions::WindowController* GetExtensionWindowController()
H A Dextension_function_test_utils.cc38 virtual extensions::WindowController* GetExtensionWindowController()
H A Dtab_helper.cc486 WindowController* TabHelper::GetExtensionWindowController() const { function in class:extensions::TabHelper
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dwindows_util.cc25 function->dispatcher()->delegate()->GetExtensionWindowController();
H A Dash_panel_contents.h56 virtual extensions::WindowController* GetExtensionWindowController() const
H A Dash_panel_contents.cc235 AshPanelContents::GetExtensionWindowController() const { function in class:AshPanelContents
/external/chromium_org/chrome/browser/ui/ash/
H A Dash_keyboard_controller_proxy.h60 virtual extensions::WindowController* GetExtensionWindowController() const
H A Dash_keyboard_controller_proxy.cc120 AshKeyboardControllerProxy::GetExtensionWindowController() const { function in class:AshKeyboardControllerProxy
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window_contents.h48 virtual WindowController* GetExtensionWindowController() const OVERRIDE;
H A Dapp_window_contents.cc110 WindowController* AppWindowContentsImpl::GetExtensionWindowController() const { function in class:extensions::AppWindowContentsImpl
/external/chromium_org/extensions/browser/guest_view/app_view/
H A Dapp_view_guest.h38 virtual WindowController* GetExtensionWindowController() const OVERRIDE;
H A Dapp_view_guest.cc111 WindowController* AppViewGuest::GetExtensionWindowController() const { function in class:extensions::AppViewGuest
/external/chromium_org/extensions/browser/guest_view/mime_handler_view/
H A Dmime_handler_view_guest.h24 virtual WindowController* GetExtensionWindowController() const OVERRIDE;
H A Dmime_handler_view_guest.cc52 WindowController* MimeHandlerViewGuest::GetExtensionWindowController() const { function in class:extensions::MimeHandlerViewGuest
/external/chromium_org/extensions/browser/
H A Dextension_function_dispatcher.h57 virtual WindowController* GetExtensionWindowController() const;
/external/chromium_org/apps/
H A Dcustom_launcher_page_contents.h84 virtual extensions::WindowController* GetExtensionWindowController()
H A Dcustom_launcher_page_contents.cc148 CustomLauncherPageContents::GetExtensionWindowController() const { function in class:apps::CustomLauncherPageContents
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_host.h88 virtual extensions::WindowController* GetExtensionWindowController() const
H A Dpanel_host.cc206 extensions::WindowController* window = GetExtensionWindowController();
248 extensions::WindowController* PanelHost::GetExtensionWindowController() const { function in class:PanelHost

Completed in 407 milliseconds

12