Searched refs:autoWrapWasEverTrueOnLine (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRenderBlockLineLayout.cpp1454 bool autoWrapWasEverTrueOnLine = false; local
1469 autoWrapWasEverTrueOnLine = autoWrapWasEverTrueOnLine || autoWrap;
1904 bool canPlaceOnLine = willFitOnLine || !autoWrapWasEverTrueOnLine;

Completed in 123 milliseconds