Searched refs:GetWithoutPathExpansion (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_settings_service_unittest.cc106 EXPECT_TRUE(split_items_.GetWithoutPathExpansion(key, &expected_value));
150 EXPECT_FALSE(settings_->GetWithoutPathExpansion(kSettingsName, &value));
163 ASSERT_TRUE(settings_->GetWithoutPathExpansion(kSettingsName, &value));
173 EXPECT_FALSE(settings_->GetWithoutPathExpansion(kSettingsName, &value));
195 ASSERT_TRUE(settings_->GetWithoutPathExpansion(kSettingsName, &value));
203 EXPECT_FALSE(settings_->GetWithoutPathExpansion(kSettingsName, &value));
210 ASSERT_TRUE(settings_->GetWithoutPathExpansion(kSettingsName, &value));
295 EXPECT_FALSE(settings_->GetWithoutPathExpansion(kAtomicItemName, &value));
296 EXPECT_FALSE(settings_->GetWithoutPathExpansion(kSplitItemName, &value));
H A Dsupervised_user_pref_store.cc108 if (settings->GetWithoutPathExpansion(entry.settings_name, &value))
H A Dsupervised_user_shared_settings_service.cc141 if (!settings->GetWithoutPathExpansion(kValue, &value))
/external/chromium_org/chromeos/network/
H A Ddevice_state.cc73 if (!dict->GetWithoutPathExpansion(shill::kSIMLockRetriesLeftProperty,
80 if (!dict->GetWithoutPathExpansion(shill::kSIMLockTypeProperty,
87 if (!dict->GetWithoutPathExpansion(shill::kSIMLockEnabledProperty,
H A Dnetwork_profile_handler.cc79 properties.GetWithoutPathExpansion(shill::kProfilesProperty, &profiles);
H A Dshill_property_handler.cc452 if (properties.GetWithoutPathExpansion(shill::kIPConfigProperty, &value))
457 if (properties.GetWithoutPathExpansion(shill::kIPConfigsProperty, &value))
H A Dpolicy_util.cc42 onc_object->GetWithoutPathExpansion(field_name, &value);
H A Dnetwork_sms_handler.cc414 if (!properties.GetWithoutPathExpansion(shill::kDevicesProperty, &value) ||
H A Dshill_property_util.cc223 shill_dictionary.GetWithoutPathExpansion(shill::kUIDataProperty,
/external/chromium_org/extensions/common/features/
H A Djson_feature_provider_source.cc43 if (dictionary_.GetWithoutPathExpansion(iter.key(), NULL))
/external/chromium_org/extensions/browser/value_store/
H A Dtesting_value_store.cc53 if (storage_.GetWithoutPathExpansion(*it, &value)) {
84 if (!storage_.GetWithoutPathExpansion(it.key(), &old_value) ||
/external/chromium_org/base/
H A Dvalues.cc475 return current_dictionary->GetWithoutPathExpansion(current_path, out_value);
603 bool DictionaryValue::GetWithoutPathExpansion(const std::string& key, function in class:base::DictionaryValue
616 bool DictionaryValue::GetWithoutPathExpansion(const std::string& key, function in class:base::DictionaryValue
618 return static_cast<const DictionaryValue&>(*this).GetWithoutPathExpansion(
626 if (!GetWithoutPathExpansion(key, &value))
635 if (!GetWithoutPathExpansion(key, &value))
644 if (!GetWithoutPathExpansion(key, &value))
654 if (!GetWithoutPathExpansion(key, &value))
663 if (!GetWithoutPathExpansion(key, &value))
673 bool result = GetWithoutPathExpansion(ke
[all...]
H A Dvalues_unittest.cc333 ASSERT_TRUE(dict.GetWithoutPathExpansion("this.isnt.expanded", &value4));
924 EXPECT_TRUE(main_dict.GetWithoutPathExpansion("bool", NULL));
925 EXPECT_TRUE(main_dict.GetWithoutPathExpansion("int", NULL));
926 EXPECT_TRUE(main_dict.GetWithoutPathExpansion("double", NULL));
927 EXPECT_TRUE(main_dict.GetWithoutPathExpansion("string", NULL));
928 EXPECT_TRUE(main_dict.GetWithoutPathExpansion("binary", NULL));
929 EXPECT_TRUE(main_dict.GetWithoutPathExpansion("dict", NULL));
930 EXPECT_TRUE(main_dict.GetWithoutPathExpansion("list", NULL));
931 EXPECT_FALSE(main_dict.GetWithoutPathExpansion("DNE", NULL));
H A Dvalues.h291 bool GetWithoutPathExpansion(const std::string& key,
293 bool GetWithoutPathExpansion(const std::string& key, Value** out_value);
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_authentication.cc177 if (password_data.GetWithoutPathExpansion(kSchemaVersion, &value))
179 if (password_data.GetWithoutPathExpansion(kSalt, &value))
181 if (password_data.GetWithoutPathExpansion(kPasswordRevision, &value))
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dlog.cc48 dict->GetWithoutPathExpansion(it.key(), &child);
/external/chromium_org/tools/json_schema_compiler/
H A Dutil.h110 if (!from.GetWithoutPathExpansion(name, &maybe_list))
/external/chromium_org/chromeos/network/onc/
H A Donc_translator_shill_to_onc.cc224 !shill_dictionary_->GetWithoutPathExpansion(shill_property_name,
626 !shill_dictionary_->GetWithoutPathExpansion(shill_property_name,
H A Donc_merger.cc122 (*it_inner)->GetWithoutPathExpansion(key, &value);
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Dservice.cc399 file_systems_per_extension_copy->GetWithoutPathExpansion(
H A Dservice_unittest.cc387 file_systems->GetWithoutPathExpansion(kFileSystemId, &file_system_value));
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dconfiguration_policy_handler_chromeos.cc49 if (!dict.GetWithoutPathExpansion(subkey, &raw_value)) {
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_device_client.cc364 if (!dict->GetWithoutPathExpansion(property, &value)) {
H A Dshill_client_unittest_base.cc273 EXPECT_TRUE(expected_dictionary->GetWithoutPathExpansion(key,
/external/chromium_org/extensions/common/
H A Dextension_api.cc138 CHECK(dict->GetWithoutPathExpansion(i.key(), &value));

Completed in 374 milliseconds

12