Searched refs:createBoolean (Results 1 – 5 of 5) sorted by relevance
35 OwnPtr<SVGAnimatedType> animtedType = SVGAnimatedType::createBoolean(new bool); in constructFromString()42 … return SVGAnimatedType::createBoolean(constructFromBaseValue<SVGAnimatedBoolean>(animatedTypes)); in startAnimValAnimation()
44 static PassOwnPtr<SVGAnimatedType> createBoolean(bool*);
102 PassOwnPtr<SVGAnimatedType> SVGAnimatedType::createBoolean(bool* boolean) in createBoolean() function in WebCore::SVGAnimatedType
69 m_promiseResolver->resolve(ScriptValue::createBoolean(b)); in completeWithBoolean()
82 static ScriptValue createBoolean(bool b) in createBoolean() function