OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createBoolean
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedBoolean.cpp
35
OwnPtr<SVGAnimatedType> animtedType = SVGAnimatedType::
createBoolean
(new bool);
42
return SVGAnimatedType::
createBoolean
(constructFromBaseValue<SVGAnimatedBoolean>(animatedTypes));
SVGAnimatedType.h
44
static PassOwnPtr<SVGAnimatedType>
createBoolean
(bool*);
SVGAnimatedType.cpp
102
PassOwnPtr<SVGAnimatedType> SVGAnimatedType::
createBoolean
(bool* boolean)
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
CryptoResultImpl.cpp
69
m_promiseResolver->resolve(ScriptValue::
createBoolean
(b));
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptValue.h
82
static ScriptValue
createBoolean
(bool b)
Completed in 46 milliseconds