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

/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DDataRef.h40 if (!m_data->hasOneRef())
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DWebCoreJSClientData.h43 ASSERT(m_normalWorld->hasOneRef());
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DResourceBuffer.cpp118 if (!sharedBuffer()->hasOneRef())
H A DDocumentThreadableLoader.cpp62 ASSERT(loader->hasOneRef());
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DTreeShared.h85 bool hasOneRef() const function in class:WebCore::TreeShared
H A DLength.cpp234 if (calcLength->hasOneRef())
H A DSharedBuffer.cpp249 ASSERT(hasOneRef());
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DSpaceSplitString.cpp109 ASSERT(hasOneRef());
116 ASSERT(hasOneRef());
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Storage/
H A DStorageAreaMap.cpp108 ASSERT(m_storageMap->hasOneRef());
127 ASSERT(m_storageMap->hasOneRef());
243 ASSERT(!m_storageMap || m_storageMap->hasOneRef());
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DStaticPropertyAnalyzer.h106 if (!analysis->hasOneRef()) // Aliases for this object still exist, so it might acquire more properties.
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXSLTProcessor.cpp67 ASSERT(!m_stylesheetRootNode || !m_stylesheet || m_stylesheet->hasOneRef());
/macosx-10.9.5/WebCore-7537.78.1/fileapi/
H A DAsyncFileStream.cpp114 ASSERT(proxy->hasOneRef());
/macosx-10.9.5/WebCore-7537.78.1/rendering/mathml/
H A DRenderMathMLSubSup.cpp138 ASSERT(baseWrapper->style()->hasOneRef());
/macosx-10.9.5/WebCore-7537.78.1/workers/
H A DWorkerThread.cpp172 ASSERT(m_workerContext->hasOneRef());
H A DDefaultSharedWorkerRepository.cpp127 ASSERT(m_origin->hasOneRef());
/macosx-10.9.5/WebCore-7537.78.1/loader/icon/
H A DIconDatabase.cpp516 if (iconRecord && iconRecord->hasOneRef()) {
529 if (iconRecord && iconRecord->hasOneRef())
575 if (icon->hasOneRef()) {
636 if (iconRecord && iconRecord->hasOneRef()) {
650 if (iconRecord && iconRecord->hasOneRef())
1319 if (iconRecord && iconRecord->hasOneRef()) {
1501 ASSERT(!it->key.impl() || it->key.impl()->hasOneRef());
1506 ASSERT(!it->key.impl() || it->key.impl()->hasOneRef());
/macosx-10.9.5/WebCore-7537.78.1/loader/cache/
H A DCachedImage.cpp448 bool canDeleteImage = !m_image || (m_image->hasOneRef() && m_image->isBitmapImage());
H A DCachedResource.cpp838 if (!m_data->hasOneRef())
/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DHTMLDocumentParser.cpp704 ASSERT(inputSource->hasOneRef());
708 // We would like to ASSERT(closure.arg3()->hasOneRef()) but sadly the args are private.
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFont.cpp216 if (it->value->glyphs->hasOneRef())
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DPluginView.cpp748 if (hasOneRef()) {
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/
H A DPluginView.cpp1568 if (hasOneRef())
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DFrameSelection.cpp288 if (guard->hasOneRef() && !m_selection.isNonOrphanedCaretOrRange())
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DStyleResolver.cpp366 if (matchedProperties[i].properties->hasOneRef()) {
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DFrameView.cpp1199 if (protector->hasOneRef())

Completed in 423 milliseconds