HomeSort by relevance Sort by last modified time
    Searched refs:hasOneRef (Results 1 - 25 of 31) sorted by null

1 2

  /external/webkit/Source/WebCore/storage/
OriginUsageRecord.cpp 45 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/
RopeImpl.cpp 38 if (nextRope->hasOneRef())
RopeImpl.h 89 bool hasOneRef() { return (m_refCountAndFlags & s_refCountMask) == s_refCountIncrement; }
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadSafeRefCounted.h 89 bool hasOneRef()
CrossThreadRefCounted.h 71 return !m_refCounter.hasOneRef() || (m_threadSafeRefCounter && !m_threadSafeRefCounter->hasOneRef());
ListRefPtr.h 57 while (reaper && reaper->hasOneRef())
RefCounted.h 42 bool hasOneRef() const
  /external/webkit/Source/WebCore/rendering/style/
DataRef.h 40 if (!m_data->hasOneRef())
  /external/webkit/Source/JavaScriptCore/wtf/text/
CString.cpp 86 if (!m_buffer || m_buffer->hasOneRef())
StringBuilder.cpp 64 if (!m_buffer->hasOneRef())
StringImpl.h 242 ALWAYS_INLINE bool hasOneRef() const { return (m_refCountAndFlags & (s_refCountMask | s_refCountFlagStatic)) == s_refCountIncrement; }
  /external/webkit/Source/WebCore/bindings/js/
WebCoreJSClientData.h 43 ASSERT(m_normalWorld->hasOneRef());
  /external/webkit/Source/WebCore/platform/
TreeShared.h 83 bool hasOneRef() const
SharedBuffer.cpp 193 ASSERT(hasOneRef());
  /external/webkit/Source/WebCore/dom/
QualifiedName.cpp 88 if (m_impl->hasOneRef())
  /external/webkit/Source/WebKit/chromium/src/
WebHTTPBody.cpp 180 if (!m_private->hasOneRef())
WebDragData.cpp 236 ASSERT(m_private->hasOneRef());
WebHistoryItem.cpp 296 if (!m_private->hasOneRef())
  /external/webkit/Source/WebCore/workers/
WorkerThread.cpp 145 ASSERT(m_workerContext->hasOneRef());
  /external/webkit/Source/WebCore/xml/
XSLTProcessor.cpp 65 ASSERT(!m_stylesheetRootNode || !m_stylesheet || m_stylesheet->hasOneRef());
  /external/webkit/Source/WebCore/fileapi/
FileStreamProxy.cpp 103 ASSERT(proxy->hasOneRef());
  /external/webkit/Source/WebCore/loader/cache/
CachedImage.cpp 330 bool canDeleteImage = !m_image || (m_image->hasOneRef() && m_image->isBitmapImage());
CachedResource.cpp 557 if (!m_data->hasOneRef())
  /external/webkit/Source/WebCore/loader/icon/
IconDatabase.cpp 488 if (iconRecord && iconRecord->hasOneRef()) {
501 if (iconRecord && iconRecord->hasOneRef())
548 if (icon->hasOneRef()) {
613 if (iconRecord && iconRecord->hasOneRef()) {
627 if (iconRecord && iconRecord->hasOneRef())
    [all...]
  /external/webkit/Source/WebCore/loader/
DocumentThreadableLoader.cpp 55 ASSERT(loader->hasOneRef());

Completed in 2119 milliseconds

1 2