Searched defs:IsShowing (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dslide_animator_gtk.cc103 bool SlideAnimatorGtk::IsShowing() { function in class:SlideAnimatorGtk
104 return animation_->IsShowing();
130 if (!animation_->IsShowing()) {
/external/chromium/chrome/browser/ui/gtk/download/
H A Ddownload_shelf_gtk.cc175 bool DownloadShelfGtk::IsShowing() const { function in class:DownloadShelfGtk
176 return slide_widget_->IsShowing();
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bubble_view.cc75 return BookmarkBubbleView::IsShowing();
91 if (IsShowing())
118 bool BookmarkBubbleView::IsShowing() { function in class:BookmarkBubbleView
123 if (IsShowing())
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_shelf_view.cc238 parent_->ToolbarSizeChanged(shelf_animation_->IsShowing());
244 parent_->SetDownloadShelfVisible(shelf_animation_->IsShowing());
245 if (!shelf_animation_->IsShowing())
371 bool DownloadShelfView::IsShowing() const { function in class:DownloadShelfView
372 return shelf_animation_->IsShowing();
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_gtk.cc696 bool RenderWidgetHostViewGtk::IsShowing() { function in class:RenderWidgetHostViewGtk
H A Drender_widget_host_view_views.cc258 bool RenderWidgetHostViewViews::IsShowing() { function in class:RenderWidgetHostViewViews
H A Drender_widget_host_view_win.cc539 bool RenderWidgetHostViewWin::IsShowing() { function in class:RenderWidgetHostViewWin

Completed in 1746 milliseconds