HomeSort by relevance Sort by last modified time
    Searched full:provider_properties (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler_strings.h 25 const base::DictionaryValue& provider_properties);
internet_options_handler_strings.cc 250 const base::DictionaryValue& provider_properties) {
254 provider_properties.GetStringWithoutPathExpansion(
internet_options_handler.cc 499 const base::DictionaryValue* provider_properties = NULL; local
501 shill::kProviderProperty, &provider_properties)) {
506 provider_properties->GetStringWithoutPathExpansion(
511 *provider_properties));
515 provider_properties->GetStringWithoutPathExpansion(
518 provider_properties->GetStringWithoutPathExpansion(
533 provider_properties->GetStringWithoutPathExpansion(
    [all...]
  /external/chromium_org/chromeos/network/
client_cert_util.cc 252 const base::DictionaryValue* provider_properties = NULL; local
254 shill::kProviderProperty, &provider_properties);
263 if (!provider_properties)
267 provider_properties->GetStringWithoutPathExpansion(
network_connection_handler.cc 53 const base::DictionaryValue& provider_properties) {
56 provider_properties.GetStringWithoutPathExpansion(
63 provider_properties.GetBooleanWithoutPathExpansion(
72 provider_properties.GetBooleanWithoutPathExpansion(
78 provider_properties.GetBooleanWithoutPathExpansion(
402 const base::DictionaryValue* provider_properties = NULL; local
408 shill::kProviderProperty, &provider_properties)) {
409 provider_properties->GetStringWithoutPathExpansion(
411 provider_properties->GetStringWithoutPathExpansion(
413 provider_properties->GetStringWithoutPathExpansion
    [all...]
shill_property_util.cc 276 const base::DictionaryValue* provider_properties = NULL; local
278 shill::kProviderProperty, &provider_properties)) {
282 provider_properties->GetStringWithoutPathExpansion(shill::kTypeProperty,
284 provider_properties->GetStringWithoutPathExpansion(shill::kHostProperty,
  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.cc 94 const base::DictionaryValue* provider_properties,
97 if (!provider_properties->GetListWithoutPathExpansion(key, &pems))
713 const base::DictionaryValue* provider_properties; local
715 shill::kProviderProperty, &provider_properties)) {
716 provider_properties->GetStringWithoutPathExpansion(
718 provider_properties->GetStringWithoutPathExpansion(
721 provider_properties->GetStringWithoutPathExpansion(
724 provider_properties, shill::kL2tpIpsecCaCertPemProperty);
725 provider_properties->GetBooleanWithoutPathExpansion(
727 provider_properties->GetStringWithoutPathExpansion
    [all...]
  /external/chromium_org/chromeos/dbus/
fake_shill_manager_client.cc 760 base::DictionaryValue provider_properties; local
761 provider_properties.SetString(shill::kTypeProperty,
763 provider_properties.SetString(shill::kHostProperty, "vpn_host");
771 "/service/vpn1", shill::kProviderProperty, provider_properties);
780 "/service/vpn2", shill::kProviderProperty, provider_properties);
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java     [all...]

Completed in 343 milliseconds