Home
last modified time | relevance | path

Searched refs:IsPopupOrPanel (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/ui/web_dialogs/
Dweb_dialog_web_contents_delegate.cc52 bool WebDialogWebContentsDelegate::IsPopupOrPanel( in IsPopupOrPanel() function in ui::WebDialogWebContentsDelegate
Dweb_dialog_web_contents_delegate.h65 virtual bool IsPopupOrPanel(
/external/chromium_org/chrome/browser/ui/webui/
Dweb_dialog_web_contents_delegate_unittest.cc66 EXPECT_TRUE(test_web_contents_delegate_->IsPopupOrPanel(NULL)); in TEST_F()
/external/chromium_org/apps/
Dcustom_launcher_page_contents.h54 virtual bool IsPopupOrPanel(
Dcustom_launcher_page_contents.cc85 bool CustomLauncherPageContents::IsPopupOrPanel( in IsPopupOrPanel() function in apps::CustomLauncherPageContents
/external/chromium_org/chrome/browser/ui/panels/
Dpanel_host.h70 virtual bool IsPopupOrPanel(
Dpanel_host.cc182 bool PanelHost::IsPopupOrPanel(const content::WebContents* source) const { in IsPopupOrPanel() function in PanelHost
/external/chromium_org/chrome/browser/chromeos/login/ui/
Dwebui_login_view.h143 virtual bool IsPopupOrPanel(
Dwebui_login_view.cc426 bool WebUILoginView::IsPopupOrPanel(const WebContents* source) const { in IsPopupOrPanel() function in chromeos::WebUILoginView
/external/chromium_org/content/public/browser/
Dweb_contents_delegate.cc26 bool WebContentsDelegate::IsPopupOrPanel(const WebContents* source) const { in IsPopupOrPanel() function in content::WebContentsDelegate
Dweb_contents_delegate.h143 virtual bool IsPopupOrPanel(const WebContents* source) const;
/external/chromium_org/ui/keyboard/
Dkeyboard_controller_proxy.cc47 virtual bool IsPopupOrPanel( in IsPopupOrPanel() function in __anoneadcac180111::KeyboardContentsDelegate
/external/chromium_org/extensions/browser/app_window/
Dapp_window.h370 virtual bool IsPopupOrPanel(const content::WebContents* source)
Dapp_window.cc911 bool AppWindow::IsPopupOrPanel(const WebContents* source) const { return true; } in IsPopupOrPanel() function in extensions::AppWindow
/external/chromium_org/chrome/browser/ui/
Dbrowser.h561 virtual bool IsPopupOrPanel(
Dbrowser.cc1420 if (!IsPopupOrPanel(source)) { in MoveContents()
1427 bool Browser::IsPopupOrPanel(const WebContents* source) const { in IsPopupOrPanel() function in Browser
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.cc3721 if (delegate_ && delegate_->IsPopupOrPanel(this)) in RequestMove()