Searched refs:CefValueType (Results 1 – 12 of 12) sorted by relevance
48 typedef cef_value_type_t CefValueType; typedef113 virtual CefValueType GetType() = 0;389 virtual CefValueType GetType(const CefString& key) = 0;611 virtual CefValueType GetType(size_t index) = 0;
67 CefValueType GetType() override;234 CefValueType GetType(const CefString& key) override;313 CefValueType GetType(size_t index) override;
211 CefValueType CefValueImpl::GetType() { in GetType()729 CefValueType CefDictionaryValueImpl::GetType(const CefString& key) { in GetType()1148 CefValueType CefListValueImpl::GetType(size_t index) { in GetType()
42 CefValueType GetType() override;
49 CefValueType GetType(const CefString& key) override;
47 CefValueType GetType(size_t index) override;
144 NO_SANITIZE("cfi-icall") CefValueType CefValueCToCpp::GetType() { in GetType()
210 CefValueType CefListValueCToCpp::GetType(size_t index) { in GetType()
258 CefValueType CefDictionaryValueCToCpp::GetType(const CefString& key) { in GetType()
310 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()
187 CefValueType type = val1->GetType(key); in TestDictionaryEqual()229 CefValueType type = val1->GetType(i); in TestListEqual()
16774 + 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 …]