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

  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_shelf_mac.h 26 virtual bool IsClosing() const OVERRIDE;
  /external/chromium_org/ui/gfx/animation/
slide_animation_unittest.cc 50 EXPECT_FALSE(animation.IsClosing());
69 EXPECT_FALSE(animation.IsClosing());
79 EXPECT_TRUE(animation.IsClosing());
85 EXPECT_FALSE(animation.IsClosing());
slide_animation.h 71 bool IsClosing() const { return !showing_ && value_end_ < value_current_; }
  /external/chromium_org/chrome/browser/download/
test_download_shelf.h 23 virtual bool IsClosing() const OVERRIDE;
test_download_shelf.cc 24 bool TestDownloadShelf::IsClosing() const {
download_shelf.h 145 virtual bool IsClosing() const = 0;
  /external/chromium_org/chrome/browser/ui/views/
dropdown_bar_host.cc 108 !animation_->IsClosing()) {
111 if (animation_->IsClosing()) {
  /external/chromium_org/chrome/browser/ui/views/download/
download_shelf_view.h 84 virtual bool IsClosing() const OVERRIDE;
download_shelf_view.cc 373 bool DownloadShelfView::IsClosing() const {
374 return shelf_animation_->IsClosing();
  /external/chromium_org/components/infobars/core/
infobar.cc 91 if ((arrow_target_height_ != height) && !animation_.IsClosing()) {
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.h 355 bool IsClosing() const { return in_shutdown_; }
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc 254 (download_shelf->IsShowing() || download_shelf->IsClosing());
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc     [all...]

Completed in 262 milliseconds