Searched refs:network_prediction_options (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/net/
H A Dprediction_options.cc21 bool CanPrefetchAndPrerender(int network_prediction_options) { argument
22 switch (network_prediction_options) {
28 DCHECK_EQ(NETWORK_PREDICTION_WIFI_ONLY, network_prediction_options);
34 bool CanPreresolveAndPreconnect(int network_prediction_options) { argument
37 return network_prediction_options != NETWORK_PREDICTION_NEVER;
74 profile_io_data->network_prediction_options()->GetValue());
88 profile_io_data->network_prediction_options()->GetValue());
/external/chromium_org/chrome/browser/policy/
H A Dnetwork_prediction_policy_handler.cc31 const base::Value* network_prediction_options = local
41 if (network_prediction_options &&
42 !network_prediction_options->IsType(base::Value::TYPE_INTEGER)) {
48 if (network_prediction_enabled && network_prediction_options) {
61 const base::Value* network_prediction_options = local
64 if (network_prediction_options &&
65 network_prediction_options->GetAsInteger(&int_setting)) {
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.h204 IntegerPrefMember* network_prediction_options() const { function in class:ProfileIOData

Completed in 87 milliseconds