HomeSort by relevance Sort by last modified time
    Searched refs:emptyValue (Results 1 - 25 of 29) sorted by null

1 2

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutAttributes.cpp 47 xValues.fill(SVGTextLayoutAttributes::emptyValue(), length);
48 yValues.fill(SVGTextLayoutAttributes::emptyValue(), length);
49 dxValues.fill(SVGTextLayoutAttributes::emptyValue(), length);
50 dyValues.fill(SVGTextLayoutAttributes::emptyValue(), length);
51 rotateValues.fill(SVGTextLayoutAttributes::emptyValue(), length);
56 xValues.append(SVGTextLayoutAttributes::emptyValue());
57 yValues.append(SVGTextLayoutAttributes::emptyValue());
58 dxValues.append(SVGTextLayoutAttributes::emptyValue());
59 dyValues.append(SVGTextLayoutAttributes::emptyValue());
60 rotateValues.append(SVGTextLayoutAttributes::emptyValue());
    [all...]
SVGTextLayoutAttributes.h 51 static float emptyValue();
SVGTextLayoutEngine.cpp 64 if (x == SVGTextLayoutAttributes::emptyValue())
67 if (y == SVGTextLayoutAttributes::emptyValue())
95 if (dxCurrent != SVGTextLayoutAttributes::emptyValue())
102 if (dyCurrent != SVGTextLayoutAttributes::emptyValue())
500 if (newAngle != SVGTextLayoutAttributes::emptyValue())
530 if (y != SVGTextLayoutAttributes::emptyValue())
541 if (x != SVGTextLayoutAttributes::emptyValue())
RenderSVGInlineText.cpp 155 return m_attributes.xValues().at(position) != SVGTextLayoutAttributes::emptyValue()
156 || m_attributes.yValues().at(position) != SVGTextLayoutAttributes::emptyValue();
SVGTextLayoutAttributesBuilder.cpp 160 // Fill the lists with the special emptyValue marker.
169 if (xFirst == SVGTextLayoutAttributes::emptyValue())
173 if (yFirst == SVGTextLayoutAttributes::emptyValue())
  /external/webkit/Source/JavaScriptCore/wtf/
HashTraits.h 55 static T emptyValue() { return T(); }
62 static T emptyValue() { return std::numeric_limits<T>::infinity(); }
74 static T emptyValue() { return std::numeric_limits<T>::max(); }
104 static TraitType emptyValue() { return make_pair(FirstTraits::emptyValue(), SecondTraits::emptyValue()); }
RefPtrHashMap.h 266 return MappedTraits::emptyValue();
276 return MappedTraits::emptyValue();
321 return MappedTraits::emptyValue();
334 return MappedTraits::emptyValue();
HashMap.h 279 return MappedTraits::emptyValue();
311 return MappedTraits::emptyValue();
HashTable.h 341 static bool isEmptyBucket(const ValueType& value) { return Extractor::extract(value) == KeyTraits::emptyValue(); }
387 static void initializeBucket(ValueType& bucket) { new (&bucket) ValueType(Traits::emptyValue()); }
467 ASSERT(!HashTranslator::equal(KeyTraits::emptyValue(), key));
468 ValueType deletedValue = Traits::emptyValue();
472 new (&deletedValue) ValueType(Traits::emptyValue());
    [all...]
  /external/webkit/Source/WebCore/css/
CSSPropertySourceData.cpp 86 DEFINE_STATIC_LOCAL(String, emptyValue, ("e"));
88 if (!name && value == emptyValue)
  /external/webkit/Source/WebCore/platform/graphics/
IntPointHash.h 37 static WebCore::IntPoint emptyValue() { return WebCore::IntPoint(0, std::numeric_limits<int>::min()); }
FontCache.cpp 233 static const FontPlatformData& emptyValue()
  /external/webkit/Source/JavaScriptCore/runtime/
StructureTransitionTable.h 64 static TraitType emptyValue() { return std::make_pair(FirstTraits::emptyValue(), SecondTraits::emptyValue()); }
SymbolTable.h 117 static SymbolTableEntry emptyValue() { return SymbolTableEntry(); }
WeakGCMap.h 162 return HashTraits<ExternalType>::emptyValue();
JSValue.h 372 static EncodedJSValue emptyValue() { return JSValue::encode(JSValue()); }
  /external/webkit/Source/WebCore/dom/
QualifiedName.h 146 static WebCore::QualifiedName emptyValue() { return WebCore::QualifiedName(nullAtom, nullAtom, nullAtom); }
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerTilerChromium.h 148 static TileMapKey emptyValue() { return std::make_pair(-1, -1); }
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFA.java 364 Integer emptyValue = Utils.integer(-1);
368 I = emptyValue;
375 v = emptyValue;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontPlatformData.cpp 164 static const FixedSizeFontDataKey& emptyValue()
  /external/webkit/Source/WebKit2/UIProcess/
WebProcessProxy.cpp 52 return key != HashTraits<typename HashMap::KeyType>::emptyValue() && !HashTraits<typename HashMap::KeyType>::isDeletedValue(key);
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.h 417 static int emptyValue() { return std::numeric_limits<int>::max(); }
BytecodeGenerator.cpp     [all...]
  /external/webkit/Source/WebCore/bindings/js/
SerializedScriptValue.cpp     [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm 121 if (objectID == HashTraits<uint32_t>::emptyValue() || HashTraits<uint32_t>::isDeletedValue(objectID))
186 if (objectID == HashTraits<uint32_t>::emptyValue() || HashTraits<uint32_t>::isDeletedValue(objectID)) {
    [all...]

Completed in 982 milliseconds

1 2