Home
last modified time | relevance | path

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

12

/external/webkit/Source/WebCore/storage/
DOriginUsageRecord.cpp45 ASSERT_ARG(identifier, identifier.impl()->hasOneRef() || identifier.isEmpty()); in addDatabase()
46 ASSERT_ARG(fullPath, fullPath.impl()->hasOneRef() || fullPath.isEmpty()); in addDatabase()
66 ASSERT_ARG(identifier, identifier.impl()->hasOneRef() || identifier.isEmpty()); in markDatabase()
/external/webkit/Source/JavaScriptCore/wtf/
DCrossThreadRefCounted.h71 …return !m_refCounter.hasOneRef() || (m_threadSafeRefCounter && !m_threadSafeRefCounter->hasOneRef(… in isShared()
DThreadSafeRefCounted.h89 bool hasOneRef() in hasOneRef() function
DRefCounted.h42 bool hasOneRef() const in hasOneRef() function
DListRefPtr.h57 while (reaper && reaper->hasOneRef()) in ~ListRefPtr()
/external/webkit/Source/JavaScriptCore/runtime/
DRopeImpl.cpp38 if (nextRope->hasOneRef()) in derefFibersNonRecursive()
DRopeImpl.h89 bool hasOneRef() { return (m_refCountAndFlags & s_refCountMask) == s_refCountIncrement; } in hasOneRef() function
/external/webkit/Source/WebCore/rendering/style/
DDataRef.h40 if (!m_data->hasOneRef()) in access()
/external/webkit/Source/WebCore/bindings/js/
DWebCoreJSClientData.h43 ASSERT(m_normalWorld->hasOneRef()); in ~WebCoreJSClientData()
/external/webkit/Source/JavaScriptCore/wtf/text/
DCString.cpp86 if (!m_buffer || m_buffer->hasOneRef()) in copyBufferIfNeeded()
DStringBuilder.cpp64 if (!m_buffer->hasOneRef()) in resize()
DStringImpl.h242 …ALWAYS_INLINE bool hasOneRef() const { return (m_refCountAndFlags & (s_refCountMask | s_refCountFl… in hasOneRef() function
/external/webkit/Source/WebCore/platform/
DTreeShared.h83 bool hasOneRef() const in hasOneRef() function
DSharedBuffer.cpp193 ASSERT(hasOneRef()); in releasePurgeableBuffer()
/external/webkit/Source/WebCore/dom/
DQualifiedName.cpp88 if (m_impl->hasOneRef()) in deref()
/external/webkit/Source/WebCore/xml/
DXSLTProcessor.cpp65 ASSERT(!m_stylesheetRootNode || !m_stylesheet || m_stylesheet->hasOneRef()); in ~XSLTProcessor()
/external/webkit/Source/WebKit/chromium/src/
DWebHTTPBody.cpp180 if (!m_private->hasOneRef()) in ensureMutable()
DWebDragData.cpp236 ASSERT(m_private->hasOneRef()); in ensureMutable()
DWebHistoryItem.cpp296 if (!m_private->hasOneRef()) in ensureMutable()
/external/webkit/Source/WebCore/loader/icon/
DIconDatabase.cpp488 if (iconRecord && iconRecord->hasOneRef()) { in releaseIconForPageURL()
501 if (iconRecord && iconRecord->hasOneRef()) in releaseIconForPageURL()
548 if (icon->hasOneRef()) { in setIconDataForIconURL()
613 if (iconRecord && iconRecord->hasOneRef()) { in setIconURLForPageURL()
627 if (iconRecord && iconRecord->hasOneRef()) in setIconURLForPageURL()
1309 if (iconRecord && iconRecord->hasOneRef()) { in performURLImport()
/external/webkit/Source/WebCore/workers/
DWorkerThread.cpp145 ASSERT(m_workerContext->hasOneRef()); in workerThread()
/external/webkit/Source/WebCore/fileapi/
DFileStreamProxy.cpp103 ASSERT(proxy->hasOneRef()); in derefProxyOnContext()
/external/webkit/Source/WebCore/loader/cache/
DCachedImage.cpp332 bool canDeleteImage = !m_image || (m_image->hasOneRef() && m_image->isBitmapImage()); in destroyDecodedData()
DCachedResource.cpp557 if (!m_data->hasOneRef()) in makePurgeable()
/external/webkit/Source/WebCore/loader/
DDocumentThreadableLoader.cpp55 ASSERT(loader->hasOneRef()); in loadResourceSynchronously()

12