Home
last modified time | relevance | path

Searched refs:CefValueType (Results 1 – 12 of 12) sorted by relevance

/third_party/cef/include/
Dcef_values.h48 typedef cef_value_type_t CefValueType; typedef
113 virtual CefValueType GetType() = 0;
389 virtual CefValueType GetType(const CefString& key) = 0;
611 virtual CefValueType GetType(size_t index) = 0;
/third_party/cef/libcef/common/
Dvalues_impl.h67 CefValueType GetType() override;
234 CefValueType GetType(const CefString& key) override;
313 CefValueType GetType(size_t index) override;
Dvalues_impl.cc211 CefValueType CefValueImpl::GetType() { in GetType()
729 CefValueType CefDictionaryValueImpl::GetType(const CefString& key) { in GetType()
1148 CefValueType CefListValueImpl::GetType(size_t index) { in GetType()
/third_party/cef/libcef_dll/ctocpp/
Dvalue_ctocpp.h42 CefValueType GetType() override;
Ddictionary_value_ctocpp.h49 CefValueType GetType(const CefString& key) override;
Dlist_value_ctocpp.h47 CefValueType GetType(size_t index) override;
Dvalue_ctocpp.cc144 NO_SANITIZE("cfi-icall") CefValueType CefValueCToCpp::GetType() { in GetType()
Dlist_value_ctocpp.cc210 CefValueType CefListValueCToCpp::GetType(size_t index) { in GetType()
Ddictionary_value_ctocpp.cc258 CefValueType CefDictionaryValueCToCpp::GetType(const CefString& key) { in GetType()
/third_party/cef/tests/ceftests/
Dvalues_unittest.cc310 CefValueType type = value->GetType(index); in TestListNull()
319 CefValueType type = value->GetType(index); in TestListBool()
329 CefValueType type = value->GetType(index); in TestListInt()
339 CefValueType type = value->GetType(index); in TestListDouble()
349 CefValueType type = value->GetType(index); in TestListString()
368 CefValueType type = value->GetType(index); in TestListBinary()
393 CefValueType type = value->GetType(index); in TestListDictionary()
420 CefValueType type = value->GetType(index); in TestListList()
Dtest_util.cc187 CefValueType type = val1->GetType(key); in TestDictionaryEqual()
229 CefValueType type = val1->GetType(i); in TestListEqual()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch16774 + case CefValueType::VTYPE_INT:
16777 + case CefValueType::VTYPE_DOUBLE: {
16781 + case CefValueType::VTYPE_BOOL:
16784 + case CefValueType::VTYPE_STRING:
16787 + case CefValueType::VTYPE_INVALID:
61905 + case CefValueType::VTYPE_INT:
61908 + case CefValueType::VTYPE_DOUBLE: {
61912 + case CefValueType::VTYPE_BOOL:
61915 + case CefValueType::VTYPE_STRING:
61918 + case CefValueType::VTYPE_INVALID:
[all …]