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

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSValuePool.cpp85 PassRefPtr<CSSPrimitiveValue> CSSValuePool::createValue(double value, CSSPrimitiveValue::UnitTypes type) function in class:WebCore::CSSValuePool
H A DCSSValuePool.h52 PassRefPtr<CSSPrimitiveValue> createValue(const String& value, CSSPrimitiveValue::UnitTypes type) { return CSSPrimitiveValue::create(value, type); } function in class:WebCore::CSSValuePool
53 template<typename T> static PassRefPtr<CSSPrimitiveValue> createValue(T value) { return CSSPrimitiveValue::create(value); } function in class:WebCore::CSSValuePool
/macosx-10.9.5/Security-55471.14.18/include/security_filedb/
H A DMetaAttribute.h92 DbValue *createValue(const CSSM_DATA &data) const function in class:Security::TypedMetaAttribute
97 DbValue *createValue(const ReadSection &rs, uint32 &offset) const function in class:Security::TypedMetaAttribute
/macosx-10.9.5/Security-55471.14.18/libsecurity_filedb/lib/
H A DMetaAttribute.h92 DbValue *createValue(const CSSM_DATA &data) const function in class:Security::TypedMetaAttribute
97 DbValue *createValue(const ReadSection &rs, uint32 &offset) const function in class:Security::TypedMetaAttribute

Completed in 135 milliseconds