OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetEntryInfoHTML
(Results
1 - 8
of
8
) sorted by null
/external/chromium/net/url_request/
view_cache_helper.h
32
int
GetEntryInfoHTML
(const std::string& key,
62
// Implements
GetEntryInfoHTML
and GetContentsHTML.
view_cache_helper_unittest.cc
143
int rv = helper.
GetEntryInfoHTML
("second", context, &data, &cb);
200
rv = helper.
GetEntryInfoHTML
(key, context, &data, &cb);
view_cache_helper.cc
100
int ViewCacheHelper::
GetEntryInfoHTML
(const std::string& key,
/external/chromium_org/net/url_request/
view_cache_helper.h
33
int
GetEntryInfoHTML
(const std::string& key,
68
// Implements
GetEntryInfoHTML
and GetContentsHTML.
view_cache_helper_unittest.cc
146
int rv = helper.
GetEntryInfoHTML
("second", &context, &data, cb.callback());
205
rv = helper.
GetEntryInfoHTML
(key, &context, &data, cb1.callback());
view_cache_helper.cc
61
int ViewCacheHelper::
GetEntryInfoHTML
(const std::string& key,
/external/chromium/chrome/browser/net/
view_http_cache_job_factory.cc
138
rv = cache_helper_.
GetEntryInfoHTML
(cache_key, request.context(),
/external/chromium_org/content/browser/net/
view_http_cache_job_factory.cc
145
rv = cache_helper_.
GetEntryInfoHTML
(cache_key, request.context(),
Completed in 27 milliseconds