HomeSort by relevance Sort by last modified time
    Searched refs:IsVisible (Results 151 - 175 of 227) sorted by null

1 2 3 4 5 67 8 910

  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 78 if (source_tab_->IsVisible()) {
82 if (!source_tab_->IsVisible()) {
tab_gtk.cc 300 bool TabGtk::IsVisible() const {
  /external/chromium_org/ash/shelf/
shelf_widget.cc 359 return dimmer_.get() && dimmer_->IsVisible();
581 return launcher_.get() && launcher_->IsVisible();
  /external/chromium_org/ash/system/tray/
system_tray.cc 343 system_bubble_->bubble()->IsVisible()) ||
345 notification_bubble_->bubble()->IsVisible()));
tray_background_view.cc 514 if (anchor_widget && anchor_widget->IsVisible()) {
603 shelf->IsVisible() ? views::BubbleBorder::PAINT_NORMAL :
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc 82 return (window->IsVisible() &&
440 if (window->IsVisible())
  /external/chromium_org/ash/wm/workspace/
multi_window_resize_controller.cc 288 if (window == window_to_ignore || !window->IsVisible())
328 if (other == window || !other->IsVisible())
  /external/chromium_org/chrome/browser/ui/views/apps/
native_app_window_views.cc 349 if (window_->IsVisible()) {
358 if (window_->IsVisible())
  /external/chromium/chrome/browser/chromeos/frame/
browser_view.cc 274 bool was_visible = frame()->GetWindow()->IsVisible();
  /external/chromium/chrome/browser/ui/views/frame/
opaque_browser_frame_view.cc 327 if (close_button_->IsVisible() &&
330 if (restore_button_->IsVisible() &&
333 if (maximize_button_->IsVisible() &&
336 if (minimize_button_->IsVisible() &&
    [all...]
  /external/chromium_org/chrome/browser/download/
download_shelf.cc 363 platform_util::IsVisible(shelf_tab->GetView()->GetNativeView()) &&
  /external/chromium_org/ui/aura/
window.h 122 bool IsVisible() const;
123 // Returns the visibility requested by this window. IsVisible() takes into
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.h 123 virtual bool IsVisible() const OVERRIDE;
desktop_root_window_host_win.h 59 virtual bool IsVisible() const OVERRIDE;
  /external/chromium_org/ui/views/widget/
native_widget_win.h 117 virtual bool IsVisible() const OVERRIDE;
widget.cc 681 bool Widget::IsVisible() const {
682 return native_widget_->IsVisible();
    [all...]
  /external/chromium_org/ui/views/win/
hwnd_message_handler.h 103 bool IsVisible() const;
hwnd_message_handler.cc 341 was_visible_(owner_->IsVisible()),
671 bool HWNDMessageHandler::IsVisible() const {
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
network_selection_view.cc 430 return connecting_network_label_->IsVisible();
  /external/chromium/chrome/browser/chromeos/options/
vpn_config_view.cc 264 psk_passphrase_textfield_->IsVisible())
  /external/chromium/chrome/browser/ui/views/
collected_cookies_win.cc 128 if (!IsVisible())
find_bar_view.cc 479 if (!host()->IsVisible())
  /external/chromium_org/ash/shell/
window_type_launcher.cc 139 if (non_modal_transient_->IsVisible())
  /external/chromium_org/ash/
shell_unittest.cc 319 EXPECT_TRUE(launcher_widget->IsVisible());
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.cc 452 message_center_bubble()->bubble()->IsVisible());

Completed in 603 milliseconds

1 2 3 4 5 67 8 910