Home
last modified time | relevance | path

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

/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,
Dvalues_unittest.cc318 ASSERT_TRUE(dict.GetWithoutPathExpansion("this.isnt.expanded", &value4)); in TEST_F()
/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/base/json/
Djson_writer.cc161 bool result = dict->GetWithoutPathExpansion(*key_itr, &value); in BuildJSONString()
/external/chromium/chrome/browser/
Dbackground_page_tracker.cc74 bool found = contents->GetWithoutPathExpansion(*it, &value); in GetUnacknowledgedBackgroundPageCount()
/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()
/external/chromium/chrome/browser/chromeos/cros/
Dnetwork_library.cc1013 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/
Dtop_sites.cc662 if (!pinned_urls_->GetWithoutPathExpansion(*it, &value)) in MigratePinnedURLs()
/external/chromium/chrome/browser/extensions/
Dextension_prefs.cc1458 if (!prefs->GetWithoutPathExpansion(*i, &value)) in InitPrefStore()