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

  /external/chromium_org/chrome/browser/ui/views/
tab_icon_view_model.h 18 virtual bool ShouldTabIconViewAnimate() const = 0;
tab_icon_view.cc 76 if (!model_->ShouldTabIconViewAnimate()) {
86 } else if (model_->ShouldTabIconViewAnimate()) {
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view_ash.h 68 virtual bool ShouldTabIconViewAnimate() const OVERRIDE;
opaque_browser_frame_view.h 74 virtual bool ShouldTabIconViewAnimate() const OVERRIDE;
browser_non_client_frame_view_ash.cc 365 bool BrowserNonClientFrameViewAsh::ShouldTabIconViewAnimate() const {
opaque_browser_frame_view.cc 374 bool OpaqueBrowserFrameView::ShouldTabIconViewAnimate() const {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_frame_view.h 86 virtual bool ShouldTabIconViewAnimate() const OVERRIDE;
panel_frame_view.cc 622 bool PanelFrameView::ShouldTabIconViewAnimate() const {

Completed in 162 milliseconds