Home
last modified time | relevance | path

Searched refs:VTYPE_DICTIONARY (Results 1 – 15 of 15) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dpreferences_test.cc89 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()
Dosr_accessibility_helper.cc94 if (!value || value->GetType() != VTYPE_DICTIONARY) { in UpdateAccessibilityTree()
Dserver_test.cc353 if (value.get() && value->GetType() == VTYPE_DICTIONARY) in ParseJSON()
Dmedia_router_test.cc506 if (value.get() && value->GetType() == VTYPE_DICTIONARY) in ParseJSON()
/third_party/cef/tests/ceftests/
Ddevtools_message_unittest.cc221 EXPECT_TRUE(value && value->GetType() == VTYPE_DICTIONARY) in ExecuteMethod()
223 if (value && value->GetType() == VTYPE_DICTIONARY) { in ExecuteMethod()
Dosr_accessibility_unittest.cc262 EXPECT_EQ(value->GetType(), VTYPE_DICTIONARY); in GetUpdateList()
289 EXPECT_EQ(value->GetType(), VTYPE_DICTIONARY); in GetEventList()
Dparser_unittest.cc371 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()
Dtest_util.cc208 case VTYPE_DICTIONARY: in TestDictionaryEqual()
250 case VTYPE_DICTIONARY: in TestListEqual()
Dpreference_unittest.cc202 EXPECT_EQ(VTYPE_DICTIONARY, value->GetType()); in ValidateDict()
242 EXPECT_EQ(VTYPE_DICTIONARY, root->GetType(kPrefTest)); in ValidateRoot()
Dvalues_unittest.cc178 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/
Dextension_util.cc98 if (!value || value->GetType() != VTYPE_DICTIONARY) { in GetInternalManifest()
/third_party/cef/libcef/common/
Dvalues_impl.cc217 return VTYPE_DICTIONARY; in GetType()
748 return VTYPE_DICTIONARY; in GetType()
1167 return VTYPE_DICTIONARY; in GetType()
/third_party/cef/include/internal/
Dcef_types.h1515 VTYPE_DICTIONARY, enumerator
/third_party/cef/tests/ceftests/extensions/
Dchrome_tabs_unittest.cc471 EXPECT_EQ(VTYPE_DICTIONARY, obj->GetType()); in OnMessage()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch61940 + return CefValueType::VTYPE_DICTIONARY;