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

  /external/chromium_org/content/public/browser/
download_item.h 134 // a DCHECK failure. Set |user_cancel| to false when canceling from at
139 virtual void Cancel(bool user_cancel) = 0;
  /external/chromium_org/content/browser/download/
download_item_impl.h 101 virtual void Cancel(bool user_cancel) OVERRIDE;
download_item_impl.cc 386 void DownloadItemImpl::Cancel(bool user_cancel) {
399 user_cancel ? DOWNLOAD_DISCARD_DUE_TO_USER_ACTION
405 last_reason_ = user_cancel ? DOWNLOAD_INTERRUPT_REASON_USER_CANCELED
    [all...]
download_item_impl_unittest.cc 351 DownloadItemImpl* user_cancel = CreateDownloadItem(); local
353 AddDownloadFileToDownloadItem(user_cancel, NULL);
355 MockObserver observer1(user_cancel);
357 user_cancel->Cancel(true);
    [all...]

Completed in 1141 milliseconds