Searched refs:GetDictionaryWithoutPathExpansion (Results 1 – 10 of 10) sorted by relevance
/external/libweave/third_party/chromium/base/ |
D | values_unittest.cc | 320 ASSERT_TRUE(dict.GetDictionaryWithoutPathExpansion("this", &value2)); in TEST() 344 ASSERT_TRUE(dict.GetDictionaryWithoutPathExpansion("this", &value2)); in TEST() 982 EXPECT_FALSE(main_dict.GetDictionaryWithoutPathExpansion("bool", NULL)); in TEST() 983 EXPECT_FALSE(main_dict.GetDictionaryWithoutPathExpansion("int", NULL)); in TEST() 984 EXPECT_FALSE(main_dict.GetDictionaryWithoutPathExpansion("double", NULL)); in TEST() 985 EXPECT_FALSE(main_dict.GetDictionaryWithoutPathExpansion("string", NULL)); in TEST() 986 EXPECT_FALSE(main_dict.GetDictionaryWithoutPathExpansion("binary", NULL)); in TEST() 987 EXPECT_TRUE(main_dict.GetDictionaryWithoutPathExpansion("dict", NULL)); in TEST() 988 EXPECT_FALSE(main_dict.GetDictionaryWithoutPathExpansion("list", NULL)); in TEST() 989 EXPECT_FALSE(main_dict.GetDictionaryWithoutPathExpansion("DNE", NULL)); in TEST()
|
D | values.cc | 478 if (!current_dictionary->GetDictionaryWithoutPathExpansion( in Get() 665 bool DictionaryValue::GetDictionaryWithoutPathExpansion( in GetDictionaryWithoutPathExpansion() function in base::DictionaryValue 679 bool DictionaryValue::GetDictionaryWithoutPathExpansion( in GetDictionaryWithoutPathExpansion() function in base::DictionaryValue 684 return const_this.GetDictionaryWithoutPathExpansion( in GetDictionaryWithoutPathExpansion() 778 if (GetDictionaryWithoutPathExpansion(it.key(), &sub_dict)) { in MergeDictionary()
|
D | values.h | 304 bool GetDictionaryWithoutPathExpansion( 307 bool GetDictionaryWithoutPathExpansion(const std::string& key,
|
/external/libchrome/base/ |
D | values_unittest.cc | 334 ASSERT_TRUE(dict.GetDictionaryWithoutPathExpansion("this", &value2)); in TEST() 358 ASSERT_TRUE(dict.GetDictionaryWithoutPathExpansion("this", &value2)); in TEST() 1048 EXPECT_FALSE(main_dict.GetDictionaryWithoutPathExpansion("bool", NULL)); in TEST() 1049 EXPECT_FALSE(main_dict.GetDictionaryWithoutPathExpansion("int", NULL)); in TEST() 1050 EXPECT_FALSE(main_dict.GetDictionaryWithoutPathExpansion("double", NULL)); in TEST() 1051 EXPECT_FALSE(main_dict.GetDictionaryWithoutPathExpansion("string", NULL)); in TEST() 1052 EXPECT_FALSE(main_dict.GetDictionaryWithoutPathExpansion("binary", NULL)); in TEST() 1053 EXPECT_TRUE(main_dict.GetDictionaryWithoutPathExpansion("dict", NULL)); in TEST() 1054 EXPECT_FALSE(main_dict.GetDictionaryWithoutPathExpansion("list", NULL)); in TEST() 1055 EXPECT_FALSE(main_dict.GetDictionaryWithoutPathExpansion("DNE", NULL)); in TEST()
|
D | values.cc | 503 if (!current_dictionary->GetDictionaryWithoutPathExpansion( in Get() 708 bool DictionaryValue::GetDictionaryWithoutPathExpansion( in GetDictionaryWithoutPathExpansion() function in base::DictionaryValue 722 bool DictionaryValue::GetDictionaryWithoutPathExpansion( in GetDictionaryWithoutPathExpansion() function in base::DictionaryValue 727 return const_this.GetDictionaryWithoutPathExpansion( in GetDictionaryWithoutPathExpansion() 821 if (GetDictionaryWithoutPathExpansion(it.key(), &sub_dict)) { in MergeDictionary()
|
D | values.h | 316 bool GetDictionaryWithoutPathExpansion( 319 bool GetDictionaryWithoutPathExpansion(const std::string& key,
|
/external/dbus-binding-generator/chromeos-dbus-bindings/ |
D | generate_chromeos_dbus_bindings.cc | 93 if (dict->GetDictionaryWithoutPathExpansion("object_manager", &om_dict)) { in LoadConfig()
|
/external/libweave/third_party/chromium/base/json/ |
D | json_reader_unittest.cc | 397 ASSERT_TRUE(dict_val->GetDictionaryWithoutPathExpansion("d.e.f", in TEST()
|
/external/libchrome/base/json/ |
D | json_reader_unittest.cc | 402 ASSERT_TRUE(dict_val->GetDictionaryWithoutPathExpansion("d.e.f", in TEST()
|
/external/libweave/src/ |
D | component_manager_impl.cc | 330 traits_.GetDictionaryWithoutPathExpansion(name, &trait); in FindTraitDefinition()
|