OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetHashRequestors
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.h
270
typedef std::vector<SafeBrowsingCheck*>
GetHashRequestors
;
271
typedef base::hash_map<SBPrefix,
GetHashRequestors
> GetHashRequests;
safe_browsing_service.cc
724
GetHashRequestors
requestors;
[
all
...]
/external/chromium_org/chrome/browser/safe_browsing/
database_manager.h
228
typedef std::vector<SafeBrowsingCheck*>
GetHashRequestors
;
229
typedef base::hash_map<SBPrefix,
GetHashRequestors
> GetHashRequests;
database_manager.cc
728
GetHashRequestors
requestors;
[
all
...]
Completed in 510 milliseconds