OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGTransformable
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGTransformable.h
36
class
SVGTransformable
: virtual public SVGLocatable {
43
virtual ~
SVGTransformable
();
SVGTransformable.cpp
25
#include "
SVGTransformable
.h"
93
SVGTransformable
::~
SVGTransformable
()
97
bool
SVGTransformable
::parseTransformValue(unsigned type, const UChar*& ptr, const UChar* end, SVGTransform& transform)
173
bool
SVGTransformable
::parseTransformAttribute(SVGTransformList& list, const AtomicString& transform)
179
bool
SVGTransformable
::parseTransformAttribute(SVGTransformList& list, const UChar*& currTransform, const UChar* end, TransformParsingMode mode)
209
bool
SVGTransformable
::isKnownAttribute(const QualifiedName& attrName)
Completed in 313 milliseconds