HomeSort by relevance Sort by last modified time
    Searched defs:hasOneRef (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/
TreeShared.h 83 bool hasOneRef() const
  /external/chromium_org/third_party/WebKit/Source/wtf/
ThreadSafeRefCounted.h 56 bool hasOneRef()
RefCounted.h 66 bool hasOneRef() const
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringBuilder.cpp 59 if (m_buffer->hasOneRef()) {
87 if (!m_buffer->hasOneRef()) {
103 if (string->hasOneRef()) {
169 if (m_buffer->hasOneRef())
184 else if (m_buffer->hasOneRef())
StringImpl.h 199 ASSERT(hasOneRef());
257 inline bool hasOneRef() const

Completed in 194 milliseconds