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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGText.cpp 67 ASSERT(m_layoutAttributes.isEmpty());
165 ASSERT(m_layoutAttributes.isEmpty());
192 ASSERT(m_layoutAttributes.isEmpty());
196 // Compare m_layoutAttributes with newLayoutAttributes to figure out which attribute got added.
201 if (m_layoutAttributes.find(attributes) == notFound) {
202 // Every time this is invoked, there's only a single new entry in the newLayoutAttributes list, compared to the old in m_layoutAttributes.
219 // Verify that m_layoutAttributes only differs by a maximum of one entry.
221 ASSERT(m_layoutAttributes.find(newLayoutAttributes[i]) != notFound || newLayoutAttributes[i] == attributes);
224 m_layoutAttributes = newLayoutAttributes;
241 m_layoutAttributes.clear()
    [all...]
RenderSVGInlineText.h 37 SVGTextLayoutAttributes* layoutAttributes() { return &m_layoutAttributes; }
65 SVGTextLayoutAttributes m_layoutAttributes;
SVGTextLayoutEngine.h 52 Vector<SVGTextLayoutAttributes*>& layoutAttributes() { return m_layoutAttributes; }
80 Vector<SVGTextLayoutAttributes*>& m_layoutAttributes;
RenderSVGText.h 51 Vector<SVGTextLayoutAttributes*>& layoutAttributes() { return m_layoutAttributes; }
101 Vector<SVGTextLayoutAttributes*> m_layoutAttributes;
RenderSVGInlineText.cpp 65 , m_layoutAttributes(this)
151 const SVGCharacterDataMap::const_iterator it = m_layoutAttributes.characterDataMap().find(static_cast<unsigned>(position + 1));
152 if (it == m_layoutAttributes.characterDataMap().end())
SVGTextLayoutEngine.cpp 38 : m_layoutAttributes(layoutAttributes)
55 ASSERT(!m_layoutAttributes.isEmpty());
336 if (m_layoutAttributesPosition == m_layoutAttributes.size())
339 logicalAttributes = m_layoutAttributes[m_layoutAttributesPosition];
346 if (m_layoutAttributesPosition == m_layoutAttributes.size())
349 logicalAttributes = m_layoutAttributes[m_layoutAttributesPosition];

Completed in 460 milliseconds