HomeSort by relevance Sort by last modified time
    Searched refs:should_show (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/ash/test/
test_system_tray_delegate.h 33 void set_should_show_display_notification(bool should_show) {
34 should_show_display_notification_ = should_show;
  /external/chromium_org/chrome/browser/download/
download_item_model.h 117 void SetShouldShowInShelf(bool should_show);
download_item_model.cc 540 void DownloadItemModel::SetShouldShowInShelf(bool should_show) {
542 data->set_should_show_in_shelf(should_show);
  /external/chromium_org/ui/keyboard/
keyboard_controller.cc 224 bool should_show = was_showing; local
230 should_show = false;
241 should_show = true;
244 if (was_showing != should_show) {
245 if (should_show) {
  /external/chromium_org/ui/views/corewm/
shadow_controller.cc 217 const bool should_show = ShouldShowShadowForWindow(window); local
220 shadow->layer()->SetVisible(should_show);
221 else if (should_show && !shadow)
  /external/chromium_org/ui/message_center/
notification_list.cc 283 bool should_show = true; local
286 should_show = false;
290 if (should_show)
  /external/chromium_org/ui/views/controls/
scroll_view.h 105 // |should_show|.
106 void SetControlVisibility(View* control, bool should_show);
scroll_view.cc 491 void ScrollView::SetControlVisibility(View* control, bool should_show) {
494 if (should_show) {
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc 1946 bool should_show = visible && !sidebar_container_->IsVisible(); local
1996 bool should_show = devtools_contents && !devtools_container_->IsVisible(); local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.cc 1286 bool should_show = old_devtools == NULL && devtools_contents != NULL; local
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
browser_window_gtk.cc 2320 bool should_show = new_devtools_window && (!devtools_window_ || should_hide); local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc 2188 bool should_show = new_devtools_window && (!devtools_window_ || should_hide); local
    [all...]

Completed in 127 milliseconds