HomeSort by relevance Sort by last modified time
    Searched defs:IsPopup (Results 1 - 12 of 12) 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/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/chrome/browser/ui/
browser.cc     [all...]

Completed in 207 milliseconds