OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:emptyValue
(Results
1 - 11
of
11
) sorted by null
/external/webkit/JavaScriptCore/wtf/
HashTraits.h
53
static T
emptyValue
() { return T(); }
60
static T
emptyValue
() { return std::numeric_limits<T>::infinity(); }
72
static T
emptyValue
() { return std::numeric_limits<T>::max(); }
99
static TraitType
emptyValue
() { return make_pair(FirstTraits::
emptyValue
(), SecondTraits::
emptyValue
()); }
/external/webkit/JavaScriptCore/runtime/
SymbolTable.h
117
static SymbolTableEntry
emptyValue
() { return SymbolTableEntry(); }
StructureTransitionTable.h
62
static TraitType
emptyValue
() { return std::make_pair(FirstTraits::
emptyValue
(), SecondTraits::
emptyValue
()); }
JSValue.h
260
static EncodedJSValue
emptyValue
() { return JSValue::encode(JSValue()); }
/external/webkit/WebCore/bindings/js/
JSSVGPODTypeWrapper.h
344
static const CacheInfo&
emptyValue
()
/external/webkit/WebCore/dom/
QualifiedName.h
169
static WebCore::QualifiedName
emptyValue
() { return WebCore::QualifiedName(WebCore::nullAtom, WebCore::nullAtom, WebCore::nullAtom); }
/external/webkit/WebCore/bindings/v8/
V8SVGPODTypeWrapper.h
325
static const CacheInfo&
emptyValue
()
/external/webkit/WebCore/platform/graphics/
FontCache.cpp
116
static const FontPlatformDataCacheKey&
emptyValue
()
237
static const FontPlatformData&
emptyValue
()
/external/webkit/WebCore/platform/graphics/wince/
FontPlatformData.cpp
162
static const FixedSizeFontDataKey&
emptyValue
()
/external/webkit/JavaScriptCore/bytecompiler/
BytecodeGenerator.h
393
static int
emptyValue
() { return std::numeric_limits<int>::max(); }
/external/webkit/WebCore/html/
HTMLElement.cpp
87
static int
emptyValue
() { return 1; }
[
all
...]
Completed in 286 milliseconds