OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JSSVGPODTypeWrapper
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/bindings/js/
JSSVGLengthCustom.cpp
31
JSSVGPODTypeWrapper
<SVGLength>* imp = impl();
40
JSSVGPODTypeWrapper
<SVGLength>* imp = impl();
JSSVGPODTypeWrapper.h
40
class
JSSVGPODTypeWrapper
: public RefCounted<
JSSVGPODTypeWrapper
<PODType> > {
42
virtual ~
JSSVGPODTypeWrapper
() { }
59
// Those custom wrappers are called
JSSVGPODTypeWrapper
and are capable of updating the POD types
61
// which exposed a SVG POD type. For example, the
JSSVGPODTypeWrapper
object wrapping a SVGMatrix
77
class JSSVGDynamicPODTypeWrapper : public
JSSVGPODTypeWrapper
<PODType> {
125
class JSSVGStaticPODTypeWrapper : public
JSSVGPODTypeWrapper
<PODType> {
154
typedef
JSSVGPODTypeWrapper
<ParentTypeArg> ParentType;
184
class JSSVGStaticPODTypeWrapperWithParent : public
JSSVGPODTypeWrapper
<PODType> {
227
class JSSVGPODTypeWrapperCreatorForList : public
JSSVGPODTypeWrapper
<PODType>
[
all
...]
Completed in 21 milliseconds