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

  /external/chromium_org/chrome/browser/chromeos/drive/
download_handler_unittest.cc 164 TEST_F(DownloadHandlerTest, CheckForFileExistence) {
176 // Call CheckForFileExistence.
178 download_handler_->CheckForFileExistence(
189 // Call CheckForFileExistence again.
190 download_handler_->CheckForFileExistence(
download_handler.h 72 void CheckForFileExistence(
download_handler.cc 88 // Used to implement CheckForFileExistence().
214 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_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.h 94 virtual void CheckForFileExistence(
chrome_download_manager_delegate.cc 472 void ChromeDownloadManagerDelegate::CheckForFileExistence(
480 drive_download_handler->CheckForFileExistence(download, callback);
  /external/chromium_org/content/browser/download/
download_manager_impl.cc 461 delegate_->CheckForFileExistence(

Completed in 354 milliseconds