Home
last modified time | relevance | path

Searched refs:HasOneRef (Results 1 – 20 of 20) sorted by relevance

/external/libchrome/base/
Dcancelable_callback_unittest.cc99 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/
Dshared_desktop_frame.cc24 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/
Di420_buffer_pool.cc35 RTC_DCHECK(HasOneRef()); in MutableData()
82 if (buffer->HasOneRef()) in CreateBuffer()
Di420_buffer_pool_unittest.cc58 EXPECT_TRUE(buffer->HasOneRef()); in TEST()
67 EXPECT_TRUE(buffer->HasOneRef()); in TEST()
Dvideo_frame_buffer.cc79 RTC_DCHECK(HasOneRef()); in MutableData()
Dvideo_frame.cc78 if (video_frame_buffer_ && video_frame_buffer_->HasOneRef() && in CreateEmptyFrame()
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_frame_buffer_pool.cc62 if (buffer->HasOneRef()) { in GetFrameBuffer()
89 if (!buffer->HasOneRef()) in GetNumBuffersInUse()
Dvp9_frame_buffer_pool.h62 virtual bool HasOneRef() const = 0;
/external/libweave/third_party/chromium/base/memory/
Dref_counted.cc11 bool RefCountedThreadSafeBase::HasOneRef() const { in HasOneRef() function in base::subtle::RefCountedThreadSafeBase
Dref_counted.h24 bool HasOneRef() const { return ref_count_ == 1; } in HasOneRef() function
74 bool HasOneRef() const;
Dweak_ptr.h124 return flag_.get() && !flag_->HasOneRef(); in HasRefs()
/external/libchrome/base/memory/
Dref_counted.cc12 bool RefCountedThreadSafeBase::HasOneRef() const { in HasOneRef() function in base::subtle::RefCountedThreadSafeBase
Dweak_ptr.cc20 DCHECK(sequence_checker_.CalledOnValidSequencedThread() || HasOneRef()) in Invalidate()
Dref_counted.h27 bool HasOneRef() const { return ref_count_ == 1; } in HasOneRef() function
87 bool HasOneRef() const;
Dweak_ptr.h127 return flag_.get() && !flag_->HasOneRef(); in HasRefs()
/external/libchrome/base/message_loop/
Dmessage_loop_task_runner_unittest.cc158 ASSERT_TRUE(task_recoder->HasOneRef()); in TEST_F()
159 ASSERT_TRUE(reply_recoder->HasOneRef()); in TEST_F()
/external/webrtc/webrtc/common_video/include/
Dvideo_frame_buffer.h34 virtual bool HasOneRef() const = 0;
/external/webrtc/webrtc/base/
Drefcount.h116 virtual bool HasOneRef() const { in HasOneRef() function
/external/webrtc/talk/media/webrtc/
Dwebrtcvideoframe.cc139 return video_frame_buffer_->HasOneRef(); in IsExclusive()
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/
Dperf_report_output.txt2203 …HTMLParserThrea^chrome ^[.] base::subtle::RefCountedThreadSafeBase::HasOneRef() const
2205 --- base::subtle::RefCountedThreadSafeBase::HasOneRef() const