HomeSort by relevance Sort by last modified time
    Searched defs:SVGSVGElement (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.cpp 24 #include "core/svg/SVGSVGElement.h"
64 DEFINE_ANIMATED_LENGTH(SVGSVGElement, SVGNames::xAttr, X, x)
65 DEFINE_ANIMATED_LENGTH(SVGSVGElement, SVGNames::yAttr, Y, y)
66 DEFINE_ANIMATED_LENGTH(SVGSVGElement, SVGNames::widthAttr, Width, width)
67 DEFINE_ANIMATED_LENGTH(SVGSVGElement, SVGNames::heightAttr, Height, height)
68 DEFINE_ANIMATED_BOOLEAN(SVGSVGElement, SVGNames::externalResourcesRequiredAttr, ExternalResourcesRequired, externalResourcesRequired)
69 DEFINE_ANIMATED_PRESERVEASPECTRATIO(SVGSVGElement, SVGNames::preserveAspectRatioAttr, PreserveAspectRatio, preserveAspectRatio)
70 DEFINE_ANIMATED_RECT(SVGSVGElement, SVGNames::viewBoxAttr, ViewBox, viewBox)
72 BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGSVGElement)
83 inline SVGSVGElement::SVGSVGElement(Document& doc
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
UseCounter.h 200 SVGSVGElement,

Completed in 234 milliseconds