Home
last modified time | relevance | path

Searched refs:IsPopup (Results 1 – 24 of 24) sorted by relevance

/external/chromium/chrome/browser/ui/views/
Dbrowser_actions_container.cc176 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()
Dbrowser_actions_container.h78 virtual bool IsPopup();
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_gtk.cc178 (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
Drender_widget_host_view_gtk.h148 bool IsPopup() const;
Drender_widget_host_view_views.h147 bool IsPopup();
Drender_widget_host_view_mac.h349 bool IsPopup() const;
Drender_widget_host_view_views.cc905 bool RenderWidgetHostViewViews::IsPopup() { in IsPopup() function in RenderWidgetHostViewViews
Drender_widget_host_view_mac.mm306 if (IsPopup()) {
601 bool RenderWidgetHostViewMac::IsPopup() const { function
/external/chromium/chrome/browser/ui/webui/
Dhtml_dialog_tab_contents_delegate.h53 virtual bool IsPopup(const TabContents* source) const;
Dhtml_dialog_tab_contents_delegate.cc97 bool HtmlDialogTabContentsDelegate::IsPopup(const TabContents* source) const { in IsPopup() function in HtmlDialogTabContentsDelegate
Dhtml_dialog_tab_contents_delegate_unittest.cc58 EXPECT_TRUE(test_tab_contents_delegate_->IsPopup(NULL)); in TEST_F()
/external/chromium/chrome/browser/chromeos/login/
Dweb_page_screen.h43 virtual bool IsPopup(TabContents* source) { return false; } in IsPopup() function
Deula_view.h58 virtual bool IsPopup(TabContents* source) { return false; } in IsPopup() function
Denterprise_enrollment_view.cc64 virtual bool IsPopup(TabContents* source) { return false; } in IsPopup() function in chromeos::__anon1fd7e8ef0111::EnrollmentDomView
/external/chromium/chrome/browser/
Dblocked_content_container.h79 virtual bool IsPopup(const TabContents* source) const;
Dblocked_content_container.cc148 bool BlockedContentContainer::IsPopup(const TabContents* source) const { in IsPopup() function in BlockedContentContainer
Dexternal_tab_container_win.h130 virtual bool IsPopup(const TabContents* source) const;
Dexternal_tab_container_win.cc496 bool ExternalTabContainer::IsPopup(const TabContents* source) const { in IsPopup() function in ExternalTabContainer
/external/chromium/chrome/browser/sidebar/
Dsidebar_container.h114 virtual bool IsPopup(const TabContents* source) const;
Dsidebar_container.cc117 bool SidebarContainer::IsPopup(const TabContents* source) const { in IsPopup() function in SidebarContainer
/external/chromium/chrome/browser/ui/gtk/tabs/
Ddragged_tab_controller_gtk.h90 virtual bool IsPopup(const TabContents* source) const;
Ddragged_tab_controller_gtk.cc174 bool DraggedTabControllerGtk::IsPopup(const TabContents* source) const { in IsPopup() function in DraggedTabControllerGtk
/external/chromium/chrome/browser/ui/
Dbrowser.h778 virtual bool IsPopup(const TabContents* source) const;
Dbrowser.cc3015 bool Browser::IsPopup(const TabContents* source) const { in IsPopup() function in Browser