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

/external/webkit/WebCore/rendering/
H A DRenderBlockLineLayout.cpp1420 bool appliedStartWidth = resolver.position().pos > 0; local
1619 appliedStartWidth = false;
1638 int wrapW = tmpW + inlineWidth(o, !appliedStartWidth, true);
1738 if (!appliedStartWidth) {
1740 appliedStartWidth = true;
1875 tmpW += inlineWidth(o, !appliedStartWidth, true);

Completed in 40 milliseconds