Searched refs:VTYPE_DICTIONARY (Results 1 – 15 of 15) sorted by relevance
/third_party/cef/tests/cefclient/browser/ |
D | preferences_test.cc | 89 if (!VerifyKey(request_dict, kPreferencesKey, VTYPE_DICTIONARY, callback)) in OnQuery() 209 if (value.get() && value->GetType() == VTYPE_DICTIONARY) in ParseJSON() 249 if (value->GetType() == VTYPE_DICTIONARY) { in ApplyPrefs()
|
D | osr_accessibility_helper.cc | 94 if (!value || value->GetType() != VTYPE_DICTIONARY) { in UpdateAccessibilityTree()
|
D | server_test.cc | 353 if (value.get() && value->GetType() == VTYPE_DICTIONARY) in ParseJSON()
|
D | media_router_test.cc | 506 if (value.get() && value->GetType() == VTYPE_DICTIONARY) in ParseJSON()
|
/third_party/cef/tests/ceftests/ |
D | devtools_message_unittest.cc | 221 EXPECT_TRUE(value && value->GetType() == VTYPE_DICTIONARY) in ExecuteMethod() 223 if (value && value->GetType() == VTYPE_DICTIONARY) { in ExecuteMethod()
|
D | osr_accessibility_unittest.cc | 262 EXPECT_EQ(value->GetType(), VTYPE_DICTIONARY); in GetUpdateList() 289 EXPECT_EQ(value->GetType(), VTYPE_DICTIONARY); in GetEventList()
|
D | parser_unittest.cc | 371 EXPECT_TRUE(value->GetType() == VTYPE_DICTIONARY); in TEST() 405 EXPECT_TRUE(value->GetType() == VTYPE_DICTIONARY); in TEST() 448 EXPECT_EQ(VTYPE_DICTIONARY, list->GetType(2)); in TEST()
|
D | test_util.cc | 208 case VTYPE_DICTIONARY: in TestDictionaryEqual() 250 case VTYPE_DICTIONARY: in TestListEqual()
|
D | preference_unittest.cc | 202 EXPECT_EQ(VTYPE_DICTIONARY, value->GetType()); in ValidateDict() 242 EXPECT_EQ(VTYPE_DICTIONARY, root->GetType(kPrefTest)); in ValidateRoot()
|
D | values_unittest.cc | 178 EXPECT_EQ(VTYPE_DICTIONARY, value->GetType(kDictionaryKey)); in TestDictionaryDictionary() 398 EXPECT_EQ(VTYPE_DICTIONARY, value->GetType(index)); in TestListDictionary() 1236 EXPECT_EQ(VTYPE_DICTIONARY, value->GetType()); in TEST()
|
/third_party/cef/tests/shared/browser/ |
D | extension_util.cc | 98 if (!value || value->GetType() != VTYPE_DICTIONARY) { in GetInternalManifest()
|
/third_party/cef/libcef/common/ |
D | values_impl.cc | 217 return VTYPE_DICTIONARY; in GetType() 748 return VTYPE_DICTIONARY; in GetType() 1167 return VTYPE_DICTIONARY; in GetType()
|
/third_party/cef/include/internal/ |
D | cef_types.h | 1515 VTYPE_DICTIONARY, enumerator
|
/third_party/cef/tests/ceftests/extensions/ |
D | chrome_tabs_unittest.cc | 471 EXPECT_EQ(VTYPE_DICTIONARY, obj->GetType()); in OnMessage()
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 61940 + return CefValueType::VTYPE_DICTIONARY;
|