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

  /external/chromium_org/chrome/browser/chromeos/drive/
download_handler.h 65 void CheckForFileExistence(
download_handler_unittest.cc 226 TEST_F(DownloadHandlerTest, CheckForFileExistence) {
238 // Call CheckForFileExistence.
240 download_handler_->CheckForFileExistence(
251 // Call CheckForFileExistence again.
252 download_handler_->CheckForFileExistence(
download_handler.cc 78 // Used to implement CheckForFileExistence().
196 void DownloadHandler::CheckForFileExistence(
  /external/chromium_org/content/public/browser/
download_manager_delegate.h 51 // Called with the result of CheckForFileExistence().
128 virtual void CheckForFileExistence(
  /external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate.h 93 virtual void CheckForFileExistence(
chrome_download_manager_delegate.cc 388 void ChromeDownloadManagerDelegate::CheckForFileExistence(
396 drive_download_handler->CheckForFileExistence(download, callback);
  /external/chromium_org/content/browser/download/
download_manager_impl.cc 462 delegate_->CheckForFileExistence(

Completed in 128 milliseconds