Searched refs:GetIntegerWithoutPathExpansion (Results 1 – 7 of 7) sorted by relevance
/external/chromium/chrome/browser/geolocation/ |
D | geolocation_content_settings_map.cc | 97 if (requesting_origin_settings->GetIntegerWithoutPathExpansion( in GetContentSetting() 102 requesting_origin_settings->GetIntegerWithoutPathExpansion( in GetContentSetting() 246 bool found = dictionary->GetIntegerWithoutPathExpansion(target, &setting); in GetOneOriginSettingsFromDictionary()
|
/external/chromium/base/json/ |
D | json_reader_unittest.cc | 368 EXPECT_TRUE(dict_val->GetIntegerWithoutPathExpansion("a.b", &integer_value)); in TEST() 370 EXPECT_TRUE(dict_val->GetIntegerWithoutPathExpansion("c", &integer_value)); in TEST() 376 EXPECT_TRUE(inner_dict->GetIntegerWithoutPathExpansion("g.h.i.j", in TEST() 386 EXPECT_TRUE(dict_val->GetIntegerWithoutPathExpansion("a.b", &integer_value)); in TEST()
|
/external/chromium/chrome/browser/content_settings/ |
D | content_settings_pref_provider.cc | 266 bool found = dictionary->GetIntegerWithoutPathExpansion(content_type, in GetSettingsFromDictionary() 713 bool found = dictionary->GetIntegerWithoutPathExpansion(content_type, in GetSettingsFromDictionary() 748 bool found = resource_dictionary->GetIntegerWithoutPathExpansion( in GetResourceSettingsFromDictionary()
|
D | host_content_settings_map_unittest.cc | 539 default_settings_dictionary->GetIntegerWithoutPathExpansion( in TEST_F()
|
/external/chromium/base/ |
D | values.h | 276 bool GetIntegerWithoutPathExpansion(const std::string& key,
|
D | values.cc | 527 bool DictionaryValue::GetIntegerWithoutPathExpansion(const std::string& key, in GetIntegerWithoutPathExpansion() function in DictionaryValue
|
/external/chromium/chrome/browser/history/ |
D | top_sites.cc | 413 return pinned_urls_->GetIntegerWithoutPathExpansion(GetURLString(url), &tmp); in IsURLPinned() 433 if (pinned_urls_->GetIntegerWithoutPathExpansion(*it, ¤t_index)) { in GetPinnedURLAtIndex()
|