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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DThreadSafeRefCounted.h56 bool hasOneRef() function in class:WTF::ThreadSafeRefCountedBase
H A DRefCounted.h66 bool hasOneRef() const function in class:WTF::RefCountedBase
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DTreeShared.h83 bool hasOneRef() const function in class:WebCore::TreeShared
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringBuilder.cpp59 if (m_buffer->hasOneRef()) {
87 if (!m_buffer->hasOneRef()) {
103 if (string->hasOneRef()) { function
169 if (m_buffer->hasOneRef())
184 else if (m_buffer->hasOneRef())
H A DStringImpl.h199 ASSERT(hasOneRef());
257 inline bool hasOneRef() const function in class:WTF::StringImpl

Completed in 236 milliseconds