Home
last modified time | relevance | path

Searched refs:GetWithoutPathExpansion (Results 1 – 25 of 39) sorted by relevance

12

/external/chromium_org/chrome/browser/managed_mode/
Dmanaged_user_settings_service_unittest.cc135 EXPECT_TRUE(split_items_.GetWithoutPathExpansion(key, &expected_value)); in VerifySyncDataItem()
180 EXPECT_FALSE(settings_->GetWithoutPathExpansion(kSettingsName, &value)); in TEST_F()
193 ASSERT_TRUE(settings_->GetWithoutPathExpansion(kSettingsName, &value)); in TEST_F()
203 EXPECT_FALSE(settings_->GetWithoutPathExpansion(kSettingsName, &value)); in TEST_F()
225 ASSERT_TRUE(settings_->GetWithoutPathExpansion(kSettingsName, &value)); in TEST_F()
233 EXPECT_FALSE(settings_->GetWithoutPathExpansion(kSettingsName, &value)); in TEST_F()
240 ASSERT_TRUE(settings_->GetWithoutPathExpansion(kSettingsName, &value)); in TEST_F()
318 EXPECT_FALSE(settings_->GetWithoutPathExpansion(kAtomicItemName, &value)); in TEST_F()
319 EXPECT_FALSE(settings_->GetWithoutPathExpansion(kSplitItemName, &value)); in TEST_F()
Dsupervised_user_pref_store.cc104 if (settings->GetWithoutPathExpansion(entry.settings_name, &value)) in OnNewSettingsAvailable()
/external/chromium/base/
Dvalues.cc41 bool rv = dict->GetWithoutPathExpansion(*it, &child); in CopyWithoutEmptyChildren()
412 return current_dictionary->GetWithoutPathExpansion(current_path, out_value); in Get()
514 bool DictionaryValue::GetWithoutPathExpansion(const std::string& key, in GetWithoutPathExpansion() function in DictionaryValue
530 if (!GetWithoutPathExpansion(key, &value)) in GetIntegerWithoutPathExpansion()
539 if (!GetWithoutPathExpansion(key, &value)) in GetDoubleWithoutPathExpansion()
549 if (!GetWithoutPathExpansion(key, &value)) in GetStringWithoutPathExpansion()
559 if (!GetWithoutPathExpansion(key, &value)) in GetStringWithoutPathExpansion()
569 bool result = GetWithoutPathExpansion(key, &value); in GetDictionaryWithoutPathExpansion()
582 bool result = GetWithoutPathExpansion(key, &value); in GetListWithoutPathExpansion()
633 if (dictionary->GetWithoutPathExpansion(*key, &merge_value)) { in MergeDictionary()
[all …]
Dvalues.h274 bool GetWithoutPathExpansion(const std::string& key,
/external/chromium_org/chromeos/network/
Ddevice_state.cc87 if (!dict->GetWithoutPathExpansion(shill::kSIMLockRetriesLeftProperty, in PropertyChanged()
94 if (!dict->GetWithoutPathExpansion(shill::kSIMLockTypeProperty, in PropertyChanged()
101 if (!dict->GetWithoutPathExpansion(shill::kSIMLockEnabledProperty, in PropertyChanged()
Dpolicy_util.cc42 onc_object->GetWithoutPathExpansion(field_name, &value); in RemoveFakeCredentials()
Dnetwork_profile_handler.cc78 properties.GetWithoutPathExpansion(shill::kProfilesProperty, &profiles); in GetManagerPropertiesCallback()
Dshill_property_util.cc178 shill_dictionary.GetWithoutPathExpansion(shill::kUIDataProperty, in GetUIDataFromProperties()
Dnetwork_sms_handler.cc414 if (!properties.GetWithoutPathExpansion(shill::kDevicesProperty, &value) || in ManagerPropertiesCallback()
/external/chromium_org/base/
Dvalues.cc482 return current_dictionary->GetWithoutPathExpansion(current_path, out_value); in Get()
610 bool DictionaryValue::GetWithoutPathExpansion(const std::string& key, in GetWithoutPathExpansion() function in base::DictionaryValue
623 bool DictionaryValue::GetWithoutPathExpansion(const std::string& key, in GetWithoutPathExpansion() function in base::DictionaryValue
625 return static_cast<const DictionaryValue&>(*this).GetWithoutPathExpansion( in GetWithoutPathExpansion()
633 if (!GetWithoutPathExpansion(key, &value)) in GetBooleanWithoutPathExpansion()
642 if (!GetWithoutPathExpansion(key, &value)) in GetIntegerWithoutPathExpansion()
651 if (!GetWithoutPathExpansion(key, &value)) in GetDoubleWithoutPathExpansion()
661 if (!GetWithoutPathExpansion(key, &value)) in GetStringWithoutPathExpansion()
670 if (!GetWithoutPathExpansion(key, &value)) in GetStringWithoutPathExpansion()
680 bool result = GetWithoutPathExpansion(key, &value); in GetDictionaryWithoutPathExpansion()
[all …]
Dvalues.h291 bool GetWithoutPathExpansion(const std::string& key,
293 bool GetWithoutPathExpansion(const std::string& key, Value** out_value);
/external/chromium_org/chrome/browser/value_store/
Dtesting_value_store.cc53 if (storage_.GetWithoutPathExpansion(*it, &value)) { in Get()
83 if (!storage_.GetWithoutPathExpansion(it.key(), &old_value) || in Set()
/external/chromium_org/third_party/libaddressinput/chromium/
Djson.cc38 dict_->GetWithoutPathExpansion(key, &val); in HasStringValueForKey()
/external/chromium/chrome/browser/sync/glue/
Dpreference_model_associator.cc299 bool success = from_dict_value.GetWithoutPathExpansion(*key, &from_value); in MergeDictionaryValues()
303 if (result->GetWithoutPathExpansion(*key, &to_key_value)) { in MergeDictionaryValues()
/external/chromium_org/chromeos/network/onc/
Donc_translator_shill_to_onc.cc179 !shill_dictionary_->GetWithoutPathExpansion(shill_property_name, in TranslateOpenVPN()
371 !shill_dictionary_->GetWithoutPathExpansion(shill_property_name, in CopyProperty()
Donc_merger.cc110 (*it_inner)->GetWithoutPathExpansion(key, &value); in MergeDictionaries()
/external/chromium_org/chrome/test/chromedriver/chrome/
Dlog.cc48 dict->GetWithoutPathExpansion(it.key(), &child); in SmartDeepCopy()
/external/chromium/base/json/
Djson_writer.cc161 bool result = dict->GetWithoutPathExpansion(*key_itr, &value); in BuildJSONString()
/external/chromium_org/tools/json_schema_compiler/
Dutil.h110 if (!from.GetWithoutPathExpansion(name, &maybe_list)) in PopulateOptionalArrayFromDictionary()
/external/chromium/chrome/browser/
Dbackground_page_tracker.cc74 bool found = contents->GetWithoutPathExpansion(*it, &value); in GetUnacknowledgedBackgroundPageCount()
/external/chromium_org/chrome/browser/chromeos/policy/
Dconfiguration_policy_handler_chromeos.cc49 if (!dict.GetWithoutPathExpansion(subkey, &raw_value)) { in GetSubkeyString()
/external/chromium_org/chromeos/dbus/
Dfake_shill_device_client.cc300 if (!dict->GetWithoutPathExpansion(property, &value)) { in NotifyObserversPropertyChanged()
Dshill_client_unittest_base.cc273 EXPECT_TRUE(expected_dictionary->GetWithoutPathExpansion(key, in ExpectDictionaryValueArgument()
/external/chromium/chrome/browser/ui/webui/
Dmost_visited_handler.cc242 if (pinned_urls->GetWithoutPathExpansion(*it, &value)) { in GetPinnedURLAtIndex()
/external/chromium/chrome/browser/metrics/
Dmetrics_log.cc416 if (profile_metrics.GetWithoutPathExpansion(*i, &value)) { in WriteProfileMetrics()

12