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

  /external/chromium_org/chrome/browser/download/
download_item_model.h 109 void SetShouldShowInShelf(bool should_show);
download_item_model.cc 466 void DownloadItemModel::SetShouldShowInShelf(bool should_show) {
468 data->set_should_show_in_shelf(should_show);
  /external/chromium_org/ui/keyboard/
keyboard_controller.cc 170 bool should_show = was_showing; local
172 should_show = false;
181 should_show = true;
184 if (was_showing != should_show) {
186 should_show ? container_->children()[0]->bounds() : gfx::Rect());
193 if (should_show)
  /external/chromium_org/ash/system/tray/
test_system_tray_delegate.h 104 void set_should_show_display_notification(bool should_show) {
105 should_show_display_notification_ = 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/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 2304 bool should_show = new_devtools_window && (!devtools_window_ || should_hide); local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc 2189 bool should_show = new_devtools_window && (!devtools_window_ || should_hide); local
    [all...]

Completed in 964 milliseconds