OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGElement
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.h
48
class
SVGElement
: public Element {
50
virtual ~
SVGElement
();
79
SVGElement
* viewportElement() const;
98
void svgLoadEventTimerFired(Timer<
SVGElement
>*);
99
virtual Timer<
SVGElement
>* svgLoadEventTimer();
114
SVGElement
* correspondingElement();
115
void setCorrespondingElement(
SVGElement
*);
121
static void synchronizeRequiredFeatures(
SVGElement
* contextElement);
122
static void synchronizeRequiredExtensions(
SVGElement
* contextElement);
123
static void synchronizeSystemLanguage(
SVGElement
* contextElement)
[
all
...]
SVGElement.cpp
26
#include "core/svg/
SVGElement
.h"
54
DEFINE_ANIMATED_STRING(
SVGElement
, HTMLNames::classAttr, ClassName, className)
56
BEGIN_REGISTER_ANIMATED_PROPERTIES(
SVGElement
)
73
SVGElement
::
SVGElement
(const QualifiedName& tagName, Document& document, ConstructionType constructionType)
86
SVGElement
::~
SVGElement
()
92
SVGElement
::cleanupAnimatedProperties()
128
void
SVGElement
::willRecalcStyle(StyleRecalcChange change)
142
void
SVGElement
::buildPendingResourcesIfNeeded(
[
all
...]
Completed in 102 milliseconds