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

12

/macosx-10.10/WTF-7600.1.24/wtf/
H A DThreadSafeRefCounted.h82 bool hasOneRef() function in class:WTF::ThreadSafeRefCountedBase
H A DDeferrableRefCounted.h51 bool hasOneRef() const function in class:WTF::DeferrableRefCountedBase
H A DRefCounted.h50 bool hasOneRef() const function in class:WTF::RefCountedBase
/macosx-10.10/WebCore-7600.1.25/page/
H A DMainFrame.cpp57 if (hasOneRef())
/macosx-10.10/WTF-7600.1.24/wtf/text/
H A DCString.cpp92 if (!m_buffer || m_buffer->hasOneRef())
103 return !m_buffer || m_buffer->hasOneRef();
H A DStringBuilder.cpp75 if (!m_buffer->hasOneRef()) {
148 if (m_buffer->hasOneRef())
163 else if (m_buffer->hasOneRef())
H A DStringImpl.h530 inline bool hasOneRef() const function in class:WTF::StringImpl
H A DWTFString.cpp721 if (impl()->hasOneRef())
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DWebCoreJSClientData.h47 ASSERT(m_normalWorld->hasOneRef());
/macosx-10.10/WebCore-7600.1.25/platform/
H A DTreeShared.h85 bool hasOneRef() const function in class:WebCore::TreeShared
H A DSharedBuffer.cpp239 if (!m_buffer->hasOneRef())
416 ASSERT(hasOneRef());
423 if (m_buffer->hasOneRef() || m_size <= currentCapacity)
441 if (!m_buffer->hasOneRef())
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DDataRef.h45 if (!m_data->hasOneRef())
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Storage/
H A DStorageAreaMap.cpp109 ASSERT(m_storageMap->hasOneRef());
128 ASSERT(m_storageMap->hasOneRef());
244 ASSERT(!m_storageMap || m_storageMap->hasOneRef());
/macosx-10.10/JavaScriptCore-7600.1.17/bytecompiler/
H A DStaticPropertyAnalyzer.h106 if (!analysis->hasOneRef()) // Aliases for this object still exist, so it might acquire more properties.
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXSLTProcessor.cpp67 ASSERT(!m_stylesheetRootNode || !m_stylesheet || m_stylesheet->hasOneRef());
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DCodeBlockSet.cpp104 if (!codeBlock->hasOneRef())
/macosx-10.10/WebCore-7600.1.25/fileapi/
H A DAsyncFileStream.cpp108 ASSERT(hasOneRef());
/macosx-10.10/WebCore-7600.1.25/rendering/mathml/
H A DRenderMathMLScripts.cpp117 ASSERT(m_baseWrapper && m_baseWrapper->style().hasOneRef());
290 ASSERT(m_baseWrapper->style().hasOneRef());
/macosx-10.10/WebCore-7600.1.25/workers/
H A DWorkerThread.cpp185 ASSERT(m_workerGlobalScope->hasOneRef());
H A DDefaultSharedWorkerRepository.cpp127 ASSERT(m_origin->hasOneRef());
/macosx-10.10/WebCore-7600.1.25/loader/icon/
H A DIconDatabase.cpp517 if (iconRecord && iconRecord->hasOneRef()) {
530 if (iconRecord && iconRecord->hasOneRef())
574 if (icon->hasOneRef()) {
635 if (iconRecord && iconRecord->hasOneRef()) {
649 if (iconRecord && iconRecord->hasOneRef())
1300 if (iconRecord && iconRecord->hasOneRef()) {
1467 ASSERT(!it->key.impl() || it->key.impl()->hasOneRef());
1472 ASSERT(!it->key.impl() || it->key.impl()->hasOneRef());
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DJSString.cpp157 if (m_value.impl()->hasOneRef())
/macosx-10.10/WebCore-7600.1.25/loader/
H A DDocumentThreadableLoader.cpp62 ASSERT(loader->hasOneRef());
/macosx-10.10/WebCore-7600.1.25/loader/cache/
H A DCachedImage.cpp469 bool canDeleteImage = !m_image || (m_image->hasOneRef() && m_image->isBitmapImage());
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFont.cpp292 if (it->value->glyphs.get().hasOneRef())

Completed in 207 milliseconds

12