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
283
struct
FullHashDetails
{
284
FullHashDetails
();
285
FullHashDetails
(FullHashCallback callback, bool is_download);
286
~
FullHashDetails
();
291
typedef base::hash_map<const net::URLFetcher*,
FullHashDetails
> HashRequests;
protocol_manager.cc
188
hash_requests_[fetcher] =
FullHashDetails
(callback, is_download);
236
const
FullHashDetails
& details = it->second;
764
SafeBrowsingProtocolManager::
FullHashDetails
::
FullHashDetails
()
769
SafeBrowsingProtocolManager::
FullHashDetails
::
FullHashDetails
(
775
SafeBrowsingProtocolManager::
FullHashDetails
::~
FullHashDetails
() {
Completed in 2822 milliseconds