OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:http_cache
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/
chrome_net_benchmarking_message_filter.cc
20
#include "net/http/
http_cache
.h"
142
net::HttpCache*
http_cache
= request_context_->GetURLRequestContext()->
local
144
http_cache
->set_mode(mode);
/external/chromium_org/net/http/
mock_http_cache.h
15
#include "net/http/
http_cache
.h"
170
net::HttpCache*
http_cache
() { return &http_cache_; }
function in class:MockHttpCache
/external/chromium/net/http/
http_cache_unittest.cc
5
#include "net/http/
http_cache
.h"
558
net::HttpCache*
http_cache
() { return &http_cache_; }
function in class:__anon2799::MockHttpCache
[
all
...]
Completed in 542 milliseconds