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

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.cc 724 GetHashRequestors requestors; local
725 requestors.push_back(check);
726 gethash_requests_[prefix] = requestors;
949 GetHashRequestors& requestors = it->second; local
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
database_manager.cc 666 GetHashRequestors requestors; local
667 requestors.push_back(check);
668 gethash_requests_[prefix] = requestors;
876 GetHashRequestors& requestors = it->second; local
878 for (GetHashRequestors::iterator r = requestors.begin();
879 r != requestors.end(); ++r) {
    [all...]

Completed in 514 milliseconds