Searched defs:createValue (Results 1 – 3 of 3) sorted by relevance
54 …PassRefPtr<CSSPrimitiveValue> createValue(const String& value, CSSPrimitiveValue::UnitTypes type) … in createValue() function56 …PassRefPtr<CSSPrimitiveValue> createValue(const Length& value, float zoom) { return CSSPrimitiveVa… in createValue() function57 …template<typename T> static PassRefPtr<CSSPrimitiveValue> createValue(T value) { return CSSPrimiti… in createValue() function
89 PassRefPtr<CSSPrimitiveValue> CSSValuePool::createValue(double value, CSSPrimitiveValue::UnitTypes … in createValue() function in WebCore::CSSValuePool118 PassRefPtr<CSSPrimitiveValue> CSSValuePool::createValue(const Length& value, const RenderStyle& sty… in createValue() function in WebCore::CSSValuePool
49 public Value createValue(String type, Clazz referencedClass, boolean mayBeNull) in createValue() method in ValueFactory