/external/chromium/chrome/browser/ui/views/ |
D | browser_actions_container.cc | 176 bool BrowserActionButton::IsPopup() { in IsPopup() function in BrowserActionButton 197 if (!IsPopup()) in Activate() 214 return IsPopup() ? in OnMousePressed() 230 if (IsPopup() || showing_context_menu_) { in OnMouseReleased() 240 if (IsPopup() || showing_context_menu_) in OnMouseExited() 247 return IsPopup() ? in OnKeyReleased() 483 if (!button->IsPopup()) { in OnBrowserActionExecuted()
|
D | browser_actions_container.h | 78 virtual bool IsPopup();
|
/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_gtk.cc | 178 (host_view->IsPopup() && host_view->NeedsInputGrab()) || in OnKeyPressReleaseEvent() 312 if (event->type != GDK_BUTTON_RELEASE && host_view->IsPopup() && in OnButtonPressReleaseEvent() 536 DCHECK(IsPopup()); in InitAsPopup() 633 if (IsPopup()) { in SetSize() 655 if (IsPopup()) { in SetBounds() 787 if (IsPopup() || is_fullscreen_) { in Destroy() 877 bool RenderWidgetHostViewGtk::IsPopup() const { in IsPopup() function in RenderWidgetHostViewGtk
|
D | render_widget_host_view_gtk.h | 148 bool IsPopup() const;
|
D | render_widget_host_view_views.h | 147 bool IsPopup();
|
D | render_widget_host_view_mac.h | 349 bool IsPopup() const;
|
D | render_widget_host_view_views.cc | 905 bool RenderWidgetHostViewViews::IsPopup() { in IsPopup() function in RenderWidgetHostViewViews
|
D | render_widget_host_view_mac.mm | 306 if (IsPopup()) { 601 bool RenderWidgetHostViewMac::IsPopup() const { function
|
/external/chromium/chrome/browser/ui/webui/ |
D | html_dialog_tab_contents_delegate.h | 53 virtual bool IsPopup(const TabContents* source) const;
|
D | html_dialog_tab_contents_delegate.cc | 97 bool HtmlDialogTabContentsDelegate::IsPopup(const TabContents* source) const { in IsPopup() function in HtmlDialogTabContentsDelegate
|
D | html_dialog_tab_contents_delegate_unittest.cc | 58 EXPECT_TRUE(test_tab_contents_delegate_->IsPopup(NULL)); in TEST_F()
|
/external/chromium/chrome/browser/chromeos/login/ |
D | web_page_screen.h | 43 virtual bool IsPopup(TabContents* source) { return false; } in IsPopup() function
|
D | eula_view.h | 58 virtual bool IsPopup(TabContents* source) { return false; } in IsPopup() function
|
D | enterprise_enrollment_view.cc | 64 virtual bool IsPopup(TabContents* source) { return false; } in IsPopup() function in chromeos::__anon1fd7e8ef0111::EnrollmentDomView
|
/external/chromium/chrome/browser/ |
D | blocked_content_container.h | 79 virtual bool IsPopup(const TabContents* source) const;
|
D | blocked_content_container.cc | 148 bool BlockedContentContainer::IsPopup(const TabContents* source) const { in IsPopup() function in BlockedContentContainer
|
D | external_tab_container_win.h | 130 virtual bool IsPopup(const TabContents* source) const;
|
D | external_tab_container_win.cc | 496 bool ExternalTabContainer::IsPopup(const TabContents* source) const { in IsPopup() function in ExternalTabContainer
|
/external/chromium/chrome/browser/sidebar/ |
D | sidebar_container.h | 114 virtual bool IsPopup(const TabContents* source) const;
|
D | sidebar_container.cc | 117 bool SidebarContainer::IsPopup(const TabContents* source) const { in IsPopup() function in SidebarContainer
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
D | dragged_tab_controller_gtk.h | 90 virtual bool IsPopup(const TabContents* source) const;
|
D | dragged_tab_controller_gtk.cc | 174 bool DraggedTabControllerGtk::IsPopup(const TabContents* source) const { in IsPopup() function in DraggedTabControllerGtk
|
/external/chromium/chrome/browser/ui/ |
D | browser.h | 778 virtual bool IsPopup(const TabContents* source) const;
|
D | browser.cc | 3015 bool Browser::IsPopup(const TabContents* source) const { in IsPopup() function in Browser
|