Searched defs:OnCacheCollectionReady (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
H A Dmalware_details.cc252 NewRunnableMethod(this, &MalwareDetails::OnCacheCollectionReady));
255 void MalwareDetails::OnCacheCollectionReady() { function in class:MalwareDetails
256 DVLOG(1) << "OnCacheCollectionReady.";
/external/chromium_org/chrome/browser/safe_browsing/
H A Dmalware_details.cc284 base::Bind(&MalwareDetails::OnCacheCollectionReady, this));
294 void MalwareDetails::OnCacheCollectionReady() { function in class:MalwareDetails
295 DVLOG(1) << "OnCacheCollectionReady.";

Completed in 92 milliseconds