Home
last modified time | relevance | path

Searched defs:isDeletedValue (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DGenericFontFamilySettings.h86 static bool isDeletedValue(int value) { return value == -3; } in isDeletedValue() function
DFontDataCache.h69 static bool isDeletedValue(const FontPlatformData& value) in isDeletedValue() function
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
Dnpruntime.cpp132 static bool isDeletedValue(const StringKey& value) in isDeletedValue() function
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DFormController.cpp170 …static bool isDeletedValue(const FormElementKey& value) { return value.isHashTableDeletedValue(); } in isDeletedValue() function
/external/chromium_org/third_party/WebKit/Source/wtf/
DLinkedHashSet.h315 …static bool isDeletedValue(const Node& slot) { return slot.m_next == reinterpret_cast<Node*>(delet… in isDeletedValue() function
/external/chromium_org/third_party/WebKit/Source/platform/heap/
DHeapTest.cpp165 …static bool isDeletedValue(const WebCore::ThreadMarker& slot) { return slot.isHashTableDeletedValu… in isDeletedValue() function
188 …static bool isDeletedValue(const WebCore::PairWithWeakHandling& value) { return value.isHashTableD… in isDeletedValue() function