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

  /external/chromium_org/chrome/browser/ui/views/
create_application_shortcut_view.h 123 int pending_download_id_; member in class:CreateUrlApplicationShortcutView
create_application_shortcut_view.cc 433 pending_download_id_(-1),
469 DCHECK_EQ(-1, pending_download_id_);
476 pending_download_id_ = web_contents_->DownloadImage(
494 if (id != pending_download_id_)
496 pending_download_id_ = -1;

Completed in 460 milliseconds