Home
last modified time | relevance | path

Searched refs:createBoolean (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedBoolean.cpp35 OwnPtr<SVGAnimatedType> animtedType = SVGAnimatedType::createBoolean(new bool); in constructFromString()
42 … return SVGAnimatedType::createBoolean(constructFromBaseValue<SVGAnimatedBoolean>(animatedTypes)); in startAnimValAnimation()
DSVGAnimatedType.h44 static PassOwnPtr<SVGAnimatedType> createBoolean(bool*);
DSVGAnimatedType.cpp102 PassOwnPtr<SVGAnimatedType> SVGAnimatedType::createBoolean(bool* boolean) in createBoolean() function in WebCore::SVGAnimatedType
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DCryptoResultImpl.cpp69 m_promiseResolver->resolve(ScriptValue::createBoolean(b)); in completeWithBoolean()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptValue.h82 static ScriptValue createBoolean(bool b) in createBoolean() function