HomeSort by relevance Sort by last modified time
    Searched refs:GetExtensionWindowController (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/chrome/browser/extensions/
chrome_extension_function.cc 44 // TODO(stevenjb): Replace this with GetExtensionWindowController().
49 dispatcher()->delegate()->GetExtensionWindowController();
84 ChromeUIThreadExtensionFunction::GetExtensionWindowController() {
88 dispatcher()->delegate()->GetExtensionWindowController();
chrome_extension_function.h 51 // TODO(stevenjb): Replace this with GetExtensionWindowController().
55 extensions::WindowController* GetExtensionWindowController();
extension_view_host.h 122 virtual WindowController* GetExtensionWindowController() const OVERRIDE;
extension_view_host.cc 263 WindowController* window = GetExtensionWindowController();
308 WindowController* ExtensionViewHost::GetExtensionWindowController() const {
tab_helper.h 190 virtual extensions::WindowController* GetExtensionWindowController()
extension_function_test_utils.cc 37 virtual extensions::WindowController* GetExtensionWindowController()
tab_helper.cc 552 WindowController* TabHelper::GetExtensionWindowController() const {
  /external/chromium_org/chrome/browser/extensions/api/tabs/
windows_util.cc 23 function->dispatcher()->delegate()->GetExtensionWindowController();
ash_panel_contents.h 56 virtual extensions::WindowController* GetExtensionWindowController() const
ash_panel_contents.cc 235 AshPanelContents::GetExtensionWindowController() const {
tabs_api.cc 482 SetResult(ash_panel_contents->GetExtensionWindowController()->
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/
ash_keyboard_controller_proxy.h 60 virtual extensions::WindowController* GetExtensionWindowController() const
ash_keyboard_controller_proxy.cc 120 AshKeyboardControllerProxy::GetExtensionWindowController() const {
  /external/chromium_org/apps/
app_window_contents.h 60 virtual extensions::WindowController* GetExtensionWindowController() const
app_window_contents.cc 146 AppWindowContentsImpl::GetExtensionWindowController() const {
  /external/chromium_org/extensions/browser/
extension_function_dispatcher.h 57 virtual WindowController* GetExtensionWindowController() const;
extension_function_dispatcher.cc 199 ExtensionFunctionDispatcher::Delegate::GetExtensionWindowController() const {
  /external/chromium_org/chrome/browser/ui/panels/
panel_host.h 87 virtual extensions::WindowController* GetExtensionWindowController() const
panel_host.cc 202 extensions::WindowController* window = GetExtensionWindowController();
244 extensions::WindowController* PanelHost::GetExtensionWindowController() const {

Completed in 273 milliseconds