Home
last modified time | relevance | path

Searched defs:createValue (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSValuePool.h54 …PassRefPtr<CSSPrimitiveValue> createValue(const String& value, CSSPrimitiveValue::UnitTypes type) … in createValue() function
56 …PassRefPtr<CSSPrimitiveValue> createValue(const Length& value, float zoom) { return CSSPrimitiveVa… in createValue() function
57 …template<typename T> static PassRefPtr<CSSPrimitiveValue> createValue(T value) { return CSSPrimiti… in createValue() function
DCSSValuePool.cpp89 PassRefPtr<CSSPrimitiveValue> CSSValuePool::createValue(double value, CSSPrimitiveValue::UnitTypes … in createValue() function in WebCore::CSSValuePool
118 PassRefPtr<CSSPrimitiveValue> CSSValuePool::createValue(const Length& value, const RenderStyle& sty… in createValue() function in WebCore::CSSValuePool
/external/proguard/src/proguard/evaluation/value/
DValueFactory.java49 public Value createValue(String type, Clazz referencedClass, boolean mayBeNull) in createValue() method in ValueFactory