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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DRenderedPosition.cpp101 m_prevLeafChild = m_inlineBox->prevLeafChildIgnoringLineBreak();
138 InlineBox* prev = box->prevLeafChildIgnoringLineBreak();
H A DVisiblePosition.cpp164 InlineBox* prevBox = box->prevLeafChildIgnoringLineBreak();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineBox.cpp277 InlineBox* InlineBox::prevLeafChildIgnoringLineBreak() const function in class:WebCore::InlineBox
H A DInlineBox.h174 InlineBox* prevLeafChildIgnoringLineBreak() const;
H A DRenderText.cpp508 if (!box->prevLeafChildIgnoringLineBreak() && pointLineDirection < box->logicalLeft())
553 const InlineBox* prevBox = box->prevLeafChildIgnoringLineBreak();
563 prevBox = leftmostBox->prevLeafChildIgnoringLineBreak();
605 prevBox = leftmostBox->prevLeafChildIgnoringLineBreak();
H A DRootInlineBox.cpp623 lastLeaf = lastLeaf->prevLeafChildIgnoringLineBreak();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPosition.cpp1260 InlineBox* prevBox = inlineBox->prevLeafChildIgnoringLineBreak();
1271 while (InlineBox* tertiaryBox = inlineBox->prevLeafChildIgnoringLineBreak()) {
1282 while (InlineBox* prevBox = inlineBox->prevLeafChildIgnoringLineBreak()) {

Completed in 185 milliseconds