Searched refs:InProgress (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/content/browser/download/
H A Ddownload_file.h66 virtual bool InProgress() const = 0;
H A Dsave_file.h36 bool InProgress() const;
H A Dmock_download_file.h42 MOCK_CONST_METHOD0(InProgress, bool());
H A Dsave_file.cc71 bool SaveFile::InProgress() const { function in class:content::SaveFile
H A Dsave_file_manager.cc242 DCHECK(save_file->InProgress());
277 // So we can't assert that the file is InProgress() here.
279 // DCHECK(save_file->InProgress());
409 if (!save_file->InProgress()) {
427 // will delete the underlying file if InProgress() is true.
444 if (!save_file->InProgress())
491 DCHECK(!save_file->InProgress());
525 DCHECK(!save_file->InProgress());
H A Ddownload_file_impl.h60 virtual bool InProgress() const OVERRIDE;
H A Ddownload_file_impl.cc227 bool DownloadFileImpl::InProgress() const { function in class:content::DownloadFileImpl
H A Ddownload_file_unittest.cc204 EXPECT_FALSE(download_file_->InProgress());
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/documentation/
H A DDocumentationCatalog.js109 return this._loader._state === WebInspector.DocumentationCatalog.Loader.DownloadStates.InProgress;
155 InProgress: "InProgress",
174 this._state = WebInspector.DocumentationCatalog.Loader.DownloadStates.InProgress;

Completed in 977 milliseconds