Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:SafeBrowsingCheck

73   struct SafeBrowsingCheck {
74 SafeBrowsingCheck();
75 ~SafeBrowsingCheck();
98 DISALLOW_COPY_AND_ASSIGN(SafeBrowsingCheck);
105 void OnSafeBrowsingResult(const SafeBrowsingCheck& check);
194 SafeBrowsingCheck* check,
269 typedef std::set<SafeBrowsingCheck*> CurrentChecks;
270 typedef std::vector<SafeBrowsingCheck*> GetHashRequestors;
309 void OnCheckDone(SafeBrowsingCheck* info);
356 void OnHandleGetHashResults(SafeBrowsingCheck* check,
361 bool HandleOneCheck(SafeBrowsingCheck* check,
376 void CheckDownloadHashOnSBThread(SafeBrowsingCheck* check);
380 void CheckDownloadUrlOnSBThread(SafeBrowsingCheck* check);
384 void TimeoutCallback(SafeBrowsingCheck* check);
387 void CheckDownloadUrlDone(SafeBrowsingCheck* check);
390 void CheckDownloadHashDone(SafeBrowsingCheck* check);
393 void SafeBrowsingCheckDone(SafeBrowsingCheck* check);
398 void StartDownloadCheck(SafeBrowsingCheck* check,