Home | History | Annotate | Download | only in rendering

Lines Matching refs:InlineBox

78     void childRemoved(InlineBox* box);
81 void placeEllipsis(const AtomicString& ellipsisStr, bool ltr, float blockLeftEdge, float blockRightEdge, float ellipsisWidth, InlineBox* markupBox = 0);
105 InlineBox* firstSelectedBox();
106 InlineBox* lastSelectedBox();
112 InlineBox* closestLeafChildForLogicalLeftPosition(int, bool onlyEditableLeaves = false);
136 void ascentAndDescentForBox(InlineBox*, GlyphOverflowAndFallbackFontsMap&, int& ascent, int& descent, bool& affectsAscent, bool& affectsDescent) const;
137 int verticalPositionForBox(InlineBox*, VerticalPositionCache&);
138 bool includeLeadingForBox(InlineBox*) const;
139 bool includeFontForBox(InlineBox*) const;
140 bool includeGlyphsForBox(InlineBox*) const;
141 bool includeMarginForBox(InlineBox*) const;
162 Node* getLogicalStartBoxWithNode(InlineBox*&) const;
163 Node* getLogicalEndBoxWithNode(InlineBox*&) const;