/third_party/cef/tests/ceftests/ |
D | translator_unittest.cc | 26 EXPECT_TRUE(obj->HasOneRef()); in TEST() 45 EXPECT_TRUE(obj->HasOneRef()); in TEST() 59 EXPECT_TRUE(obj->HasOneRef()); in TEST() 80 EXPECT_TRUE(obj->HasOneRef()); in TEST() 107 EXPECT_TRUE(obj->HasOneRef()); in TEST() 134 EXPECT_TRUE(obj->HasOneRef()); in TEST() 150 EXPECT_TRUE(obj->HasOneRef()); in TEST() 169 EXPECT_TRUE(obj->HasOneRef()); in TEST() 193 EXPECT_TRUE(obj->HasOneRef()); in TEST() 194 EXPECT_TRUE(test_obj->HasOneRef()); in TEST() [all …]
|
/third_party/cef/include/ |
D | cef_base.h | 69 virtual bool HasOneRef() const = 0; 108 bool HasOneRef() const { return base::AtomicRefCountIsOne(&ref_count_); } in HasOneRef() function 136 bool HasOneRef() const OVERRIDE { return ref_count_.HasOneRef(); } \
|
/third_party/flutter/engine/flutter/fml/memory/ |
D | ref_counted_internal.h | 29 bool HasOneRef() const { in HasOneRef() function 33 void AssertHasOneRef() const { FML_DCHECK(HasOneRef()); } in AssertHasOneRef()
|
D | ref_counted_unittest.cc | 508 EXPECT_TRUE(created->HasOneRef()); in TEST() 513 EXPECT_FALSE(created->HasOneRef()); in TEST() 521 EXPECT_FALSE(created->HasOneRef()); in TEST() 526 EXPECT_FALSE(created->HasOneRef()); in TEST() 529 EXPECT_TRUE(created->HasOneRef()); in TEST() 534 EXPECT_FALSE(created->HasOneRef()); in TEST() 537 EXPECT_TRUE(created->HasOneRef()); in TEST()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | cpptoc_ref_counted.h | 90 bool HasOneRef() const { return UnderlyingHasOneRef(); } in HasOneRef() function 136 return wrapper_struct_.object_->HasOneRef(); in UnderlyingHasOneRef() 178 return wrapperStruct->wrapper_->HasOneRef(); in struct_has_one_ref()
|
/third_party/cef/include/wrapper/ |
D | cef_helpers.h | 103 bool HasOneRef() const OVERRIDE { return ref_count_.HasOneRef(); } \
|
/third_party/cef/libcef/browser/ |
D | thread_util.h | 93 bool HasOneRef() const OVERRIDE { return ref_count_.HasOneRef(); } \
|
D | menu_manager.cc | 177 DCHECK(paramsPtr->HasOneRef()); in CreateContextMenu() 219 DCHECK(paramsPtr->HasOneRef()); in ExecuteCommand()
|
D | menu_model_impl.cc | 917 if (!HasOneRef()) in VerifyRefCount()
|
/third_party/gn/src/base/memory/ |
D | ref_counted.cc | 11 bool RefCountedThreadSafeBase::HasOneRef() const { in HasOneRef() function in base::subtle::RefCountedThreadSafeBase
|
D | ref_counted.h | 24 bool HasOneRef() const { return ref_count_ == 1; } in HasOneRef() function 81 bool HasOneRef() const;
|
D | weak_ptr.h | 132 bool HasRefs() const { return flag_ && !flag_->HasOneRef(); } in HasRefs()
|
D | scoped_refptr.h | 68 DCHECK(obj->HasOneRef()); in AdoptRef()
|
/third_party/cef/include/base/ |
D | cef_ref_counted.h | 62 bool HasOneRef() const { return ref_count_ == 1; } in HasOneRef() function 113 bool HasOneRef() const;
|
D | cef_weak_ptr.h | 169 bool HasRefs() const { return flag_.get() && !flag_->HasOneRef(); } in HasRefs()
|
/third_party/cef/libcef_dll/base/ |
D | cef_ref_counted.cc | 11 bool RefCountedThreadSafeBase::HasOneRef() const { in HasOneRef() function in base::cef_subtle::RefCountedThreadSafeBase
|
D | cef_weak_ptr.cc | 20 DCHECK(thread_checker_.CalledOnValidThread() || HasOneRef()) in Invalidate()
|
/third_party/cef/libcef/browser/alloy/ |
D | alloy_browser_main.cc | 218 DCHECK(global_request_context_->HasOneRef()); in PostMainMessageLoopRun()
|
/third_party/cef/libcef_dll/ctocpp/ |
D | ctocpp_ref_counted.h | 36 bool HasOneRef() const { return UnderlyingHasOneRef(); } in HasOneRef() function
|
/third_party/cef/libcef/renderer/ |
D | dom_document_impl.cc | 232 DCHECK(HasOneRef()); in Detach()
|
/third_party/cef/libcef_dll/wrapper/ |
D | cef_message_router.cc | 282 DCHECK(handled || callback->HasOneRef()); in OnProcessMessageReceived()
|
/third_party/cef/tests/ceftests/views/ |
D | panel_unittest.cc | 69 EXPECT_TRUE(delegate->HasOneRef()); in CreatePanel()
|