Home
last modified time | relevance | path

Searched refs:IsClosing (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/ui/gfx/animation/
Dslide_animation_unittest.cc50 EXPECT_FALSE(animation.IsClosing()); in TEST_F()
69 EXPECT_FALSE(animation.IsClosing()); in TEST_F()
79 EXPECT_TRUE(animation.IsClosing()); in TEST_F()
85 EXPECT_FALSE(animation.IsClosing()); in TEST_F()
Dslide_animation.h71 bool IsClosing() const { return !showing_ && value_end_ < value_current_; } in IsClosing() function
/external/chromium_org/chrome/browser/ui/cocoa/download/
Ddownload_shelf_mac.h26 virtual bool IsClosing() const OVERRIDE;
Ddownload_shelf_mac.mm26 bool DownloadShelfMac::IsClosing() const { function
/external/chromium_org/chrome/browser/download/
Dtest_download_shelf.h23 virtual bool IsClosing() const OVERRIDE;
Dtest_download_shelf.cc24 bool TestDownloadShelf::IsClosing() const { in IsClosing() function in TestDownloadShelf
Ddownload_shelf.h154 virtual bool IsClosing() const = 0;
/external/chromium_org/chrome/browser/ui/views/
Ddropdown_bar_host.cc112 !animation_->IsClosing()) { in Hide()
115 if (animation_->IsClosing()) { in Hide()
/external/chromium_org/chrome/browser/ui/views/download/
Ddownload_shelf_view.h84 virtual bool IsClosing() const OVERRIDE;
Ddownload_shelf_view.cc373 bool DownloadShelfView::IsClosing() const { in IsClosing() function in DownloadShelfView
374 return shelf_animation_->IsClosing(); in IsClosing()
/external/chromium_org/components/infobars/core/
Dinfobar.cc91 if ((arrow_target_height_ != height) && !animation_.IsClosing()) { in SetArrowTargetHeight()
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_aura.h331 bool IsClosing() const { return in_shutdown_; } in IsClosing() function
/external/chromium_org/content/browser/web_contents/
Dweb_contents_view_aura.cc1408 if (view != NULL && !view->IsClosing()) in CanFocus()
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_view.cc258 (download_shelf->IsShowing() || download_shelf->IsClosing()); in DownloadShelfNeedsLayout()