Searched refs:GetDictionaryWithoutPathExpansion (Results 1 – 4 of 4) sorted by relevance
/external/libchrome/base/ |
D | values.cc | 814 if (!current_dictionary->GetDictionaryWithoutPathExpansion( in Get() 1010 bool DictionaryValue::GetDictionaryWithoutPathExpansion( in GetDictionaryWithoutPathExpansion() function in base::DictionaryValue 1024 bool DictionaryValue::GetDictionaryWithoutPathExpansion( in GetDictionaryWithoutPathExpansion() function in base::DictionaryValue 1029 return const_this.GetDictionaryWithoutPathExpansion( in GetDictionaryWithoutPathExpansion() 1123 if (GetDictionaryWithoutPathExpansion(it.key(), &sub_dict)) { in MergeDictionary()
|
D | values_unittest.cc | 996 ASSERT_TRUE(dict.GetDictionaryWithoutPathExpansion("this", &value2)); in TEST() 1020 ASSERT_TRUE(dict.GetDictionaryWithoutPathExpansion("this", &value2)); in TEST() 1811 EXPECT_FALSE(main_dict.GetDictionaryWithoutPathExpansion("bool", nullptr)); in TEST() 1812 EXPECT_FALSE(main_dict.GetDictionaryWithoutPathExpansion("int", nullptr)); in TEST() 1813 EXPECT_FALSE(main_dict.GetDictionaryWithoutPathExpansion("double", nullptr)); in TEST() 1814 EXPECT_FALSE(main_dict.GetDictionaryWithoutPathExpansion("string", nullptr)); in TEST() 1815 EXPECT_FALSE(main_dict.GetDictionaryWithoutPathExpansion("binary", nullptr)); in TEST() 1816 EXPECT_TRUE(main_dict.GetDictionaryWithoutPathExpansion("dict", nullptr)); in TEST() 1817 EXPECT_FALSE(main_dict.GetDictionaryWithoutPathExpansion("list", nullptr)); in TEST() 1818 EXPECT_FALSE(main_dict.GetDictionaryWithoutPathExpansion("DNE", nullptr)); in TEST()
|
D | values.h | 506 bool GetDictionaryWithoutPathExpansion( 510 bool GetDictionaryWithoutPathExpansion(StringPiece key,
|
/external/libchrome/base/json/ |
D | json_reader_unittest.cc | 400 dict_val->GetDictionaryWithoutPathExpansion("d.e.f", &inner_dict)); in TEST()
|