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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.h 73 enum ConsiderCSSMode {
79 Length intrinsicWidth(ConsiderCSSMode = RespectCSSProperties) const;
80 Length intrinsicHeight(ConsiderCSSMode = RespectCSSProperties) const;
SVGSVGElement.cpp 640 Length SVGSVGElement::intrinsicWidth(ConsiderCSSMode mode) const
654 Length SVGSVGElement::intrinsicHeight(ConsiderCSSMode mode) const

Completed in 178 milliseconds