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

  /external/chromium_org/chrome/browser/extensions/
chrome_extension_function_details.cc 52 // TODO(stevenjb): Replace this with GetExtensionWindowController().
57 function_->dispatcher()->delegate()->GetExtensionWindowController();
92 ChromeExtensionFunctionDetails::GetExtensionWindowController() const {
96 function_->dispatcher()->delegate()->GetExtensionWindowController();
chrome_extension_function.cc 46 // TODO(stevenjb): Replace this with GetExtensionWindowController().
51 dispatcher()->delegate()->GetExtensionWindowController();
86 ChromeUIThreadExtensionFunction::GetExtensionWindowController() {
90 dispatcher()->delegate()->GetExtensionWindowController();
extension_view_host.cc 243 WindowController* window = GetExtensionWindowController();
288 WindowController* ExtensionViewHost::GetExtensionWindowController() const {
tab_helper.cc 486 WindowController* TabHelper::GetExtensionWindowController() const {
  /external/chromium_org/extensions/browser/app_window/
app_window_contents.cc 110 WindowController* AppWindowContentsImpl::GetExtensionWindowController() const {
  /external/chromium_org/apps/
custom_launcher_page_contents.cc 148 CustomLauncherPageContents::GetExtensionWindowController() const {
  /external/chromium_org/chrome/browser/ui/ash/
ash_keyboard_controller_proxy.cc 120 AshKeyboardControllerProxy::GetExtensionWindowController() const {
  /external/chromium_org/extensions/browser/guest_view/mime_handler_view/
mime_handler_view_guest.cc 52 WindowController* MimeHandlerViewGuest::GetExtensionWindowController() const {
  /external/chromium_org/chrome/browser/extensions/api/tabs/
ash_panel_contents.cc 235 AshPanelContents::GetExtensionWindowController() const {
  /external/chromium_org/chrome/browser/ui/panels/
panel_host.cc 206 extensions::WindowController* window = GetExtensionWindowController();
248 extensions::WindowController* PanelHost::GetExtensionWindowController() const {
  /external/chromium_org/extensions/browser/guest_view/app_view/
app_view_guest.cc 111 WindowController* AppViewGuest::GetExtensionWindowController() const {
  /external/chromium_org/extensions/browser/
extension_function_dispatcher.cc 199 ExtensionFunctionDispatcher::Delegate::GetExtensionWindowController() const {

Completed in 3888 milliseconds