Home
last modified time | relevance | path

Searched defs:adjacentBox (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLineBoxList.cpp363 RootInlineBox* adjacentBox; in dirtyLinesFromChangedChild() local
/external/webkit/Source/WebCore/editing/
Dvisible_units.cpp1407 …for (const InlineBox* adjacentBox = box; adjacentBox; adjacentBox = adjacentBox->prevLeafChild())… in leftWordBoundary() local
1421 …for (const InlineBox* adjacentBox = box; adjacentBox; adjacentBox = adjacentBox->nextLeafChild()) { in rightWordBoundary() local