Home
last modified time | relevance | path

Searched refs:hasOneRef (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/wtf/text/
DStringBuilder.cpp60 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()
DCString.cpp100 if (!m_buffer || m_buffer->hasOneRef()) in copyBufferIfNeeded()
111 return !m_buffer || m_buffer->hasOneRef(); in isSafeToSendToAnotherThread()
DStringImpl.h213 ASSERT(hasOneRef()); in truncateAssumingIsolated()
273 ALWAYS_INLINE bool hasOneRef() const in hasOneRef() function
285 if (hasOneRef()) { in deref()
DWTFString.cpp687 if (impl()->hasOneRef()) in isSafeToSendToAnotherThread()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DSpaceSplitString.cpp108 ASSERT(hasOneRef()); in add()
115 ASSERT(hasOneRef()); in remove()
DQualifiedName.h58 bool hasOneRef() const in hasOneRef() function
60 return m_isStatic || RefCounted<QualifiedNameImpl>::hasOneRef(); in hasOneRef()
/external/chromium_org/third_party/WebKit/Source/wtf/
DThreadSafeRefCounted.h55 bool hasOneRef() in hasOneRef() function
DRefCounted.h65 bool hasOneRef() const in hasOneRef() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DDataRef.h40 if (!m_data->hasOneRef()) in access()
DRenderStyle.cpp1273 else if (!list->hasOneRef()) in addAppliedTextDecoration()
/external/chromium_org/third_party/WebKit/Source/core/testing/
DDummyPageHolder.cpp66 ASSERT(m_frame->hasOneRef()); in ~DummyPageHolder()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontFamily.h74 while (reaper && reaper->hasOneRef()) in ~FontFamily()
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DCSSStyleSheetResource.cpp97 return m_data->hasOneRef(); in isSafeToUnlock()
DImageResource.cpp136 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()
DFontResource.cpp202 return m_data->hasOneRef(); in isSafeToUnlock()
/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimationPlayer.cpp431 return hasOneRef() && m_content->isAnimation() && m_content->hasOneRef(); in canFree()
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXSLTProcessor.cpp59 ASSERT(!m_stylesheetRootNode || !m_stylesheet || m_stylesheet->hasOneRef()); in ~XSLTProcessor()
/external/chromium_org/third_party/WebKit/Source/core/css/
DMediaValuesCached.cpp91 return hasOneRef(); in isSafeToSendToAnotherThread()
/external/chromium_org/third_party/WebKit/Source/core/workers/
DWorkerThread.cpp147 ASSERT(m_workerGlobalScope->hasOneRef()); in workerThread()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DMatchedPropertiesCache.cpp135 if (matchedProperties[i].properties->hasOneRef()) { in sweep()
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebHTTPBody.cpp198 if (!m_private->hasOneRef()) in ensureMutable()
/external/chromium_org/third_party/WebKit/Source/platform/
DLength.cpp151 if (value->hasOneRef()) { in decrementRef()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DDocumentThreadableLoader.cpp60 ASSERT(loader->hasOneRef()); in loadResourceSynchronously()
/external/chromium_org/third_party/WebKit/Source/platform/heap/
DHeap.h1164 bool hasOneRef() in hasOneRef() function
1186 ASSERT(ptr->hasOneRef()); in adoptRefCountedGarbageCollected()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DFrameSelection.cpp244 if (guard->hasOneRef() && !m_selection.isNonOrphanedCaretOrRange()) in setSelection()

12