OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FullHashDetails
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/safe_browsing/
protocol_manager.h
271
struct
FullHashDetails
{
272
FullHashDetails
();
273
FullHashDetails
(FullHashCallback callback, bool is_download);
274
~
FullHashDetails
();
279
typedef base::hash_map<const net::URLFetcher*,
FullHashDetails
> HashRequests;
protocol_manager.cc
181
hash_requests_[fetcher] =
FullHashDetails
(callback, is_download);
219
const
FullHashDetails
& details = it->second;
766
SafeBrowsingProtocolManager::
FullHashDetails
::
FullHashDetails
()
771
SafeBrowsingProtocolManager::
FullHashDetails
::
FullHashDetails
(
777
SafeBrowsingProtocolManager::
FullHashDetails
::~
FullHashDetails
() {
Completed in 100 milliseconds