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

  /external/chromium/chrome/browser/chromeos/login/
web_page_screen.h 43 virtual bool IsPopup(TabContents* source) { return false; }
eula_view.h 58 virtual bool IsPopup(TabContents* source) { return false; }
enterprise_enrollment_view.cc 64 virtual bool IsPopup(TabContents* source) { return false; }
  /external/chromium/chrome/browser/
blocked_content_container.cc 148 bool BlockedContentContainer::IsPopup(const TabContents* source) const {
external_tab_container_win.cc 496 bool ExternalTabContainer::IsPopup(const TabContents* source) const {
    [all...]
  /external/chromium/chrome/browser/sidebar/
sidebar_container.cc 117 bool SidebarContainer::IsPopup(const TabContents* source) const {
  /external/chromium/chrome/browser/ui/webui/
html_dialog_tab_contents_delegate.cc 97 bool HtmlDialogTabContentsDelegate::IsPopup(const TabContents* source) const {
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_action_view.cc 271 bool BrowserActionButton::IsPopup() {
320 if (!IsPopup())
337 return IsPopup() ? MenuButton::OnMousePressed(event) :
351 if (IsPopup() || context_menu_) {
361 if (IsPopup() || context_menu_)
368 return IsPopup() ? MenuButton::OnKeyReleased(event) :
373 if (IsPopup())
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 174 bool DraggedTabControllerGtk::IsPopup(const TabContents* source) const {
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.cc 178 (host_view->IsPopup() && host_view->NeedsInputGrab()) ||
312 if (event->type != GDK_BUTTON_RELEASE && host_view->IsPopup() &&
536 DCHECK(IsPopup());
633 if (IsPopup()) {
655 if (IsPopup()) {
787 if (IsPopup() || is_fullscreen_) {
877 bool RenderWidgetHostViewGtk::IsPopup() const {
    [all...]
render_widget_host_view_views.cc 905 bool RenderWidgetHostViewViews::IsPopup() {
  /external/chromium/chrome/browser/ui/views/
browser_actions_container.cc 176 bool BrowserActionButton::IsPopup() {
197 if (!IsPopup())
214 return IsPopup() ?
230 if (IsPopup() || showing_context_menu_) {
240 if (IsPopup() || showing_context_menu_)
247 return IsPopup() ?
483 if (!button->IsPopup()) {
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_gtk.cc 213 if (!host_view->IsPopup() && !host_view->is_fullscreen_)
226 (host_view->IsPopup() && host_view->NeedsInputGrab()) ||
344 if (event->type != GDK_BUTTON_RELEASE && host_view->IsPopup() &&
597 DCHECK(IsPopup());
716 if (IsPopup()) {
732 if (IsPopup()) {
    [all...]
  /external/chromium/chrome/browser/ui/
browser.cc     [all...]

Completed in 2856 milliseconds