HomeSort by relevance Sort by last modified time
    Searched defs:ResourcePrefetchPredictor (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor.h 53 // tasks to the ResourcePrefetchPredictor on the UI thread. This is owned by
55 // * ResourcePrefetchPredictorTables - Persists ResourcePrefetchPredictor data
58 // * ResourcePrefetchPredictor - Learns about resource requirements per URL in
65 // ResourcePrefetchPredictor and interfaces between the predictor on the UI
75 class ResourcePrefetchPredictor
78 public base::SupportsWeakPtr<ResourcePrefetchPredictor> {
96 ResourcePrefetchPredictor(const ResourcePrefetchPredictorConfig& config,
98 virtual ~ResourcePrefetchPredictor();
309 DISALLOW_COPY_AND_ASSIGN(ResourcePrefetchPredictor);
resource_prefetch_predictor.cc 88 UMA_HISTOGRAM_ENUMERATION("ResourcePrefetchPredictor.NavigationEvent",
103 typedef ResourcePrefetchPredictor::URLRequestSummary URLRequestSummary;
144 // ResourcePrefetchPredictor static functions.
147 bool ResourcePrefetchPredictor::ShouldRecordRequest(
163 bool ResourcePrefetchPredictor::ShouldRecordResponse(
178 bool ResourcePrefetchPredictor::ShouldRecordRedirect(
193 bool ResourcePrefetchPredictor::IsHandledMainPage(net::URLRequest* request) {
198 bool ResourcePrefetchPredictor::IsHandledSubresource(
230 UMA_HISTOGRAM_ENUMERATION("ResourcePrefetchPredictor.ResourceStatus",
238 bool ResourcePrefetchPredictor::IsCacheable(const net::URLRequest* response)
    [all...]

Completed in 114 milliseconds