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

/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSValuePool.cpp90 PassRef<CSSPrimitiveValue> CSSValuePool::createValue(double value, CSSPrimitiveValue::UnitTypes type) function in class:WebCore::CSSValuePool
H A DCSSValuePool.h55 PassRef<CSSPrimitiveValue> createValue(const String& value, CSSPrimitiveValue::UnitTypes type) { return CSSPrimitiveValue::create(value, type); } function in class:WebCore::CSSValuePool
56 PassRef<CSSPrimitiveValue> createValue(const Length& value, const RenderStyle* style) { return CSSPrimitiveValue::create(value, style); } function in class:WebCore::CSSValuePool
57 PassRef<CSSPrimitiveValue> createValue(const LengthSize& value, const RenderStyle* style) { return CSSPrimitiveValue::create(value, style); } function in class:WebCore::CSSValuePool
58 template<typename T> static PassRef<CSSPrimitiveValue> createValue(T value) { return CSSPrimitiveValue::create(value); } function in class:WebCore::CSSValuePool
/macosx-10.10/Security-57031.1.35/Security/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.10/Security-57031.1.35/Security/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 133 milliseconds