OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGTextContentElement
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextContentElement.cpp
22
#include "core/svg/
SVGTextContentElement
.h"
40
const SVGPropertyInfo*
SVGTextContentElement
::textLengthPropertyInfo()
48
&
SVGTextContentElement
::synchronizeTextLength,
49
&
SVGTextContentElement
::lookupOrCreateTextLengthWrapper);
55
DEFINE_ANIMATED_ENUMERATION(
SVGTextContentElement
, SVGNames::lengthAdjustAttr, LengthAdjust, lengthAdjust, SVGLengthAdjustType)
56
DEFINE_ANIMATED_BOOLEAN(
SVGTextContentElement
, SVGNames::externalResourcesRequiredAttr, ExternalResourcesRequired, externalResourcesRequired)
58
BEGIN_REGISTER_ANIMATED_PROPERTIES(
SVGTextContentElement
)
65
SVGTextContentElement
::
SVGTextContentElement
(const QualifiedName& tagName, Document& document)
75
void
SVGTextContentElement
::synchronizeTextLength(SVGElement* contextElement
[
all
...]
SVGTextContentElement.h
69
class
SVGTextContentElement
: public SVGGraphicsElement,
89
static
SVGTextContentElement
* elementFromRenderer(RenderObject*);
98
SVGTextContentElement
(const QualifiedName&, Document&);
119
BEGIN_DECLARE_ANIMATED_PROPERTIES(
SVGTextContentElement
)
130
DEFINE_NODE_TYPE_CASTS_WITH_FUNCTION(
SVGTextContentElement
);
Completed in 28 milliseconds