HomeSort by relevance Sort by last modified time
    Searched refs:lineBreakObj (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLineBoxList.cpp 314 if (adjacentBox && (potentialLineBreakObjects.contains(box->lineBreakObj()) || potentialLineBreakObjects.contains(adjacentBox->lineBreakObj()) || child->isBR() || isIsolated(container->style()->unicodeBidi())))
RootInlineBox.h 87 RenderObject* lineBreakObj() const { return m_lineBreakObj; }
RenderBlockLineLayout.cpp     [all...]
RootInlineBox.cpp 196 for (RootInlineBox* prev = prevRootBox(); prev && prev->lineBreakObj() == &box->renderer(); prev = prev->prevRootBox()) {
537 // When setting lineBreakObj, the RenderObject must not be a RenderInline
541 // later without resetting the lineBreakObj, leading to use-after-free.
    [all...]
RenderText.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.cpp 631 ASSERT(line->lineBreakObj());
632 breakNode = line->lineBreakObj()->node();
    [all...]

Completed in 183 milliseconds