Home
last modified time | relevance | path

Searched refs:GetBooleanWithoutPathExpansion (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/
Dvalues_unittest.cc1747 EXPECT_TRUE(main_dict.GetBooleanWithoutPathExpansion("bool", nullptr)); in TEST()
1748 EXPECT_FALSE(main_dict.GetBooleanWithoutPathExpansion("int", nullptr)); in TEST()
1749 EXPECT_FALSE(main_dict.GetBooleanWithoutPathExpansion("double", nullptr)); in TEST()
1750 EXPECT_FALSE(main_dict.GetBooleanWithoutPathExpansion("string", nullptr)); in TEST()
1751 EXPECT_FALSE(main_dict.GetBooleanWithoutPathExpansion("binary", nullptr)); in TEST()
1752 EXPECT_FALSE(main_dict.GetBooleanWithoutPathExpansion("dict", nullptr)); in TEST()
1753 EXPECT_FALSE(main_dict.GetBooleanWithoutPathExpansion("list", nullptr)); in TEST()
1754 EXPECT_FALSE(main_dict.GetBooleanWithoutPathExpansion("DNE", nullptr)); in TEST()
Dvalues.h494 bool GetBooleanWithoutPathExpansion(StringPiece key, bool* out_value) const;
Dvalues.cc964 bool DictionaryValue::GetBooleanWithoutPathExpansion(StringPiece key, in GetBooleanWithoutPathExpansion() function in base::DictionaryValue