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

  /external/chromium_org/chrome/browser/chromeos/contacts/
google_contact_store_unittest.cc 244 test_api_->DoUpdate();
263 test_api_->DoUpdate();
341 test_api_->DoUpdate();
354 test_api_->DoUpdate();
407 // If we call DoUpdate() to mimic the code path that's used for a timer-driven
411 test_api_->DoUpdate();
459 test_api_->DoUpdate();
483 test_api_->DoUpdate();
google_contact_store.h 64 void DoUpdate();
google_contact_store.cc 80 void GoogleContactStore::TestAPI::DoUpdate() {
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_file.h 162 virtual bool DoUpdate(const std::vector<SBAddFullHash>& pending_adds,
safe_browsing_store_file.cc 474 bool SafeBrowsingStoreFile::DoUpdate(
679 bool ret = DoUpdate(pending_adds, prefix_misses,
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_store_file.h 171 virtual bool DoUpdate(const std::vector<SBAddFullHash>& pending_adds,
safe_browsing_store_file.cc 477 bool SafeBrowsingStoreFile::DoUpdate(
684 bool ret = DoUpdate(pending_adds, prefix_misses,

Completed in 171 milliseconds