OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JSSVGStaticPODTypeWrapper
(Results
1 - 3
of
3
) sorted by null
/external/webkit/WebCore/bindings/js/
JSSVGMatrixCustom.cpp
48
return toJS(exec, globalObject(),
JSSVGStaticPODTypeWrapper
<AffineTransform>::create(m1.multLeft(m2)).get(), context);
56
JSValue result = toJS(exec, globalObject(),
JSSVGStaticPODTypeWrapper
<AffineTransform>::create(imp.inverse()).get(), context);
72
JSValue result = toJS(exec, globalObject(),
JSSVGStaticPODTypeWrapper
<AffineTransform>::create(imp.rotateFromVector(x, y)).get(), context);
JSSVGPODTypeWrapper.h
125
class
JSSVGStaticPODTypeWrapper
: public JSSVGPODTypeWrapper<PODType> {
127
static PassRefPtr<
JSSVGStaticPODTypeWrapper
> create(PODType type)
129
return adoptRef(new
JSSVGStaticPODTypeWrapper
(type));
143
JSSVGStaticPODTypeWrapper
(PODType type)
152
class JSSVGStaticPODTypeWrapperWithPODTypeParent : public
JSSVGStaticPODTypeWrapper
<PODType> {
163
JSSVGStaticPODTypeWrapper
<PODType>::commitChange(type, wrapper);
169
:
JSSVGStaticPODTypeWrapper
<PODType>(type)
JSSVGPODListCustom.h
88
JSSVGStaticPODTypeWrapper
<PODType>::create(*item).get(), 0 /* no context on purpose */);
Completed in 24 milliseconds