Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DInlineTextBox.h98 void setSpaceAdd(int add) { m_width -= m_toAdd; m_toAdd = add; m_width += m_toAdd; } in setSpaceAdd() function
DRenderBlockLineLayout.cpp472 static_cast<InlineTextBox*>(r->m_box)->setSpaceAdd(spaceAdd); in computeHorizontalPositionsForLine()