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

  /external/chromium_org/chrome/browser/safe_browsing/
database_manager.cc 74 SafeBrowsingDatabaseManager::SafeBrowsingCheck::SafeBrowsingCheck(
92 SafeBrowsingDatabaseManager::SafeBrowsingCheck::~SafeBrowsingCheck() {}
95 const SafeBrowsingCheck& check) {
223 SafeBrowsingCheck* check =
224 new SafeBrowsingCheck(url_chain,
249 SafeBrowsingCheck* check =
250 new SafeBrowsingCheck(std::vector<GURL>(),
276 SafeBrowsingCheck* check = new SafeBrowsingCheck
    [all...]
database_manager.h 52 struct SafeBrowsingCheck {
58 SafeBrowsingCheck(const std::vector<GURL>& urls,
63 ~SafeBrowsingCheck();
91 DISALLOW_COPY_AND_ASSIGN(SafeBrowsingCheck);
96 void OnSafeBrowsingResult(const SafeBrowsingCheck& check);
191 SafeBrowsingCheck* check,
227 typedef std::set<SafeBrowsingCheck*> CurrentChecks;
228 typedef std::vector<SafeBrowsingCheck*> GetHashRequestors;
274 void OnCheckDone(SafeBrowsingCheck* info);
317 void OnHandleGetHashResults(SafeBrowsingCheck* check
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.h 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
    [all...]
safe_browsing_service.cc 122 SafeBrowsingService::SafeBrowsingCheck::SafeBrowsingCheck()
131 SafeBrowsingService::SafeBrowsingCheck::~SafeBrowsingCheck() {}
134 const SafeBrowsingCheck& check) {
214 SafeBrowsingCheck* check = new SafeBrowsingCheck();
235 SafeBrowsingCheck* check = new SafeBrowsingCheck();
294 SafeBrowsingCheck* check = new SafeBrowsingCheck()
    [all...]

Completed in 202 milliseconds