Searched defs:data_reduction_proxy_was_used (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/renderer/
H A Dpage_load_histograms.cc113 #define PLT_HISTOGRAM_DRP(name, sample, data_reduction_proxy_was_used) \
124 if (!data_reduction_proxy_was_used) break; \
227 bool data_reduction_proxy_was_used,
283 data_reduction_proxy_was_used);
287 data_reduction_proxy_was_used);
291 data_reduction_proxy_was_used);
295 data_reduction_proxy_was_used);
298 data_reduction_proxy_was_used);
301 data_reduction_proxy_was_used);
303 data_reduction_proxy_was_used);
225 DumpHistograms(const WebPerformance& performance, DocumentState* document_state, bool data_reduction_proxy_was_used, bool came_from_websearch, int websearch_chrome_joint_experiment_id, bool is_preview) argument
456 DumpDeprecatedHistograms(const WebPerformance& performance, DocumentState* document_state, bool data_reduction_proxy_was_used, bool came_from_websearch, int websearch_chrome_joint_experiment_id, bool is_preview, URLPattern::SchemeMasks scheme_type) argument
696 bool data_reduction_proxy_was_used = DataReductionProxyWasUsed(frame); local
[all...]

Completed in 1328 milliseconds