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

  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.cc 95 const base::DictionaryValue* provider_properties,
98 if (!provider_properties->GetListWithoutPathExpansion(key, &pems))
704 const base::DictionaryValue* provider_properties; local
706 flimflam::kProviderProperty, &provider_properties)) {
707 provider_properties->GetStringWithoutPathExpansion(
709 provider_properties->GetStringWithoutPathExpansion(
713 provider_properties->GetStringWithoutPathExpansion(
716 provider_properties, shill::kL2tpIpsecCaCertPemProperty);
717 provider_properties->GetBooleanWithoutPathExpansion(
719 provider_properties->GetStringWithoutPathExpansion
    [all...]
  /external/chromium_org/chromeos/network/
network_connection_handler.cc 66 const base::DictionaryValue& provider_properties) {
69 provider_properties.GetStringWithoutPathExpansion(
76 provider_properties.GetStringWithoutPathExpansion(
83 provider_properties.GetBooleanWithoutPathExpansion(
93 provider_properties.GetBooleanWithoutPathExpansion(
383 const base::DictionaryValue* provider_properties; local
385 flimflam::kProviderProperty, &provider_properties)) {
386 provider_properties->GetStringWithoutPathExpansion(
388 provider_properties->GetStringWithoutPathExpansion(
397 service_path, vpn_provider_type, *provider_properties)) {
    [all...]
  /external/chromium_org/chromeos/dbus/
shill_service_client_stub.cc 521 base::DictionaryValue provider_properties; local
522 provider_properties.SetString(flimflam::kTypeProperty,
524 provider_properties.SetString(flimflam::kHostProperty, "vpn_host");
532 provider_properties);
540 provider_properties);
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 400 const base::DictionaryValue& provider_properties) {
404 provider_properties.GetStringWithoutPathExpansion(
658 const base::DictionaryValue* provider_properties = NULL; local
660 flimflam::kProviderProperty, &provider_properties)) {
665 provider_properties->GetStringWithoutPathExpansion(
669 *provider_properties));
673 provider_properties->GetStringWithoutPathExpansion(
676 provider_properties->GetStringWithoutPathExpansion(
691 provider_properties->GetStringWithoutPathExpansion(
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java     [all...]

Completed in 508 milliseconds