Searched refs:GetBooleanWithoutPathExpansion (Results 1 - 6 of 6) sorted by relevance

/external/libchrome/base/
H A Dvalues_unittest.cc984 EXPECT_TRUE(main_dict.GetBooleanWithoutPathExpansion("bool", NULL));
985 EXPECT_FALSE(main_dict.GetBooleanWithoutPathExpansion("int", NULL));
986 EXPECT_FALSE(main_dict.GetBooleanWithoutPathExpansion("double", NULL));
987 EXPECT_FALSE(main_dict.GetBooleanWithoutPathExpansion("string", NULL));
988 EXPECT_FALSE(main_dict.GetBooleanWithoutPathExpansion("binary", NULL));
989 EXPECT_FALSE(main_dict.GetBooleanWithoutPathExpansion("dict", NULL));
990 EXPECT_FALSE(main_dict.GetBooleanWithoutPathExpansion("list", NULL));
991 EXPECT_FALSE(main_dict.GetBooleanWithoutPathExpansion("DNE", NULL));
H A Dvalues.h306 bool GetBooleanWithoutPathExpansion(const std::string& key,
H A Dvalues.cc662 bool DictionaryValue::GetBooleanWithoutPathExpansion(const std::string& key, function in class:base::DictionaryValue
/external/libweave/third_party/chromium/base/
H A Dvalues_unittest.cc935 EXPECT_TRUE(main_dict.GetBooleanWithoutPathExpansion("bool", NULL));
936 EXPECT_FALSE(main_dict.GetBooleanWithoutPathExpansion("int", NULL));
937 EXPECT_FALSE(main_dict.GetBooleanWithoutPathExpansion("double", NULL));
938 EXPECT_FALSE(main_dict.GetBooleanWithoutPathExpansion("string", NULL));
939 EXPECT_FALSE(main_dict.GetBooleanWithoutPathExpansion("binary", NULL));
940 EXPECT_FALSE(main_dict.GetBooleanWithoutPathExpansion("dict", NULL));
941 EXPECT_FALSE(main_dict.GetBooleanWithoutPathExpansion("list", NULL));
942 EXPECT_FALSE(main_dict.GetBooleanWithoutPathExpansion("DNE", NULL));
H A Dvalues.h296 bool GetBooleanWithoutPathExpansion(const std::string& key,
H A Dvalues.cc628 bool DictionaryValue::GetBooleanWithoutPathExpansion(const std::string& key, function in class:base::DictionaryValue

Completed in 113 milliseconds