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

  /external/chromium_org/chrome/browser/download/
test_download_shelf.cc 24 bool TestDownloadShelf::IsClosing() const {
  /external/chromium_org/ui/gfx/animation/
slide_animation.h 71 bool IsClosing() const { return !showing_ && value_end_ < value_current_; }
  /external/chromium_org/chrome/browser/ui/views/download/
download_shelf_view.cc 373 bool DownloadShelfView::IsClosing() const {
374 return shelf_animation_->IsClosing();
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.h 355 bool IsClosing() const { return in_shutdown_; }

Completed in 90 milliseconds