OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGFEImageElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/svg/
SVGFEImageElement.h
36
class
SVGFEImageElement
: public SVGFilterPrimitiveStandardAttributes,
42
SVGFEImageElement
(const QualifiedName&, Document*);
43
virtual ~
SVGFEImageElement
();
55
DECLARE_ANIMATED_PROPERTY(
SVGFEImageElement
, SVGNames::preserveAspectRatioAttr, SVGPreserveAspectRatio, PreserveAspectRatio, preserveAspectRatio)
58
DECLARE_ANIMATED_PROPERTY(
SVGFEImageElement
, XLinkNames::hrefAttr, String, Href, href)
61
DECLARE_ANIMATED_PROPERTY(
SVGFEImageElement
, SVGNames::externalResourcesRequiredAttr, bool, ExternalResourcesRequired, externalResourcesRequired)
SVGFEImageElement.cpp
25
#include "
SVGFEImageElement
.h"
40
SVGFEImageElement
::
SVGFEImageElement
(const QualifiedName& tagName, Document* doc)
48
SVGFEImageElement
::~
SVGFEImageElement
()
54
void
SVGFEImageElement
::requestImageResource()
71
void
SVGFEImageElement
::parseMappedAttribute(MappedAttribute* attr)
90
void
SVGFEImageElement
::synchronizeProperty(const QualifiedName& attrName)
109
void
SVGFEImageElement
::notifyFinished(CachedResource*)
114
bool
SVGFEImageElement
::build(SVGResourceFilter* filterResource
[
all
...]
Completed in 12 milliseconds