OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsPopup
(Results
1 - 25
of
28
) sorted by null
1
2
/external/chromium/chrome/browser/ui/webui/
html_dialog_tab_contents_delegate.h
53
virtual bool
IsPopup
(const TabContents* source) const;
html_dialog_tab_contents_delegate.cc
97
bool HtmlDialogTabContentsDelegate::
IsPopup
(const TabContents* source) const {
html_dialog_tab_contents_delegate_unittest.cc
58
EXPECT_TRUE(test_tab_contents_delegate_->
IsPopup
(NULL));
/external/chromium/chrome/browser/
blocked_content_container.h
79
virtual bool
IsPopup
(const TabContents* source) const;
blocked_content_container.cc
148
bool BlockedContentContainer::
IsPopup
(const TabContents* source) const {
external_tab_container_win.h
130
virtual bool
IsPopup
(const TabContents* source) const;
/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_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
())
browser_action_view.h
128
virtual bool
IsPopup
();
/external/chromium/chrome/browser/sidebar/
sidebar_container.h
114
virtual bool
IsPopup
(const TabContents* source) const;
sidebar_container.cc
117
bool SidebarContainer::
IsPopup
(const TabContents* source) const {
/external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.h
90
virtual bool
IsPopup
(const TabContents* source) const;
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_gtk.h
148
bool
IsPopup
() const;
render_widget_host_view_mac.h
349
bool
IsPopup
() const;
render_widget_host_view_views.h
147
bool
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
...]
browser_actions_container.h
78
virtual bool
IsPopup
();
/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
...]
render_widget_host_view_gtk.h
202
bool
IsPopup
() const;
render_widget_host_view_mac.h
483
bool
IsPopup
() const;
/external/chromium/chrome/browser/ui/
browser.h
778
virtual bool
IsPopup
(const TabContents* source) const;
[
all
...]
Completed in 393 milliseconds
1
2