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 66 SafeBrowsingDatabaseManager::SafeBrowsingCheck::SafeBrowsingCheck(
82 SafeBrowsingDatabaseManager::SafeBrowsingCheck::~SafeBrowsingCheck() {}
85 const SafeBrowsingCheck& check) {
208 SafeBrowsingCheck* check = new SafeBrowsingCheck(url_chain,
231 SafeBrowsingCheck* check = new SafeBrowsingCheck(std::vector<GURL>(),
255 SafeBrowsingCheck* check = new SafeBrowsingCheck
    [all...]
database_manager.h 52 struct SafeBrowsingCheck {
58 SafeBrowsingCheck(const std::vector<GURL>& urls,
62 ~SafeBrowsingCheck();
89 DISALLOW_COPY_AND_ASSIGN(SafeBrowsingCheck);
94 void OnSafeBrowsingResult(const SafeBrowsingCheck& check);
185 SafeBrowsingCheck* check,
217 typedef std::set<SafeBrowsingCheck*> CurrentChecks;
218 typedef std::vector<SafeBrowsingCheck*> GetHashRequestors;
257 void OnCheckDone(SafeBrowsingCheck* info);
302 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 161 milliseconds