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/wtf/
ThreadSafeRefCounted.h 55 bool hasOneRef()
RefCounted.h 65 bool hasOneRef() const
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringBuilder.cpp 60 if (m_buffer->hasOneRef()) {
88 if (!m_buffer->hasOneRef()) {
104 if (string->hasOneRef()) {
170 if (m_buffer->hasOneRef()) {
186 } else if (m_buffer->hasOneRef()) {
StringImpl.h 226 ASSERT(hasOneRef());
286 ALWAYS_INLINE bool hasOneRef() const
298 if (hasOneRef()) {
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.h     [all...]

Completed in 1322 milliseconds