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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGInlineText.h 37 SVGTextLayoutAttributes* layoutAttributes() { return &m_layoutAttributes; }
65 SVGTextLayoutAttributes m_layoutAttributes;
RenderSVGText.h 51 Vector<SVGTextLayoutAttributes*>& layoutAttributes() { return m_layoutAttributes; }
101 Vector<SVGTextLayoutAttributes*> m_layoutAttributes;
SVGTextLayoutEngine.h 52 Vector<SVGTextLayoutAttributes*>& layoutAttributes() { return m_layoutAttributes; }
80 Vector<SVGTextLayoutAttributes*>& m_layoutAttributes;

Completed in 34 milliseconds