Home
last modified time | relevance | path

Searched refs:IsOwned (Results 1 – 18 of 18) sorted by relevance

/third_party/cef/tests/ceftests/
Dvalues_unittest.cc151 EXPECT_FALSE(binary_value->IsOwned()); in TestDictionaryBinary()
160 EXPECT_TRUE(binary_value->IsOwned()); in TestDictionaryBinary()
170 EXPECT_FALSE(dictionary_value->IsOwned()); in TestDictionaryDictionary()
182 EXPECT_TRUE(dictionary_value->IsOwned()); in TestDictionaryDictionary()
194 EXPECT_FALSE(list_value->IsOwned()); in TestDictionaryList()
206 EXPECT_TRUE(list_value->IsOwned()); in TestDictionaryList()
366 EXPECT_FALSE(binary_value->IsOwned()); in TestListBinary()
377 EXPECT_TRUE(binary_value->IsOwned()); in TestListBinary()
388 EXPECT_FALSE(dictionary_value->IsOwned()); in TestListDictionary()
402 EXPECT_TRUE(dictionary_value->IsOwned()); in TestListDictionary()
[all …]
Dparser_unittest.cc372 EXPECT_FALSE(value->IsOwned()); in TEST()
404 EXPECT_FALSE(value->IsOwned()); in TEST()
438 EXPECT_FALSE(value->IsOwned()); in TEST()
Dprocess_message_unittest.cc184 EXPECT_FALSE(args->IsOwned()); in TEST()
/third_party/cef/include/
Dcef_values.h79 virtual bool IsOwned() = 0;
258 virtual bool IsOwned() = 0;
323 virtual bool IsOwned() = 0;
552 virtual bool IsOwned() = 0;
/third_party/cef/libcef/common/
Dvalues_impl.h62 bool IsOwned() override;
167 bool IsOwned() override;
224 bool IsOwned() override;
304 bool IsOwned() override;
Dvalues_impl.cc124 bool CefValueImpl::IsOwned() { in IsOwned() function in CefValueImpl
128 return binary_value_->IsOwned(); in IsOwned()
130 return dictionary_value_->IsOwned(); in IsOwned()
132 return list_value_->IsOwned(); in IsOwned()
503 bool CefBinaryValueImpl::IsOwned() { in IsOwned() function in CefBinaryValueImpl
646 bool CefDictionaryValueImpl::IsOwned() { in IsOwned() function in CefDictionaryValueImpl
1071 bool CefListValueImpl::IsOwned() { in IsOwned() function in CefListValueImpl
/third_party/cef/libcef_dll/ctocpp/
Dbinary_value_ctocpp.h38 bool IsOwned() override;
Dvalue_ctocpp.h37 bool IsOwned() override;
Ddictionary_value_ctocpp.h39 bool IsOwned() override;
Dlist_value_ctocpp.h38 bool IsOwned() override;
Dbinary_value_ctocpp.cc57 NO_SANITIZE("cfi-icall") bool CefBinaryValueCToCpp::IsOwned() { in IsOwned() function in CefBinaryValueCToCpp
Dvalue_ctocpp.cc53 NO_SANITIZE("cfi-icall") bool CefValueCToCpp::IsOwned() { in IsOwned() function in CefValueCToCpp
Dlist_value_ctocpp.cc53 NO_SANITIZE("cfi-icall") bool CefListValueCToCpp::IsOwned() { in IsOwned() function in CefListValueCToCpp
Ddictionary_value_ctocpp.cc55 NO_SANITIZE("cfi-icall") bool CefDictionaryValueCToCpp::IsOwned() { in IsOwned() function in CefDictionaryValueCToCpp
/third_party/cef/libcef_dll/cpptoc/
Dbinary_value_cpptoc.cc68 bool _retval = CefBinaryValueCppToC::Get(self)->IsOwned(); in binary_value_is_owned()
Dvalue_cpptoc.cc65 bool _retval = CefValueCppToC::Get(self)->IsOwned(); in value_is_owned()
Dlist_value_cpptoc.cc65 bool _retval = CefListValueCppToC::Get(self)->IsOwned(); in list_value_is_owned()
Ddictionary_value_cpptoc.cc68 bool _retval = CefDictionaryValueCppToC::Get(self)->IsOwned(); in dictionary_value_is_owned()