Searched refs:InlineBox (Results 26 - 50 of 58) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisibleUnits.cpp135 const InlineBox* firstBox() const { return m_leafBoxes[0]; }
138 const Vector<InlineBox*>& collectBoxes(const RootInlineBox*);
142 Vector<InlineBox*> m_leafBoxes;
188 const Vector<InlineBox*>& CachedLogicallyOrderedLeafBoxes::collectBoxes(const RootInlineBox* root)
210 const InlineBox* startBox = textBox;
251 const InlineBox* startBox = textBox;
355 InlineBox* previouslyVisitedBox = 0;
367 InlineBox* box;
723 InlineBox* startBox;
790 InlineBox* endBo
[all...]
H A DFrameSelection.cpp485 InlineBox* startBox = 0;
486 InlineBox* endBox = 0;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.h61 InlineBox* m_inlineBoxWrapper;
398 void positionLineBox(InlineBox*);
401 virtual InlineBox* createInlineBox();
407 InlineBox* inlineBoxWrapper() const { return m_rareData ? m_rareData->m_inlineBoxWrapper : 0; }
408 void setInlineBoxWrapper(InlineBox*);
500 virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0) OVERRIDE;
772 inline void RenderBox::setInlineBoxWrapper(InlineBox* boxWrapper)
H A DRenderBlock.h254 void showLineTreeAndMark(const InlineBox* = 0, const char* = 0, const InlineBox* = 0, const char* = 0, const RenderObject* = 0) const;
412 virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0) OVERRIDE FINAL;
418 Position positionForBox(InlineBox*, bool start = true) const;
H A DRenderText.cpp508 static PositionWithAffinity createPositionWithAffinityForBox(const InlineBox* box, int offset, ShouldAffinityBeDownstream shouldAffinityBeDownstream)
538 const InlineBox* prevBox = box->prevLeafChildIgnoringLineBreak();
545 const InlineBox* leftmostBox;
555 const InlineBox* rightmostBox;
556 const InlineBox* nextBox = box;
568 const InlineBox* nextBox = box->nextLeafChildIgnoringLineBreak();
576 const InlineBox* rightmostBox;
586 const InlineBox* leftmostBox;
587 const InlineBox* prevBox = box;
637 LayoutRect RenderText::localCaretRect(InlineBox* inlineBo
[all...]
H A DRenderInline.cpp264 LayoutRect RenderInline::localCaretRect(InlineBox* inlineBox, int, LayoutUnit* extraWidthToEndOfLine)
282 if (InlineBox* firstBox = firstLineBox())
707 if (InlineBox* firstBox = firstLineBoxIncludingCulling())
715 if (InlineBox* firstBox = firstLineBoxIncludingCulling())
915 InlineBox* RenderInline::culledInlineFirstLineBox() const
927 InlineBox* result = currInline->firstLineBoxIncludingCulling();
939 InlineBox* RenderInline::culledInlineLastLineBox() const
951 InlineBox* result = currInline->lastLineBoxIncludingCulling();
H A DRenderBlock.cpp277 while (InlineBox* childBox = box->firstChild())
2580 Position RenderBlock::positionForBox(InlineBox *box, bool start) const
2649 InlineBox* closestBox = 0;
2693 InlineBox* box = firstRootBoxWithChildren->firstLeafChild();
2695 if (InlineBox* newBox = box->nextLeafChildIgnoringLineBreak())
2715 InlineBox* logicallyLastBox;
3962 LayoutRect RenderBlock::localCaretRect(InlineBox* inlineBox, int caretOffset, LayoutUnit* extraWidthToEndOfLine)
4279 if (InlineBox* inlineBoxWrapper = toRenderBlock(renderer)->inlineBoxWrapper())
4374 void RenderBlock::showLineTreeAndMark(const InlineBox* markedBox1, const char* markedLabel1, const InlineBox* markedBox
[all...]
H A DInlineTextBox.cpp63 struct SameSizeAsInlineTextBox : public InlineBox {
87 InlineBox::destroy();
98 InlineBox::markDirty();
H A DRenderListMarker.cpp1105 InlineBox* RenderListMarker::createInlineBox()
1107 InlineBox* result = RenderBox::createInlineBox();
1119 InlineBox* box = inlineBoxWrapper();
H A DRenderBlockLineLayout.cpp55 static inline InlineBox* createInlineBoxForRenderer(RenderObject* obj, bool isRootLineBox, bool isOnlyRun = false)
94 InlineFlowBox* RenderBlockFlow::createLineBoxes(RenderObject* obj, const LineInfo& lineInfo, InlineBox* childBox)
121 InlineBox* newBox = createInlineBoxForRenderer(obj, obj == this);
202 InlineBox* box = createInlineBoxForRenderer(r->m_object, false, isOnlyRun);
755 if (InlineBox* lastLeafChild = lastRootBox()->lastLeafChild()) {
H A DRenderBlockFlow.h476 InlineFlowBox* createLineBoxes(RenderObject*, const LineInfo&, InlineBox* childBox);
H A DRenderReplaced.cpp474 InlineBox* box = inlineBoxWrapper();
H A DRenderObject.h58 class InlineBox;
939 virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0);
H A DRenderDeprecatedFlexibleBox.cpp933 InlineBox* anchorBox = lastLine->lastChild();
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGInlineText.cpp108 LayoutRect RenderSVGInlineText::localCaretRect(InlineBox* box, int caretOffset, LayoutUnit*)
H A DRenderSVGText.cpp457 InlineBox* closestBox = toSVGRootInlineBox(rootBox)->closestLeafChildForPosition(pointInContents);
H A DSVGTextQuery.cpp90 for (InlineBox* child = flowBox->firstChild(); child; child = child->nextOnLine()) {
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBlockPainter.cpp103 void BlockPainter::paintInlineBox(InlineBox& inlineBox, PaintInfo& paintInfo, const LayoutPoint& paintOffset)
H A DInlineFlowBoxPainter.cpp80 for (InlineBox* curr = m_inlineFlowBox.firstChild(); curr; curr = curr->nextOnLine()) {
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_rendering.target.darwin-arm.mk42 third_party/WebKit/Source/core/rendering/InlineBox.cpp \
H A Dwebcore_rendering.target.darwin-arm64.mk42 third_party/WebKit/Source/core/rendering/InlineBox.cpp \
H A Dwebcore_rendering.target.darwin-mips.mk42 third_party/WebKit/Source/core/rendering/InlineBox.cpp \
H A Dwebcore_rendering.target.darwin-mips64.mk42 third_party/WebKit/Source/core/rendering/InlineBox.cpp \
H A Dwebcore_rendering.target.darwin-x86.mk42 third_party/WebKit/Source/core/rendering/InlineBox.cpp \
H A Dwebcore_rendering.target.darwin-x86_64.mk42 third_party/WebKit/Source/core/rendering/InlineBox.cpp \

Completed in 4295 milliseconds

123