Home
last modified time | relevance | path

Searched refs:firstAttributes (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRootInlineBox.cpp205 static inline void swapItemsInLayoutAttributes(SVGTextLayoutAttributes* firstAttributes, SVGTextLay… in swapItemsInLayoutAttributes() argument
207 …SVGCharacterDataMap::iterator itFirst = firstAttributes->characterDataMap().find(firstPosition + 1… in swapItemsInLayoutAttributes()
209 bool firstPresent = itFirst != firstAttributes->characterDataMap().end(); in swapItemsInLayoutAttributes()
265 SVGTextLayoutAttributes* firstAttributes = 0; in reverseInlineBoxRangeAndValueListsIfNeeded() local
267 …stAndLastAttributesInVector(attributes, &firstContext, &lastContext, firstAttributes, lastAttribut… in reverseInlineBoxRangeAndValueListsIfNeeded()
268 …swapItemsInLayoutAttributes(firstAttributes, lastAttributes, firstTextBox->start(), lastTextBox->s… in reverseInlineBoxRangeAndValueListsIfNeeded()