Searched defs:hasOneRef (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DThreadSafeRefCounted.h55 bool hasOneRef() function in class:WTF::ThreadSafeRefCountedBase
H A DRefCounted.h65 bool hasOneRef() const function in class:WTF::RefCountedBase
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringBuilder.cpp60 if (m_buffer->hasOneRef()) {
88 if (!m_buffer->hasOneRef()) {
104 if (string->hasOneRef()) { function
170 if (m_buffer->hasOneRef()) {
186 } else if (m_buffer->hasOneRef()) {
H A DStringImpl.h226 ASSERT(hasOneRef());
286 ALWAYS_INLINE bool hasOneRef() const function in class:WTF::StringImpl
298 if (hasOneRef()) {
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeap.h1280 bool hasOneRef() function in class:blink::RefCountedGarbageCollected
1302 ASSERT(ptr->hasOneRef());

Completed in 138 milliseconds