HomeSort by relevance Sort by last modified time
    Searched defs:DatabaseLoadComplete (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/safe_browsing/
database_manager.cc 590 // about to be called back (in DatabaseLoadComplete()). This will call
592 // would lead to an infinite loop in DatabaseLoadComplete(), and even if it
632 base::Bind(&SafeBrowsingDatabaseManager::DatabaseLoadComplete, this));
728 void SafeBrowsingDatabaseManager::DatabaseLoadComplete() {
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.cc 505 // about to be called back (in DatabaseLoadComplete()). This will call
507 // would lead to an infinite loop in DatabaseLoadComplete(), and even if it
690 NewRunnableMethod(this, &SafeBrowsingService::DatabaseLoadComplete));
774 void SafeBrowsingService::DatabaseLoadComplete() {
    [all...]

Completed in 1014 milliseconds