Searched defs:constructDeletedValue (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | GenericFontFamilySettings.h | 85 static void constructDeletedValue(int& slot, bool) { slot = -3; } in constructDeletedValue() function
|
D | FontDataCache.h | 65 static void constructDeletedValue(FontPlatformData& slot, bool) in constructDeletedValue() function
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | npruntime.cpp | 127 static void constructDeletedValue(StringKey& slot, bool) in constructDeletedValue() function
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
D | FormController.cpp | 169 …static void constructDeletedValue(FormElementKey& slot, bool) { new (NotNull, &slot) FormElementKe… in constructDeletedValue() function
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | LinkedHashSet.h | 311 …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/ |
D | HeapTest.cpp | 162 …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
|