Searched refs:GetBooleanWithoutPathExpansion (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/base/ |
D | values_unittest.cc | 1747 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()
|
D | values.h | 494 bool GetBooleanWithoutPathExpansion(StringPiece key, bool* out_value) const;
|
D | values.cc | 964 bool DictionaryValue::GetBooleanWithoutPathExpansion(StringPiece key, in GetBooleanWithoutPathExpansion() function in base::DictionaryValue
|