Home
last modified time | relevance | path

Searched refs:GetIntegerWithoutPathExpansion (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/geolocation/
Dgeolocation_content_settings_map.cc97 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/
Djson_reader_unittest.cc368 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/
Dcontent_settings_pref_provider.cc266 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()
Dhost_content_settings_map_unittest.cc539 default_settings_dictionary->GetIntegerWithoutPathExpansion( in TEST_F()
/external/chromium/base/
Dvalues.h276 bool GetIntegerWithoutPathExpansion(const std::string& key,
Dvalues.cc527 bool DictionaryValue::GetIntegerWithoutPathExpansion(const std::string& key, in GetIntegerWithoutPathExpansion() function in DictionaryValue
/external/chromium/chrome/browser/history/
Dtop_sites.cc413 return pinned_urls_->GetIntegerWithoutPathExpansion(GetURLString(url), &tmp); in IsURLPinned()
433 if (pinned_urls_->GetIntegerWithoutPathExpansion(*it, &current_index)) { in GetPinnedURLAtIndex()