Home
last modified time | relevance | path

Searched refs:VTYPE_INVALID (Results 1 – 11 of 11) sorted by relevance

/third_party/cef/tests/ceftests/
Dvalues_unittest.cc311 EXPECT_TRUE(type == VTYPE_INVALID || type == VTYPE_NULL); in TestListNull()
320 EXPECT_TRUE(type == VTYPE_INVALID || type == VTYPE_NULL); in TestListBool()
330 EXPECT_TRUE(type == VTYPE_INVALID || type == VTYPE_NULL); in TestListInt()
340 EXPECT_TRUE(type == VTYPE_INVALID || type == VTYPE_NULL); in TestListDouble()
350 EXPECT_TRUE(type == VTYPE_INVALID || type == VTYPE_NULL); in TestListString()
369 EXPECT_TRUE(type == VTYPE_INVALID || type == VTYPE_NULL); in TestListBinary()
394 EXPECT_TRUE(type == VTYPE_INVALID || type == VTYPE_NULL); in TestListDictionary()
421 EXPECT_TRUE(type == VTYPE_INVALID || type == VTYPE_NULL); in TestListList()
473 EXPECT_TRUE(list_value->GetType(10U) == VTYPE_INVALID); in TestList()
510 EXPECT_EQ(VTYPE_INVALID, value->GetType(0)); in TestList()
[all …]
Dtest_util.cc190 case VTYPE_INVALID: in TestDictionaryEqual()
232 case VTYPE_INVALID: in TestListEqual()
/third_party/cef/libcef/common/
Dvalues_impl.cc239 return VTYPE_INVALID; in GetType()
730 CEF_VALUE_VERIFY_RETURN(false, VTYPE_INVALID); in GetType()
754 return VTYPE_INVALID; in GetType()
1149 CEF_VALUE_VERIFY_RETURN(false, VTYPE_INVALID); in GetType()
1173 return VTYPE_INVALID; in GetType()
/third_party/cef/libcef_dll/cpptoc/
Ddictionary_value_cpptoc.cc270 return VTYPE_INVALID; in dictionary_value_get_type()
274 return VTYPE_INVALID; in dictionary_value_get_type()
Dvalue_cpptoc.cc154 return VTYPE_INVALID; in value_get_type()
Dlist_value_cpptoc.cc222 return VTYPE_INVALID; in list_value_get_type()
/third_party/cef/libcef_dll/ctocpp/
Ddictionary_value_ctocpp.cc263 return VTYPE_INVALID; in GetType()
270 return VTYPE_INVALID; in GetType()
Dvalue_ctocpp.cc149 return VTYPE_INVALID; in GetType()
Dlist_value_ctocpp.cc215 return VTYPE_INVALID; in GetType()
/third_party/cef/include/internal/
Dcef_types.h1508 VTYPE_INVALID = 0, enumerator
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch16787 + case CefValueType::VTYPE_INVALID:
61918 + case CefValueType::VTYPE_INVALID:
61944 + return CefValueType::VTYPE_INVALID;