HomeSort by relevance Sort by last modified time
    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)
47 UseCounter::count(document, UseCounter::SVGForeignObjectElement);
50 DEFINE_NODE_FACTORY(SVGForeignObjectElement)
52 bool SVGForeignObjectElement::isSupportedAttribute(const QualifiedName& attrName)
64 void SVGForeignObjectElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
84 bool SVGForeignObjectElement::isPresentationAttribute(const QualifiedName& name) const
91 void SVGForeignObjectElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
108 void SVGForeignObjectElement::svgAttributeChanged(const QualifiedName& attrName
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
UseCounter.h 324 SVGForeignObjectElement = 325,

Completed in 286 milliseconds