Home
last modified time | relevance | path

Searched refs:kEntriesProperty (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chromeos/dbus/
Dshill_profile_client_unittest.cc63 writer.AppendString(shill::kEntriesProperty); in TEST_F()
73 shill::kEntriesProperty, in TEST_F()
103 entry_writer.AppendString(shill::kEntriesProperty); in TEST_F()
113 value.SetWithoutPathExpansion(shill::kEntriesProperty, entries); in TEST_F()
Dfake_shill_profile_client.cc69 properties->SetWithoutPathExpansion(shill::kEntriesProperty, entry_paths); in GetProperties()
/external/chromium_org/chromeos/network/
Dpolicy_applicator.cc80 shill::kEntriesProperty, &entries)) { in GetProfilePropertiesCallback()
83 << shill::kEntriesProperty; in GetProfilePropertiesCallback()
Dmanaged_network_configuration_handler_unittest.cc98 result->SetWithoutPathExpansion(shill::kEntriesProperty, entry_paths); in GetProperties()
/external/chromium/chrome/browser/chromeos/cros/
Dnetwork_library.cc157 const char* kEntriesProperty = "Entries"; variable
3231 dict->GetList(kEntriesProperty, &entries); in ProfileUpdate()