Searched refs:GetWithoutPathExpansion (Results 1 – 11 of 11) sorted by relevance
/external/chromium/base/ |
D | values.cc | 41 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 …]
|
D | values.h | 274 bool GetWithoutPathExpansion(const std::string& key,
|
D | values_unittest.cc | 318 ASSERT_TRUE(dict.GetWithoutPathExpansion("this.isnt.expanded", &value4)); in TEST_F()
|
/external/chromium/chrome/browser/sync/glue/ |
D | preference_model_associator.cc | 299 bool success = from_dict_value.GetWithoutPathExpansion(*key, &from_value); in MergeDictionaryValues() 303 if (result->GetWithoutPathExpansion(*key, &to_key_value)) { in MergeDictionaryValues()
|
/external/chromium/base/json/ |
D | json_writer.cc | 161 bool result = dict->GetWithoutPathExpansion(*key_itr, &value); in BuildJSONString()
|
/external/chromium/chrome/browser/ |
D | background_page_tracker.cc | 74 bool found = contents->GetWithoutPathExpansion(*it, &value); in GetUnacknowledgedBackgroundPageCount()
|
/external/chromium/chrome/browser/ui/webui/ |
D | most_visited_handler.cc | 242 if (pinned_urls->GetWithoutPathExpansion(*it, &value)) { in GetPinnedURLAtIndex()
|
/external/chromium/chrome/browser/metrics/ |
D | metrics_log.cc | 416 if (profile_metrics.GetWithoutPathExpansion(*i, &value)) { in WriteProfileMetrics()
|
/external/chromium/chrome/browser/chromeos/cros/ |
D | network_library.cc | 1013 bool res = info->GetWithoutPathExpansion(key, &value); in ParseInfo() 1112 bool res = info->GetWithoutPathExpansion(key, &value); in ParseInfo() 1288 bool res = dict->GetWithoutPathExpansion(key, &v); in ParseValue() 3212 bool res = dict->GetWithoutPathExpansion(key, &value); in ParseNetworkManager()
|
/external/chromium/chrome/browser/history/ |
D | top_sites.cc | 662 if (!pinned_urls_->GetWithoutPathExpansion(*it, &value)) in MigratePinnedURLs()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_prefs.cc | 1458 if (!prefs->GetWithoutPathExpansion(*i, &value)) in InitPrefStore()
|