OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:provider_properties
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chromeos/dbus/
shill_stub_helper.cc
174
base::DictionaryValue
provider_properties
;
local
175
provider_properties
.SetString(shill::kTypeProperty, shill::kProviderOpenVpn);
176
provider_properties
.SetString(shill::kHostProperty, "vpn_host");
184
"vpn1", shill::kProviderProperty,
provider_properties
);
193
"vpn2", shill::kProviderProperty,
provider_properties
);
/external/chromium_org/chromeos/network/
network_connection_handler.cc
51
const base::DictionaryValue&
provider_properties
) {
54
provider_properties
.GetStringWithoutPathExpansion(
61
provider_properties
.GetBooleanWithoutPathExpansion(
70
provider_properties
.GetBooleanWithoutPathExpansion(
76
provider_properties
.GetBooleanWithoutPathExpansion(
370
const base::DictionaryValue*
provider_properties
= NULL;
local
376
shill::kProviderProperty, &
provider_properties
)) {
377
provider_properties
->GetStringWithoutPathExpansion(
379
provider_properties
->GetStringWithoutPathExpansion(
381
provider_properties
->GetStringWithoutPathExpansion
[
all
...]
client_cert_util.cc
251
const base::DictionaryValue*
provider_properties
= NULL;
local
253
shill::kProviderProperty, &
provider_properties
);
262
if (!
provider_properties
)
266
provider_properties
->GetStringWithoutPathExpansion(
shill_property_util.cc
223
const base::DictionaryValue*
provider_properties
= NULL;
local
225
shill::kProviderProperty, &
provider_properties
)) {
230
provider_properties
->GetStringWithoutPathExpansion(shill::kTypeProperty,
237
provider_properties
->GetStringWithoutPathExpansion(shill::kHostProperty,
/external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.cc
93
const base::DictionaryValue*
provider_properties
,
96
if (!
provider_properties
->GetListWithoutPathExpansion(key, &pems))
711
const base::DictionaryValue*
provider_properties
;
local
713
shill::kProviderProperty, &
provider_properties
)) {
714
provider_properties
->GetStringWithoutPathExpansion(
716
provider_properties
->GetStringWithoutPathExpansion(
720
provider_properties
->GetStringWithoutPathExpansion(
723
provider_properties
, shill::kL2tpIpsecCaCertPemProperty);
724
provider_properties
->GetBooleanWithoutPathExpansion(
726
provider_properties
->GetStringWithoutPathExpansion
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc
393
const base::DictionaryValue&
provider_properties
) {
397
provider_properties
.GetStringWithoutPathExpansion(
644
const base::DictionaryValue*
provider_properties
= NULL;
local
646
shill::kProviderProperty, &
provider_properties
)) {
651
provider_properties
->GetStringWithoutPathExpansion(
655
*
provider_properties
));
659
provider_properties
->GetStringWithoutPathExpansion(
662
provider_properties
->GetStringWithoutPathExpansion(
678
provider_properties
->GetStringWithoutPathExpansion(
[
all
...]
Completed in 243 milliseconds