Searched refs:configured_only (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
D | network_config_message_handler.cc | 69 bool configured_only = false; in GetNetworks() local 74 filter->GetBoolean("configured", &configured_only); in GetNetworks() 82 pattern, configured_only, visible_only, limit, in GetNetworks()
|
/external/chromium_org/chromeos/network/ |
D | network_util.cc | 156 bool configured_only, in TranslateNetworkListToONC() argument 162 pattern, configured_only, visible_only, limit, &network_states); in TranslateNetworkListToONC()
|
D | network_state_handler.h | 164 bool configured_only, 174 bool configured_only) const;
|
D | network_util.h | 107 bool configured_only,
|
D | network_state_handler.cc | 268 bool configured_only, in GetNetworkListByType() argument 284 if (configured_only && !network->IsInProfile()) in GetNetworkListByType() 296 bool configured_only) const { in GetNetworkStateFromServicePath() 304 (configured_only && !network->IsInProfile())) { in GetNetworkStateFromServicePath()
|
/external/chromium_org/chrome/browser/extensions/api/networking_private/ |
D | networking_private_api_chromeos.cc | 321 const bool configured_only = in RunAsync() local 329 pattern, configured_only, visible_only, limit, false /* debugging */); in RunAsync() 348 const bool configured_only = false; in RunAsync() local 352 pattern, configured_only, visible_only, kDefaultNetworkListLimit, in RunAsync()
|