/external/libchrome/base/ |
D | cancelable_callback_unittest.cc | 99 EXPECT_TRUE(ref_counted->HasOneRef()); in TEST() 104 EXPECT_FALSE(ref_counted->HasOneRef()); in TEST() 110 EXPECT_TRUE(ref_counted->HasOneRef()); in TEST()
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | shared_desktop_frame.cc | 24 bool HasOneRef() { return ref_count_.Value() == 1; } in HasOneRef() function in webrtc::SharedDesktopFrame::Core 69 return !core_->HasOneRef(); in IsShared()
|
/external/webrtc/webrtc/common_video/ |
D | i420_buffer_pool.cc | 35 RTC_DCHECK(HasOneRef()); in MutableData() 82 if (buffer->HasOneRef()) in CreateBuffer()
|
D | i420_buffer_pool_unittest.cc | 58 EXPECT_TRUE(buffer->HasOneRef()); in TEST() 67 EXPECT_TRUE(buffer->HasOneRef()); in TEST()
|
D | video_frame_buffer.cc | 79 RTC_DCHECK(HasOneRef()); in MutableData()
|
D | video_frame.cc | 78 if (video_frame_buffer_ && video_frame_buffer_->HasOneRef() && in CreateEmptyFrame()
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/ |
D | vp9_frame_buffer_pool.cc | 62 if (buffer->HasOneRef()) { in GetFrameBuffer() 89 if (!buffer->HasOneRef()) in GetNumBuffersInUse()
|
D | vp9_frame_buffer_pool.h | 62 virtual bool HasOneRef() const = 0;
|
/external/libweave/third_party/chromium/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 74 bool HasOneRef() const;
|
D | weak_ptr.h | 124 return flag_.get() && !flag_->HasOneRef(); in HasRefs()
|
/external/libchrome/base/memory/ |
D | ref_counted.cc | 12 bool RefCountedThreadSafeBase::HasOneRef() const { in HasOneRef() function in base::subtle::RefCountedThreadSafeBase
|
D | weak_ptr.cc | 20 DCHECK(sequence_checker_.CalledOnValidSequencedThread() || HasOneRef()) in Invalidate()
|
D | ref_counted.h | 27 bool HasOneRef() const { return ref_count_ == 1; } in HasOneRef() function 87 bool HasOneRef() const;
|
D | weak_ptr.h | 127 return flag_.get() && !flag_->HasOneRef(); in HasRefs()
|
/external/libchrome/base/message_loop/ |
D | message_loop_task_runner_unittest.cc | 158 ASSERT_TRUE(task_recoder->HasOneRef()); in TEST_F() 159 ASSERT_TRUE(reply_recoder->HasOneRef()); in TEST_F()
|
/external/webrtc/webrtc/common_video/include/ |
D | video_frame_buffer.h | 34 virtual bool HasOneRef() const = 0;
|
/external/webrtc/webrtc/base/ |
D | refcount.h | 116 virtual bool HasOneRef() const { in HasOneRef() function
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvideoframe.cc | 139 return video_frame_buffer_->HasOneRef(); in IsExclusive()
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/ |
D | perf_report_output.txt | 2203 …HTMLParserThrea^chrome ^[.] base::subtle::RefCountedThreadSafeBase::HasOneRef() const 2205 --- base::subtle::RefCountedThreadSafeBase::HasOneRef() const
|