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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGText.cpp 130 static inline bool findPreviousAndNextAttributes(RenderObject* start, RenderSVGInlineText* locateElement, bool& stopAfterNext, SVGTextLayoutAttributes*& previous, SVGTextLayoutAttributes*& next)
139 if (stopAfterNext) {
148 stopAfterNext = true;
155 if (findPreviousAndNextAttributes(child, locateElement, stopAfterNext, previous, next))
203 bool stopAfterNext = false;
207 findPreviousAndNextAttributes(this, attributes->context(), stopAfterNext, previous, next);
263 bool stopAfterNext = false;
267 findPreviousAndNextAttributes(this, text, stopAfterNext, previous, next);

Completed in 4787 milliseconds