Searched refs:UpdateFinished (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_database_unittest.cc248 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(tru
[all...]
H A Dprotocol_manager.cc308 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) { function in class:SafeBrowsingProtocolManager
680 UpdateFinished(success, !success);
683 void SafeBrowsingProtocolManager::UpdateFinished(boo function in class:SafeBrowsingProtocolManager
[all...]
H A Dprotocol_manager_unittest.cc304 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(fals
[all...]
H A Dprotocol_manager.h113 // 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;
H A Dsafe_browsing_database.h167 // 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;
H A Ddatabase_manager.h343 virtual void UpdateFinished(bool success) OVERRIDE;
H A Ddatabase_manager.cc525 void SafeBrowsingDatabaseManager::UpdateFinished(bool update_succeeded) { function in class:SafeBrowsingDatabaseManager
777 database_->UpdateFinished(false);
858 GetDatabase()->UpdateFinished(update_succeeded);
H A Dsafe_browsing_service_browsertest.cc180 virtual void UpdateFinished(bool update_succeeded) OVERRIDE {
H A Dsafe_browsing_database.cc1056 void SafeBrowsingDatabaseNew::UpdateFinished(bool update_succeeded) { function in class:SafeBrowsingDatabaseNew
/external/chromium_org/content/browser/appcache/
H A Dappcache_update_job_unittest.cc677 UpdateFinished();
744 UpdateFinished();
2776 UpdateFinished();
2939 UpdateFinished();
2978 UpdateFinished();
3039 UpdateFinished();
3047 UpdateFinished();
3050 void UpdateFinished() { function in class:content::AppCacheUpdateJobTest

Completed in 149 milliseconds