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

  /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_unittest.cc 150 // Invokes ChromeDownloadManagerDelegate::CheckForFileExistence and waits for
154 bool CheckForFileExistence(DownloadItem* download);
278 bool ChromeDownloadManagerDelegateTest::CheckForFileExistence(
282 delegate()->CheckForFileExistence(
383 TEST_F(ChromeDownloadManagerDelegateTest, CheckForFileExistence) {
395 EXPECT_TRUE(CheckForFileExistence(download_item.get()));
400 EXPECT_FALSE(CheckForFileExistence(download_item.get()));
chrome_download_manager_delegate.cc 473 void ChromeDownloadManagerDelegate::CheckForFileExistence(
481 drive_download_handler->CheckForFileExistence(download, callback);
  /external/chromium_org/chrome/browser/chromeos/drive/
download_handler.cc 88 // Used to implement CheckForFileExistence().
214 void DownloadHandler::CheckForFileExistence(

Completed in 66 milliseconds