Home
last modified time | relevance | path

Searched refs:configured_only (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/chromeos/
Dnetwork_config_message_handler.cc69 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/
Dnetwork_util.cc156 bool configured_only, in TranslateNetworkListToONC() argument
162 pattern, configured_only, visible_only, limit, &network_states); in TranslateNetworkListToONC()
Dnetwork_state_handler.h164 bool configured_only,
174 bool configured_only) const;
Dnetwork_util.h107 bool configured_only,
Dnetwork_state_handler.cc268 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/
Dnetworking_private_api_chromeos.cc321 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()