/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
D | StringBuilder.cpp | 60 if (m_buffer->hasOneRef()) { in reifyString() 88 if (!m_buffer->hasOneRef()) { in resize() 104 if (string->hasOneRef()) { in resize() 170 if (m_buffer->hasOneRef()) { in reallocateBuffer() 186 } else if (m_buffer->hasOneRef()) { in reallocateBuffer()
|
D | CString.cpp | 100 if (!m_buffer || m_buffer->hasOneRef()) in copyBufferIfNeeded() 111 return !m_buffer || m_buffer->hasOneRef(); in isSafeToSendToAnotherThread()
|
D | StringImpl.h | 213 ASSERT(hasOneRef()); in truncateAssumingIsolated() 273 ALWAYS_INLINE bool hasOneRef() const in hasOneRef() function 285 if (hasOneRef()) { in deref()
|
D | WTFString.cpp | 687 if (impl()->hasOneRef()) in isSafeToSendToAnotherThread()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | SpaceSplitString.cpp | 108 ASSERT(hasOneRef()); in add() 115 ASSERT(hasOneRef()); in remove()
|
D | QualifiedName.h | 58 bool hasOneRef() const in hasOneRef() function 60 return m_isStatic || RefCounted<QualifiedNameImpl>::hasOneRef(); in hasOneRef()
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | ThreadSafeRefCounted.h | 55 bool hasOneRef() in hasOneRef() function
|
D | RefCounted.h | 65 bool hasOneRef() const in hasOneRef() function
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | DataRef.h | 40 if (!m_data->hasOneRef()) in access()
|
D | RenderStyle.cpp | 1273 else if (!list->hasOneRef()) in addAppliedTextDecoration()
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
D | DummyPageHolder.cpp | 66 ASSERT(m_frame->hasOneRef()); in ~DummyPageHolder()
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | FontFamily.h | 74 while (reaper && reaper->hasOneRef()) in ~FontFamily()
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
D | CSSStyleSheetResource.cpp | 97 return m_data->hasOneRef(); in isSafeToUnlock()
|
D | ImageResource.cpp | 136 return !m_image || (m_image->hasOneRef() && m_data->refCount() == 2); in isSafeToUnlock() 141 …if (!hasClients() && !isLoading() && (!m_image || (m_image->hasOneRef() && m_image->isBitmapImage(… in destroyDecodedDataIfPossible()
|
D | FontResource.cpp | 202 return m_data->hasOneRef(); in isSafeToUnlock()
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
D | AnimationPlayer.cpp | 431 return hasOneRef() && m_content->isAnimation() && m_content->hasOneRef(); in canFree()
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
D | XSLTProcessor.cpp | 59 ASSERT(!m_stylesheetRootNode || !m_stylesheet || m_stylesheet->hasOneRef()); in ~XSLTProcessor()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | MediaValuesCached.cpp | 91 return hasOneRef(); in isSafeToSendToAnotherThread()
|
/external/chromium_org/third_party/WebKit/Source/core/workers/ |
D | WorkerThread.cpp | 147 ASSERT(m_workerGlobalScope->hasOneRef()); in workerThread()
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | MatchedPropertiesCache.cpp | 135 if (matchedProperties[i].properties->hasOneRef()) { in sweep()
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
D | WebHTTPBody.cpp | 198 if (!m_private->hasOneRef()) in ensureMutable()
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | Length.cpp | 151 if (value->hasOneRef()) { in decrementRef()
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | DocumentThreadableLoader.cpp | 60 ASSERT(loader->hasOneRef()); in loadResourceSynchronously()
|
/external/chromium_org/third_party/WebKit/Source/platform/heap/ |
D | Heap.h | 1164 bool hasOneRef() in hasOneRef() function 1186 ASSERT(ptr->hasOneRef()); in adoptRefCountedGarbageCollected()
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | FrameSelection.cpp | 244 if (guard->hasOneRef() && !m_selection.isNonOrphanedCaretOrRange()) in setSelection()
|