Searched refs:IsShowing (Results 51 - 75 of 86) sorted by relevance

1234

/external/chromium_org/ui/views/controls/menu/
H A Dsubmenu_view.h93 bool IsShowing();
H A Dmenu_controller.cc786 if (submenu->IsShowing()) {
1046 !state_.item->GetSubmenu()->IsShowing()))) {
1325 if (item->HasSubmenu() && item->GetSubmenu()->IsShowing() &&
1437 state_.item->GetSubmenu()->IsShowing()) {
1447 found = (item->HasSubmenu() && item->GetSubmenu()->IsShowing() &&
1464 if (item->GetSubmenu()->IsShowing()) {
1847 item->GetSubmenu()->IsShowing()) {
1934 if (item->HasSubmenu() && item->GetSubmenu()->IsShowing())
1998 if (!item->HasSubmenu() || !item->GetSubmenu()->IsShowing())
2286 !pending_state_.item->GetSubmenu()->IsShowing())) {
[all...]
H A Dsubmenu_view.cc334 bool SubmenuView::IsShowing() { function in class:views::SubmenuView
/external/chromium_org/chrome/browser/ui/views/
H A Ddropdown_bar_host.cc192 if (!animation_->IsShowing()) {
H A Doutdated_upgrade_bubble_view.cc66 if (IsShowing())
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dzoom_bubble_view.cc98 bool ZoomBubbleView::IsShowing() { function in class:ZoomBubbleView
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dprofile_chooser_view.h61 static bool IsShowing();
H A Davatar_menu_bubble_view.cc494 if (IsShowing())
509 bool AvatarMenuBubbleView::IsShowing() { function in class:AvatarMenuBubbleView
515 if (IsShowing())
H A Dprofile_chooser_view.cc453 if (IsShowing())
466 bool ProfileChooserView::IsShowing() { function in class:ProfileChooserView
472 if (IsShowing())
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_child_frame.cc62 bool RenderWidgetHostViewChildFrame::IsShowing() { function in class:content::RenderWidgetHostViewChildFrame
H A Drender_widget_host_view_child_frame.h50 virtual bool IsShowing() OVERRIDE;
/external/chromium_org/content/test/
H A Dtest_render_view_host.cc91 bool TestRenderWidgetHostView::IsShowing() { function in class:content::TestRenderWidgetHostView
H A Dtest_render_view_host.h72 virtual bool IsShowing() OVERRIDE;
/external/chromium_org/ash/shelf/
H A Dshelf_view_unittest.cc497 test_api_->overflow_bubble()->IsShowing());
1411 test_api_->overflow_bubble()->IsShowing());
1439 test_api_->overflow_bubble()->IsShowing());
1468 test_api_->overflow_bubble()->IsShowing());
1482 test_api_->overflow_bubble()->IsShowing());
1532 test_api_->overflow_bubble()->IsShowing());
1553 test_api_for_secondary.overflow_bubble()->IsShowing());
H A Dshelf_view.cc510 return overflow_bubble_.get() && overflow_bubble_->IsShowing();
815 if (overflow_bubble_.get() && overflow_bubble_->IsShowing())
1477 if (overflow_bubble_ && overflow_bubble_->IsShowing()) {
/external/chromium_org/ash/wm/workspace/
H A Dmulti_window_resize_controller.cc167 if (IsShowing()) {
410 bool MultiWindowResizeController::IsShowing() const { function in class:ash::MultiWindowResizeController
/external/chromium_org/chrome/browser/ui/views/passwords/
H A Dmanage_passwords_bubble_view.cc444 if (IsShowing())
478 bool ManagePasswordsBubbleView::IsShowing() { function in class:ManagePasswordsBubbleView
/external/chromium_org/chrome/browser/ui/views/translate/
H A Dtranslate_bubble_view.cc87 if (IsShowing()) {
125 bool TranslateBubbleView::IsShowing() { function in class:TranslateBubbleView
/external/chromium_org/chrome/browser/download/
H A Ddownload_shelf.cc311 if (IsShowing()) {
/external/chromium_org/chrome/browser/ui/
H A Dchrome_pages.cc138 if (shelf->IsShowing())
/external/chromium_org/chrome/browser/media/
H A Dmedia_stream_devices_controller.cc669 return web_contents_->GetRenderWidgetHostView()->IsShowing();
/external/chromium_org/chrome/browser/ssl/
H A Dssl_browser_tests.cc1799 EXPECT_TRUE(tab->GetRenderWidgetHostView()->IsShowing());
1804 EXPECT_TRUE(tab->GetRenderWidgetHostView()->IsShowing());
1812 EXPECT_FALSE(tab->GetRenderWidgetHostView()->IsShowing());
1815 EXPECT_TRUE(tab->GetRenderWidgetHostView()->IsShowing());
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_android.h99 virtual bool IsShowing() OVERRIDE;
H A Drender_widget_host_view_mac.h250 virtual bool IsShowing() OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dtoolbar_view.cc673 return wrench_menu_.get() && wrench_menu_->IsShowing();

Completed in 2635 milliseconds

1234