OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGForeignObjectElement
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGForeignObjectElement.cpp
22
#include "core/svg/
SVGForeignObjectElement
.h"
33
inline
SVGForeignObjectElement
::
SVGForeignObjectElement
(Document& document)
45
UseCounter::count(document, UseCounter::
SVGForeignObjectElement
);
48
DEFINE_NODE_FACTORY(
SVGForeignObjectElement
)
50
bool
SVGForeignObjectElement
::isSupportedAttribute(const QualifiedName& attrName)
62
void
SVGForeignObjectElement
::parseAttribute(const QualifiedName& name, const AtomicString& value)
67
bool
SVGForeignObjectElement
::isPresentationAttribute(const QualifiedName& name) const
74
void
SVGForeignObjectElement
::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
91
void
SVGForeignObjectElement
::svgAttributeChanged(const QualifiedName& attrName
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
UseCounter.h
315
SVGForeignObjectElement
= 325,
Completed in 72 milliseconds