OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllowLatencyExperiment
(Results
1 - 8
of
8
) sorted by null
/external/chromium/net/base/
sdch_manager.h
331
bool
AllowLatencyExperiment
(const GURL& url) const;
sdch_filter_unittest.cc
[
all
...]
sdch_manager.cc
513
bool SdchManager::
AllowLatencyExperiment
(const GURL& url) const {
/external/chromium_org/net/base/
sdch_manager.h
330
bool
AllowLatencyExperiment
(const GURL& url) const;
sdch_filter_unittest.cc
[
all
...]
sdch_manager.cc
527
bool SdchManager::
AllowLatencyExperiment
(const GURL& url) const {
/external/chromium/net/url_request/
url_request_http_job.cc
353
// The
AllowLatencyExperiment
() is only true if we've successfully done a
358
SdchManager::Global()->
AllowLatencyExperiment
(request_->url())) {
[
all
...]
/external/chromium_org/net/url_request/
url_request_http_job.cc
541
// The
AllowLatencyExperiment
() is only true if we've successfully done a
546
SdchManager::Global()->
AllowLatencyExperiment
(request_->url())) {
[
all
...]
Completed in 1155 milliseconds