HomeSort by relevance Sort by last modified time
    Searched full:hasrelativelengths (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.h 55 bool hasRelativeLengths() const { return !m_elementsWithRelativeLengths.isEmpty(); }
168 void updateRelativeLengthsInformation(bool hasRelativeLengths, SVGElement*);
SVGElement.cpp 88 ASSERT(inDocument() || !hasRelativeLengths());
358 if (wasInDocument && hasRelativeLengths()) {
483 bool hadRelativeLengths = currentElement->hasRelativeLengths();
490 if (hadRelativeLengths == currentElement->hasRelativeLengths())
494 clientHasRelativeLengths = clientElement->hasRelativeLengths();
500 if (clientElement->hasRelativeLengths())
    [all...]
SVGUseElement.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGViewportContainer.cpp 48 m_isLayoutSizeChanged = toSVGSVGElement(element())->hasRelativeLengths() && selfNeedsLayout();
RenderSVGRoot.cpp 215 m_isLayoutSizeChanged = needsLayout || (svg->hasRelativeLengths() && oldSize != size());
SVGRenderSupport.cpp 229 if (element->hasRelativeLengths()) {
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
SVGFEImage.cpp 121 if (contextNode->hasRelativeLengths()) {

Completed in 648 milliseconds