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 277 database_->UpdateFinished(true);
320 database_->UpdateFinished(true);
334 database_->UpdateFinished(true);
360 database_->UpdateFinished(true);
427 database_->UpdateFinished(true);
474 database_->UpdateFinished(true);
530 database_->UpdateFinished(true);
543 database_->UpdateFinished(true);
578 database_->UpdateFinished(true);
589 database_->UpdateFinished(true)
    [all...]
protocol_manager.cc 313 UpdateFinished(false);
321 UpdateFinished(true);
329 UpdateFinished(true);
370 UpdateFinished(false);
602 UpdateFinished(false, false);
662 UpdateFinished(false);
671 UpdateFinished(true);
684 void SafeBrowsingProtocolManager::UpdateFinished(bool success) {
685 UpdateFinished(success, !success);
688 void SafeBrowsingProtocolManager::UpdateFinished(bool success, bool back_off)
    [all...]
protocol_manager_unittest.cc 321 MOCK_METHOD1(UpdateFinished, void(bool));
386 EXPECT_CALL(test_delegate, UpdateFinished(false)).Times(1);
423 EXPECT_CALL(test_delegate, UpdateFinished(true)).Times(1);
465 EXPECT_CALL(test_delegate, UpdateFinished(true)).Times(1);
513 EXPECT_CALL(test_delegate, UpdateFinished(false)).Times(1);
560 EXPECT_CALL(test_delegate, UpdateFinished(true)).Times(1);
608 EXPECT_CALL(test_delegate, UpdateFinished(false)).Times(1);
659 EXPECT_CALL(test_delegate, UpdateFinished(false)).Times(1);
707 EXPECT_CALL(test_delegate, UpdateFinished(true)).Times(1);
754 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);
430 // |UpdateFinished()| is called just after the SafeBrowsing update protocol
432 virtual void UpdateFinished(bool success) = 0;
safe_browsing_database.h 156 // db.UpdateFinished(success);
160 // UpdateFinished(). If it returns false, the caller MUST NOT call
167 virtual void UpdateFinished(bool update_succeeded) = 0;
315 virtual void UpdateFinished(bool update_succeeded) OVERRIDE;
database_manager.h 346 virtual void UpdateFinished(bool success) OVERRIDE;
database_manager.cc 539 void SafeBrowsingDatabaseManager::UpdateFinished(bool update_succeeded) {
794 database_->UpdateFinished(false);
876 GetDatabase()->UpdateFinished(update_succeeded);
    [all...]
safe_browsing_service_browsertest.cc 184 virtual void UpdateFinished(bool update_succeeded) OVERRIDE {
    [all...]
safe_browsing_database.cc     [all...]
  /external/chromium_org/content/browser/appcache/
appcache_update_job_unittest.cc 653 UpdateFinished();
720 UpdateFinished();
    [all...]

Completed in 1323 milliseconds