Searched refs:hasOneRef (Results 1 - 25 of 31) sorted by relevance

12

/external/webkit/Source/WebCore/storage/
H A DOriginUsageRecord.cpp45 ASSERT_ARG(identifier, identifier.impl()->hasOneRef() || identifier.isEmpty());
46 ASSERT_ARG(fullPath, fullPath.impl()->hasOneRef() || fullPath.isEmpty());
66 ASSERT_ARG(identifier, identifier.impl()->hasOneRef() || identifier.isEmpty());
/external/webkit/Source/JavaScriptCore/runtime/
H A DRopeImpl.cpp38 if (nextRope->hasOneRef())
H A DRopeImpl.h89 bool hasOneRef() { return (m_refCountAndFlags & s_refCountMask) == s_refCountIncrement; } function in class:JSC::RopeImpl
/external/webkit/Source/WebCore/rendering/style/
H A DDataRef.h40 if (!m_data->hasOneRef())
/external/webkit/Source/JavaScriptCore/wtf/
H A DCrossThreadRefCounted.h71 return !m_refCounter.hasOneRef() || (m_threadSafeRefCounter && !m_threadSafeRefCounter->hasOneRef());
H A DRefCounted.h42 bool hasOneRef() const function in class:WTF::RefCountedBase
H A DThreadSafeRefCounted.h89 bool hasOneRef() function in class:WTF::ThreadSafeRefCountedBase
H A DListRefPtr.h57 while (reaper && reaper->hasOneRef())
/external/webkit/Source/JavaScriptCore/wtf/text/
H A DCString.cpp86 if (!m_buffer || m_buffer->hasOneRef())
H A DStringBuilder.cpp64 if (!m_buffer->hasOneRef())
H A DStringImpl.h242 ALWAYS_INLINE bool hasOneRef() const { return (m_refCountAndFlags & (s_refCountMask | s_refCountFlagStatic)) == s_refCountIncrement; } function in class:WTF::StringImpl
/external/webkit/Source/WebCore/bindings/js/
H A DWebCoreJSClientData.h43 ASSERT(m_normalWorld->hasOneRef());
/external/webkit/Source/WebCore/platform/
H A DTreeShared.h83 bool hasOneRef() const function in class:WebCore::TreeShared
H A DSharedBuffer.cpp193 ASSERT(hasOneRef());
/external/webkit/Source/WebCore/dom/
H A DQualifiedName.cpp88 if (m_impl->hasOneRef())
/external/webkit/Source/WebKit/chromium/src/
H A DWebHTTPBody.cpp180 if (!m_private->hasOneRef())
H A DWebDragData.cpp236 ASSERT(m_private->hasOneRef());
H A DWebHistoryItem.cpp296 if (!m_private->hasOneRef())
/external/webkit/Source/WebCore/workers/
H A DWorkerThread.cpp145 ASSERT(m_workerContext->hasOneRef());
/external/webkit/Source/WebCore/xml/
H A DXSLTProcessor.cpp65 ASSERT(!m_stylesheetRootNode || !m_stylesheet || m_stylesheet->hasOneRef());
/external/webkit/Source/WebCore/fileapi/
H A DFileStreamProxy.cpp103 ASSERT(proxy->hasOneRef());
/external/webkit/Source/WebCore/loader/cache/
H A DCachedImage.cpp332 bool canDeleteImage = !m_image || (m_image->hasOneRef() && m_image->isBitmapImage());
H A DCachedResource.cpp557 if (!m_data->hasOneRef())
/external/webkit/Source/WebCore/loader/icon/
H A DIconDatabase.cpp488 if (iconRecord && iconRecord->hasOneRef()) {
501 if (iconRecord && iconRecord->hasOneRef())
548 if (icon->hasOneRef()) {
613 if (iconRecord && iconRecord->hasOneRef()) {
627 if (iconRecord && iconRecord->hasOneRef())
1309 if (iconRecord && iconRecord->hasOneRef()) {
/external/webkit/Source/WebCore/loader/
H A DDocumentThreadableLoader.cpp55 ASSERT(loader->hasOneRef());

Completed in 969 milliseconds

12