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

  /external/chromium_org/content/public/browser/
download_item.h 276 virtual bool AllDataSaved() const = 0;
313 // the test are available. This should only be called after AllDataSaved() is
  /external/chromium_org/content/public/test/
mock_download_item.h 84 MOCK_CONST_METHOD0(AllDataSaved, bool());
  /external/chromium_org/chrome/browser/download/
download_item_model.cc 430 return download_->AllDataSaved() ? download_->GetReceivedBytes() :
649 if (download_->AllDataSaved() &&
download_item_model_unittest.cc 72 ON_CALL(item_, AllDataSaved()).WillByDefault(Return(false));
  /external/chromium_org/content/browser/download/
download_item_impl.cc 716 bool DownloadItemImpl::AllDataSaved() const {
783 DCHECK(AllDataSaved());
850 AllDataSaved() ? 'T' : 'F',
    [all...]
download_item_impl.h 142 virtual bool AllDataSaved() const OVERRIDE;
download_item_impl_unittest.cc     [all...]
download_manager_impl_unittest.cc 124 MOCK_CONST_METHOD0(AllDataSaved, bool());

Completed in 353 milliseconds