Searched refs:is_showing_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Dtest_download_shelf.cc10 : is_showing_(false),
21 return is_showing_;
51 is_showing_ = true;
55 is_showing_ = false;
H A Dtest_download_shelf.h43 bool is_showing_; member in class:TestDownloadShelf
/external/chromium_org/content/test/
H A Dtest_render_view_host.cc48 is_showing_(false),
89 is_showing_ = true;
93 is_showing_ = false;
97 return is_showing_;
H A Dtest_render_view_host.h161 bool is_showing() const { return is_showing_; }
168 bool is_showing_; member in class:content::TestRenderWidgetHostView
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_android.cc271 is_showing_(!widget_host->is_hidden()),
499 if (is_showing_)
502 is_showing_ = true;
511 if (!is_showing_)
514 is_showing_ = false;
529 return is_showing_ && content_view_core_;
555 if (!is_showing_ && layer_)
1261 layer_->SetHideLayerAndSubtree(!is_showing_);
1562 if (!content_view_core_ || !layer_ || !is_showing_)
H A Drender_widget_host_view_android.h361 bool is_showing_; member in class:content::RenderWidgetHostViewAndroid

Completed in 127 milliseconds