Home
last modified time | relevance | path

Searched refs:GetDictionaryWithoutPathExpansion (Results 1 – 10 of 10) sorted by relevance

/external/libweave/third_party/chromium/base/
Dvalues_unittest.cc320 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()
Dvalues.cc478 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()
Dvalues.h304 bool GetDictionaryWithoutPathExpansion(
307 bool GetDictionaryWithoutPathExpansion(const std::string& key,
/external/libchrome/base/
Dvalues_unittest.cc334 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()
Dvalues.cc503 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()
Dvalues.h316 bool GetDictionaryWithoutPathExpansion(
319 bool GetDictionaryWithoutPathExpansion(const std::string& key,
/external/dbus-binding-generator/chromeos-dbus-bindings/
Dgenerate_chromeos_dbus_bindings.cc93 if (dict->GetDictionaryWithoutPathExpansion("object_manager", &om_dict)) { in LoadConfig()
/external/libweave/third_party/chromium/base/json/
Djson_reader_unittest.cc397 ASSERT_TRUE(dict_val->GetDictionaryWithoutPathExpansion("d.e.f", in TEST()
/external/libchrome/base/json/
Djson_reader_unittest.cc402 ASSERT_TRUE(dict_val->GetDictionaryWithoutPathExpansion("d.e.f", in TEST()
/external/libweave/src/
Dcomponent_manager_impl.cc330 traits_.GetDictionaryWithoutPathExpansion(name, &trait); in FindTraitDefinition()