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

/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_state_notifier.cc197 base::DictionaryValue shill_properties; local
199 shill_properties);
216 const base::DictionaryValue& shill_properties) {
218 shill_properties);
227 base::DictionaryValue shill_properties; local
229 shill_properties);
236 const base::DictionaryValue& shill_properties) {
243 shill_properties.GetStringWithoutPathExpansion(
255 shill_properties);
257 shill_properties
212 ConnectErrorPropertiesSucceeded( const std::string& error_name, const std::string& shill_error, const std::string& service_path, const base::DictionaryValue& shill_properties) argument
232 ShowConnectErrorNotification( const std::string& error_name, const std::string& shill_error, const std::string& service_path, const base::DictionaryValue& shill_properties) argument
[all...]
/external/chromium_org/chromeos/network/
H A Dnetwork_cert_migrator.cc122 void GetNssAndPemProperties(const base::DictionaryValue& shill_properties, argument
143 const base::DictionaryValue* dict = &shill_properties;
145 shill_properties.GetDictionaryWithoutPathExpansion(
H A Dclient_cert_resolver.cc434 base::DictionaryValue shill_properties; local
440 &shill_properties);
443 shill_properties,
H A Dmanaged_network_configuration_handler_impl.cc86 const base::DictionaryValue& shill_properties) {
89 shill_properties,
140 const base::DictionaryValue& shill_properties) {
142 shill_properties.GetStringWithoutPathExpansion(shill::kProfileProperty,
152 shill_property_util::GetUIDataFromProperties(shill_properties);
174 shill_properties,
445 const base::DictionaryValue& shill_properties) {
447 shill_properties,
457 base::DictionaryValue shill_properties; local
466 shill_properties
83 TranslatePropertiesToOncAndRunCallback( const network_handler::DictionaryResultCallback& callback, const std::string& service_path, const base::DictionaryValue& shill_properties) argument
136 GetManagedPropertiesCallback( const network_handler::DictionaryResultCallback& callback, const network_handler::ErrorCallback& error_callback, const std::string& service_path, const base::DictionaryValue& shill_properties) argument
444 CreateConfigurationFromPolicy( const base::DictionaryValue& shill_properties) argument
[all...]
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc490 const base::DictionaryValue& shill_properties,
512 if (shill_properties.GetStringWithoutPathExpansion(address_key, &address)) {
518 if (shill_properties.GetIntegerWithoutPathExpansion(
528 if (shill_properties.GetStringWithoutPathExpansion(gateway_key, &gateway)) {
537 if (shill_properties.GetStringWithoutPathExpansion(
640 const base::DictionaryValue& shill_properties,
645 if (!shill_properties.GetDictionaryWithoutPathExpansion(
716 const base::DictionaryValue& shill_properties,
721 const base::DictionaryValue& shill_properties,
730 const base::DictionaryValue& shill_properties,
489 BuildIPInfoDictionary( const base::DictionaryValue& shill_properties, bool static_ip, int* routing_parameters_set) argument
639 PopulateVPNDetails(const NetworkState* vpn, const base::DictionaryValue& shill_properties, base::DictionaryValue* dictionary) argument
1156 SetApnProperties( const base::ListValue* args, const std::string& service_path, const base::DictionaryValue& shill_properties) argument
1294 UpdateConnectionDataCallback( const std::string& service_path, const base::DictionaryValue& shill_properties) argument
1427 SetIPConfigProperties( const base::ListValue* args, const std::string& service_path, const base::DictionaryValue& shill_properties) argument
1515 PopulateDictionaryDetailsCallback( const std::string& service_path, const base::DictionaryValue& shill_properties) argument
1638 PopulateConnectionDetails(const NetworkState* network, const base::DictionaryValue& shill_properties, base::DictionaryValue* dictionary) argument
1673 PopulateWifiDetails(const NetworkState* wifi, const base::DictionaryValue& shill_properties, base::DictionaryValue* dictionary) argument
1686 PopulateWimaxDetails(const NetworkState* wimax, const base::DictionaryValue& shill_properties, base::DictionaryValue* dictionary) argument
1712 PopulateCellularDetails(const NetworkState* cellular, const base::DictionaryValue& shill_properties, base::DictionaryValue* dictionary) argument
[all...]

Completed in 109 milliseconds