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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockLineLayout.cpp716 static void deleteLineRange(LineLayoutState& layoutState, RootInlineBox* startLine, RootInlineBox* stopLine = 0) function in namespace:blink
721 // Note: deleteLineRange(firstRootBox()) is not identical to deleteLineBoxTree().
748 deleteLineRange(layoutState, startLine);
1015 deleteLineRange(layoutState, layoutState.endLine());
1868 deleteLineRange(layoutState, originalEndLine, result);

Completed in 41 milliseconds