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

12

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DFontPlatformData.h44 , isDeletedValue(false)
50 , isDeletedValue(false)
66 , isDeletedValue(false)
70 : isDeletedValue(true)
77 bool isDeletedValue : 1;
92 m_data->isDeletedValue = true;
99 return m_data && m_data->isDeletedValue;
H A DFontPlatformDataQt.cpp104 if (!m_data || !other.m_data || m_data->isDeletedValue || other.m_data->isDeletedValue)
118 if (m_data->isDeletedValue)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DIntPointHash.h40 static bool isDeletedValue(const WebCore::IntPoint& slot) { return slot == WebCore::IntPoint(std::numeric_limits<int>::min(), 0); } function in struct:WTF::HashTraits
H A DIntSizeHash.h40 static bool isDeletedValue(const WebCore::IntSize& value) { return value.width() == -1 && value.height() == -1; } function in struct:WTF::HashTraits
H A DFontGenericFamilies.h41 static bool isDeletedValue(int value) { return value == -3; } function in struct:WebCore::UScriptCodeHashTraits
H A DIntRectHash.h54 static bool isDeletedValue(const WebCore::IntRect& value) { return value.x() == -1 && value.y() == -1 && value.width() == -1 && value.height() == -1; } function in struct:WTF::HashTraits
H A DFontCache.cpp278 static bool isDeletedValue(const FontPlatformData& value) function in struct:WebCore::FontDataCacheKeyTraits
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DTileIndexHash.h47 static bool isDeletedValue(const TileIndex& value) function in struct:WTF::HashTraits
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DSubimageCacheWithTimer.h63 static bool isDeletedValue(const SubimageCacheEntry& value) { return ImageTraits::isDeletedValue(value.image); } function in struct:WebCore::SubimageCacheWithTimer::SubimageCacheEntryTraits
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebKitCOMAPI.cpp46 static bool isDeletedValue(const CLSID& value) { return value == CLSID_NULL; } function in struct:CLSIDHashTraits
/macosx-10.9.5/WebKit2-7537.78.2/Platform/CoreIPC/
H A DStringReference.h96 static bool isDeletedValue(const CoreIPC::StringReference& stringReference) { return stringReference.size() == std::numeric_limits<size_t>::max(); } function in struct:WTF::HashTraits
/macosx-10.9.5/WebKit-7537.78.2/mac/History/
H A DBinaryPropertyList.cpp57 bool isDeletedValue() const { return m_size == deletedValueSize(); } function in class:IntegerArray
59 const int* integers() const { ASSERT(!isDeletedValue()); return m_integers; }
60 size_t size() const { ASSERT(!isDeletedValue()); return m_size; }
79 static bool isDeletedValue(const IntegerArray& array) { return array.isDeletedValue(); } function in struct:IntegerArrayHashTraits
95 if (a.isDeletedValue() || b.isDeletedValue())
96 return a.isDeletedValue() == b.isDeletedValue();
/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DCallIdentifier.h92 static bool isDeletedValue(const JSC::CallIdentifier& value) function in struct:WTF::HashTraits
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DRegExpKey.h109 static bool isDeletedValue(const JSC::RegExpKey& value) { return value.flagsValue == JSC::DeletedValueFlags; } function in struct:WTF::HashTraits
H A DJSCJSValue.h402 static bool isDeletedValue(EncodedJSValue value) { return value == JSValue::encode(JSValue(JSValue::HashTableDeletedValue)); } function in struct:JSC::EncodedJSValueHashTraits
407 static bool isDeletedValue(EncodedJSValue value) { return value == JSValue::encode(JSValue(JSValue::HashTableDeletedValue)); } function in struct:JSC::EncodedJSValueHashTraits
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerTileIndex.h85 static bool isDeletedValue(const WebCore::TileIndex& value) function in struct:WTF::HashTraits
H A DTextureCacheCompositingThread.h131 static bool isDeletedValue(const Color& value) { return !value.isValid() && value.rgb() == Color::white; } function in struct:WebCore::TextureCacheCompositingThread::ColorHashTraits
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DLazyOperandValueProfile.h120 static bool isDeletedValue(const JSC::LazyOperandValueProfileKey& value) { return value.isHashTableDeletedValue(); } function in struct:WTF::HashTraits
/macosx-10.9.5/WebCore-7537.78.1/accessibility/win/
H A DAXObjectCacheWin.cpp160 } while (objID == 0 || HashTraits<AXID>::isDeletedValue(objID) || m_idsInUse.contains(objID));
/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAXObjectCache.cpp191 ASSERT(!HashTraits<AXID>::isDeletedValue(axID));
204 ASSERT(!HashTraits<AXID>::isDeletedValue(axID));
217 ASSERT(!HashTraits<AXID>::isDeletedValue(renderID));
220 ASSERT(!HashTraits<AXID>::isDeletedValue(nodeID));
553 } while (!objID || HashTraits<AXID>::isDeletedValue(objID) || m_idsInUse.contains(objID));
586 ASSERT(!HashTraits<AXID>::isDeletedValue(objID));
/macosx-10.9.5/WebCore-7537.78.1/css/
H A Dmakeprop.pl248 static bool isDeletedValue(WebCore::CSSPropertyID value) { return value == (WebCore::lastCSSProperty + 1); }
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DCOMPtr.h224 static bool isDeletedValue(const COMPtr<P>& value) { return value.isHashTableDeletedValue(); } function in struct:WTF::HashTraits
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DFontPlatformData.cpp168 static bool isDeletedValue(const FixedSizeFontDataKey& value) function in struct:WebCore::FixedSizeFontDataKeyTraits
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DFormController.cpp168 static bool isDeletedValue(const FormElementKey& value) { return value.isHashTableDeletedValue(); } function in struct:WebCore::FormElementKeyHashTraits
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.mm123 if (objectID == HashTraits<uint32_t>::emptyValue() || HashTraits<uint32_t>::isDeletedValue(objectID))
188 if (objectID == HashTraits<uint32_t>::emptyValue() || HashTraits<uint32_t>::isDeletedValue(objectID)) {

Completed in 171 milliseconds

12