Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSValuePool.h54 …PassRefPtrWillBeRawPtr<CSSPrimitiveValue> createValue(const String& value, CSSPrimitiveValue::Unit… in createValue() function
56 …PassRefPtrWillBeRawPtr<CSSPrimitiveValue> createValue(const Length& value, float zoom) { return CS… in createValue() function
57 …template<typename T> static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> createValue(T value) { retur… in createValue() function
DCSSValuePool.cpp93 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> CSSValuePool::createValue(double value, CSSPrimitiveValue… in createValue() function in blink::CSSValuePool
123 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> CSSValuePool::createValue(const Length& value, const Rend… in createValue() function in blink::CSSValuePool
/external/proguard/src/proguard/evaluation/value/
DValueFactory.java49 public Value createValue(String type, Clazz referencedClass, boolean mayBeNull) in createValue() method in ValueFactory
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dbraille_util.js349 cvox.BrailleUtil.createValue = function(text, opt_selStart, opt_selEnd, function in cvox.BrailleUtil