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

  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_database_unittest.cc 248 database_->UpdateFinished(true);
291 database_->UpdateFinished(true);
305 database_->UpdateFinished(true);
331 database_->UpdateFinished(true);
398 database_->UpdateFinished(true);
445 database_->UpdateFinished(true);
501 database_->UpdateFinished(true);
514 database_->UpdateFinished(true);
549 database_->UpdateFinished(true);
560 database_->UpdateFinished(true)
    [all...]
protocol_manager.cc 308 UpdateFinished(false);
316 UpdateFinished(true);
324 UpdateFinished(true);
365 UpdateFinished(false);
597 UpdateFinished(false, false);
657 UpdateFinished(false);
666 UpdateFinished(true);
679 void SafeBrowsingProtocolManager::UpdateFinished(bool success) {
680 UpdateFinished(success, !success);
683 void SafeBrowsingProtocolManager::UpdateFinished(bool success, bool back_off)
    [all...]
protocol_manager_unittest.cc 304 MOCK_METHOD1(UpdateFinished, void(bool));
369 EXPECT_CALL(test_delegate, UpdateFinished(false)).Times(1);
406 EXPECT_CALL(test_delegate, UpdateFinished(true)).Times(1);
447 EXPECT_CALL(test_delegate, UpdateFinished(true)).Times(1);
495 EXPECT_CALL(test_delegate, UpdateFinished(false)).Times(1);
542 EXPECT_CALL(test_delegate, UpdateFinished(true)).Times(1);
590 EXPECT_CALL(test_delegate, UpdateFinished(false)).Times(1);
641 EXPECT_CALL(test_delegate, UpdateFinished(false)).Times(1);
689 EXPECT_CALL(test_delegate, UpdateFinished(true)).Times(1);
736 EXPECT_CALL(test_delegate, UpdateFinished(false)).Times(1)
    [all...]
protocol_manager.h 113 // should call this after callbacks triggered in UpdateFinished() or before
271 void UpdateFinished(bool success);
272 void UpdateFinished(bool success, bool back_off);
424 // |UpdateFinished()| is called just after the SafeBrowsing update protocol
426 virtual void UpdateFinished(bool success) = 0;
safe_browsing_database.h 167 // db.UpdateFinished(success);
171 // UpdateFinished(). If it returns false, the caller MUST NOT call
178 virtual void UpdateFinished(bool update_succeeded) = 0;
326 virtual void UpdateFinished(bool update_succeeded) OVERRIDE;
database_manager.h 343 virtual void UpdateFinished(bool success) OVERRIDE;
database_manager.cc 525 void SafeBrowsingDatabaseManager::UpdateFinished(bool update_succeeded) {
777 database_->UpdateFinished(false);
858 GetDatabase()->UpdateFinished(update_succeeded);
    [all...]
safe_browsing_service_browsertest.cc 180 virtual void UpdateFinished(bool update_succeeded) OVERRIDE {
    [all...]
safe_browsing_database.cc     [all...]
  /external/chromium_org/content/browser/appcache/
appcache_update_job_unittest.cc 677 UpdateFinished();
744 UpdateFinished();
    [all...]

Completed in 835 milliseconds