HomeSort by relevance Sort by last modified time
    Searched refs:InlineBox (Results 26 - 49 of 49) sorted by null

12

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLineBoxList.cpp 282 InlineBox* firstBox = inlineContainer ? inlineContainer->firstLineBoxIncludingCulling() : firstLineBox();
305 InlineBox* wrapper = toRenderBox(curr)->inlineBoxWrapper();
313 InlineBox* lastSiblingBox = toRenderInline(curr)->lastLineBoxIncludingCulling();
RenderText.cpp 522 static PositionWithAffinity createPositionWithAffinityForBox(const InlineBox* box, int offset, ShouldAffinityBeDownstream shouldAffinityBeDownstream)
553 const InlineBox* prevBox = box->prevLeafChildIgnoringLineBreak();
560 const InlineBox* leftmostBox;
570 const InlineBox* rightmostBox;
571 const InlineBox* nextBox = box;
583 const InlineBox* nextBox = box->nextLeafChildIgnoringLineBreak();
591 const InlineBox* rightmostBox;
601 const InlineBox* leftmostBox;
602 const InlineBox* prevBox = box;
652 LayoutRect RenderText::localCaretRect(InlineBox* inlineBox, int caretOffset, LayoutUnit* extraWidthToEndOfLine
    [all...]
RenderInline.cpp 238 LayoutRect RenderInline::localCaretRect(InlineBox* inlineBox, int, LayoutUnit* extraWidthToEndOfLine)
249 ASSERT_UNUSED(inlineBox, !inlineBox);
256 if (InlineBox* firstBox = firstLineBox())
678 if (InlineBox* firstBox = firstLineBoxIncludingCulling())
686 if (InlineBox* firstBox = firstLineBoxIncludingCulling())
    [all...]
RenderBlock.h 362 void showLineTreeAndMark(const InlineBox* = 0, const char* = 0, const InlineBox* = 0, const char* = 0, const RenderObject* = 0) const;
    [all...]
RenderObject.h 53 class InlineBox;
    [all...]
RenderBlockLineLayout.cpp 135 static inline InlineBox* createInlineBoxForRenderer(RenderObject* obj, bool isRootLineBox, bool isOnlyRun = false)
174 InlineFlowBox* RenderBlockFlow::createLineBoxes(RenderObject* obj, const LineInfo& lineInfo, InlineBox* childBox, bool startNewSegment)
202 InlineBox* newBox = createInlineBoxForRenderer(obj, obj == this);
283 InlineBox* box = createInlineBoxForRenderer(r->m_object, false, isOnlyRun);
    [all...]
InlineTextBox.cpp 59 struct SameSizeAsInlineTextBox : public InlineBox {
78 InlineBox::destroy();
87 InlineBox::markDirty(dirty);
    [all...]
RenderListMarker.cpp     [all...]
RenderBlockFlow.h 409 InlineFlowBox* createLineBoxes(RenderObject*, const LineInfo&, InlineBox* childBox, bool startsNewSegment);
RenderReplaced.cpp 524 InlineBox* box = inlineBoxWrapper();
RenderBlock.cpp 230 while (InlineBox* childBox = box->firstChild())
    [all...]
RenderDeprecatedFlexibleBox.cpp     [all...]
RenderBox.cpp     [all...]
RenderObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGInlineText.cpp 107 LayoutRect RenderSVGInlineText::localCaretRect(InlineBox* box, int caretOffset, LayoutUnit*)
RenderSVGText.cpp 476 InlineBox* closestBox = toSVGRootInlineBox(rootBox)->closestLeafChildForPosition(pointInContents);
SVGTextQuery.cpp 90 for (InlineBox* child = flowBox->firstChild(); child; child = child->nextOnLine()) {
  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.cpp 484 InlineBox* startBox = 0;
485 InlineBox* endBox = 0;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_rendering.target.darwin-arm.mk 43 third_party/WebKit/Source/core/rendering/InlineBox.cpp \
webcore_rendering.target.darwin-mips.mk 43 third_party/WebKit/Source/core/rendering/InlineBox.cpp \
webcore_rendering.target.darwin-x86.mk 43 third_party/WebKit/Source/core/rendering/InlineBox.cpp \
webcore_rendering.target.linux-arm.mk 43 third_party/WebKit/Source/core/rendering/InlineBox.cpp \
webcore_rendering.target.linux-mips.mk 43 third_party/WebKit/Source/core/rendering/InlineBox.cpp \
webcore_rendering.target.linux-x86.mk 43 third_party/WebKit/Source/core/rendering/InlineBox.cpp \

Completed in 894 milliseconds

12