OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:constructDeletedValue
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDataCache.h
65
static void
constructDeletedValue
(FontPlatformData& slot)
GenericFontFamilySettings.h
84
static void
constructDeletedValue
(int& slot) { slot = -3; }
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
IntSizeHash.h
42
static void
constructDeletedValue
(WebCore::IntSize& slot) { new (NotNull, &slot) WebCore::IntSize(-1, -1); }
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
SkSizeHash.h
50
static void
constructDeletedValue
(SkSize& slot)
74
static void
constructDeletedValue
(SkISize& slot)
/external/chromium_org/third_party/WebKit/Source/wtf/text/
AtomicStringHash.h
60
static void
constructDeletedValue
(WTF::AtomicString& slot) { new (NotNull, &slot) WTF::AtomicString(HashTableDeletedValue); }
/external/chromium_org/third_party/WebKit/Source/wtf/
HashTraits.h
67
static void
constructDeletedValue
(T& slot) { slot = static_cast<T>(-1); }
101
static void
constructDeletedValue
(T& slot) { slot = -std::numeric_limits<T>::infinity(); }
113
static void
constructDeletedValue
(T& slot) { slot = std::numeric_limits<T>::max() - 1; }
120
static void
constructDeletedValue
(P*& slot) { slot = reinterpret_cast<P*>(-1); }
126
static void
constructDeletedValue
(T& slot) { new (NotNull, &slot) T(HashTableDeletedValue); }
195
static void
constructDeletedValue
(TraitType& slot) { FirstTraits::
constructDeletedValue
(slot.first); }
241
static void
constructDeletedValue
(TraitType& slot) { KeyTraits::
constructDeletedValue
(slot.key); }
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
npruntime.cpp
127
static void
constructDeletedValue
(StringKey& slot)
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
FormController.cpp
169
static void
constructDeletedValue
(FormElementKey& slot) { new (NotNull, &slot) FormElementKey(WTF::HashTableDeletedValue); }
Completed in 161 milliseconds