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

  /external/chromium_org/chrome/browser/safe_browsing/
malware_details_history.cc 42 AllDone();
87 AllDone();
94 AllDone();
124 AllDone();
131 void MalwareDetailsRedirectsCollector::AllDone() {
132 DVLOG(1) << "AllDone";
malware_details_cache.h 105 void AllDone(bool success);
malware_details_history.h 69 void AllDone();
malware_details_cache.cc 71 AllDone(true);
77 AllDone(false);
200 void MalwareDetailsCacheCollector::AllDone(bool success) {
201 DVLOG(1) << "AllDone";
  /external/chromium/chrome/browser/safe_browsing/
malware_details_cache.cc 70 AllDone(true);
76 AllDone(false);
199 void MalwareDetailsCacheCollector::AllDone(bool success) {
200 DVLOG(1) << "AllDone";
malware_details_cache.h 108 void AllDone(bool success);
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.h 378 bool AllDone();
browsing_data_remover.cc 192 DCHECK(AllDone());
637 bool BrowsingDataRemover::AllDone() {
673 if (!AllDone())
    [all...]

Completed in 65 milliseconds