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

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.h 324 void DatabaseLoadComplete();
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...]
  /external/chromium_org/chrome/browser/safe_browsing/
database_manager.h 290 void DatabaseLoadComplete();
database_manager.cc 651 // about to be called back (in DatabaseLoadComplete()). This will call
653 // would lead to an infinite loop in DatabaseLoadComplete(), and even if it
694 base::Bind(&SafeBrowsingDatabaseManager::DatabaseLoadComplete, this));
790 void SafeBrowsingDatabaseManager::DatabaseLoadComplete() {
    [all...]

Completed in 247 milliseconds