Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DGenericFontFamilySettings.h85 static void constructDeletedValue(int& slot, bool) { slot = -3; } in constructDeletedValue() function
DFontDataCache.h65 static void constructDeletedValue(FontPlatformData& slot, bool) in constructDeletedValue() function
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
Dnpruntime.cpp127 static void constructDeletedValue(StringKey& slot, bool) in constructDeletedValue() function
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DFormController.cpp169 …static void constructDeletedValue(FormElementKey& slot, bool) { new (NotNull, &slot) FormElementKe… in constructDeletedValue() function
/external/chromium_org/third_party/WebKit/Source/wtf/
DLinkedHashSet.h311 …static void constructDeletedValue(Node& slot, bool) { slot.m_next = reinterpret_cast<Node*>(delete… in constructDeletedValue() function
/external/chromium_org/third_party/WebKit/Source/platform/heap/
DHeapTest.cpp162 …static void constructDeletedValue(blink::ThreadMarker& slot, bool) { new (NotNull, &slot) blink::T… in constructDeletedValue() function
185 …static void constructDeletedValue(blink::PairWithWeakHandling& slot, bool) { new (NotNull, &slot) … in constructDeletedValue() function
5241 …static void constructDeletedValue(T& slot, bool) { slot = T(AllocatesOnAssignment::DeletedValue); } in constructDeletedValue() function