Home
last modified time | relevance | path

Searched refs:IsShowingSadTab (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/tab_contents/
Dnative_tab_contents_view_delegate.h24 virtual bool IsShowingSadTab() const = 0;
Dtab_contents_view_views.h80 virtual bool IsShowingSadTab() const OVERRIDE;
Dnative_tab_contents_view_win.cc158 if (delegate_->IsShowingSadTab()) in OnMouseRange()
Dtab_contents_view_views.cc298 bool TabContentsViewViews::IsShowingSadTab() const { in IsShowingSadTab() function in TabContentsViewViews