InlineBox         676 Source/core/dom/Position.cpp                 InlineBox* otherBox = box;
InlineBox         800 Source/core/dom/Position.cpp                 InlineBox* otherBox = box;
InlineBox        1018 Source/core/dom/Position.cpp     InlineBox* b1;
InlineBox        1020 Source/core/dom/Position.cpp     InlineBox* b2;
InlineBox        1091 Source/core/dom/Position.cpp void Position::getInlineBoxAndOffset(EAffinity affinity, InlineBox*& inlineBox, int& caretOffset) const
InlineBox        1153 Source/core/dom/Position.cpp void Position::getInlineBoxAndOffset(EAffinity affinity, TextDirection primaryDirection, InlineBox*& inlineBox, int& caretOffset) const
InlineBox        1219 Source/core/dom/Position.cpp             InlineBox* nextBox = inlineBox->nextLeafChild();
InlineBox        1224 Source/core/dom/Position.cpp             InlineBox* prevBox = inlineBox;
InlineBox        1233 Source/core/dom/Position.cpp             while (InlineBox* nextBox = inlineBox->nextLeafChild()) {
InlineBox        1240 Source/core/dom/Position.cpp             InlineBox* prevBox = inlineBox->prevLeafChild();
InlineBox        1245 Source/core/dom/Position.cpp             InlineBox* nextBox = inlineBox;
InlineBox        1253 Source/core/dom/Position.cpp             while (InlineBox* prevBox = inlineBox->prevLeafChild()) {
InlineBox        1264 Source/core/dom/Position.cpp         InlineBox* prevBox = inlineBox->prevLeafChildIgnoringLineBreak();
InlineBox        1267 Source/core/dom/Position.cpp             while (InlineBox* nextBox = inlineBox->nextLeafChildIgnoringLineBreak()) {
InlineBox        1275 Source/core/dom/Position.cpp             while (InlineBox* tertiaryBox = inlineBox->prevLeafChildIgnoringLineBreak()) {
InlineBox        1283 Source/core/dom/Position.cpp         InlineBox* nextBox = inlineBox->nextLeafChildIgnoringLineBreak();
InlineBox        1286 Source/core/dom/Position.cpp             while (InlineBox* prevBox = inlineBox->prevLeafChildIgnoringLineBreak()) {
InlineBox        1294 Source/core/dom/Position.cpp             while (InlineBox* tertiaryBox = inlineBox->nextLeafChildIgnoringLineBreak()) {
InlineBox          41 Source/core/dom/Position.h class InlineBox;
InlineBox         186 Source/core/dom/Position.h     void getInlineBoxAndOffset(EAffinity, InlineBox*&, int& caretOffset) const;
InlineBox         187 Source/core/dom/Position.h     void getInlineBoxAndOffset(EAffinity, TextDirection primaryDirection, InlineBox*&, int& caretOffset) const;
InlineBox         481 Source/core/editing/FrameSelection.cpp     InlineBox* startBox = 0;
InlineBox         482 Source/core/editing/FrameSelection.cpp     InlineBox* endBox = 0;
InlineBox          98 Source/core/editing/RenderedPosition.cpp InlineBox* RenderedPosition::prevLeafChild() const
InlineBox         105 Source/core/editing/RenderedPosition.cpp InlineBox* RenderedPosition::nextLeafChild() const
InlineBox         121 Source/core/editing/RenderedPosition.cpp     InlineBox* box = atLeftmostOffsetInBox() ? prevLeafChild() : m_inlineBox;
InlineBox         127 Source/core/editing/RenderedPosition.cpp     InlineBox* box = atRightmostOffsetInBox() ? nextLeafChild() : m_inlineBox;
InlineBox         136 Source/core/editing/RenderedPosition.cpp     InlineBox* box = m_inlineBox;
InlineBox         138 Source/core/editing/RenderedPosition.cpp         InlineBox* prev = box->prevLeafChildIgnoringLineBreak();
InlineBox         153 Source/core/editing/RenderedPosition.cpp     InlineBox* box = m_inlineBox;
InlineBox         155 Source/core/editing/RenderedPosition.cpp         InlineBox* next = box->nextLeafChildIgnoringLineBreak();
InlineBox          74 Source/core/editing/RenderedPosition.h     explicit RenderedPosition(RenderObject*, InlineBox*, int offset);
InlineBox          76 Source/core/editing/RenderedPosition.h     InlineBox* prevLeafChild() const;
InlineBox          77 Source/core/editing/RenderedPosition.h     InlineBox* nextLeafChild() const;
InlineBox          84 Source/core/editing/RenderedPosition.h     InlineBox* m_inlineBox;
InlineBox          87 Source/core/editing/RenderedPosition.h     static InlineBox* uncachedInlineBox() { return reinterpret_cast<InlineBox*>(1); }
InlineBox          90 Source/core/editing/RenderedPosition.h     mutable InlineBox* m_prevLeafChild;
InlineBox          91 Source/core/editing/RenderedPosition.h     mutable InlineBox* m_nextLeafChild;
InlineBox         103 Source/core/editing/RenderedPosition.h inline RenderedPosition::RenderedPosition(RenderObject* renderer, InlineBox* box, int offset)
InlineBox         132 Source/core/editing/VisiblePosition.cpp         InlineBox* box;
InlineBox         163 Source/core/editing/VisiblePosition.cpp                 InlineBox* prevBox = box->prevLeafChildIgnoringLineBreak();
InlineBox         169 Source/core/editing/VisiblePosition.cpp                     InlineBox* boxOnLeft;
InlineBox         187 Source/core/editing/VisiblePosition.cpp             InlineBox* prevBox = box->prevLeafChild();
InlineBox         191 Source/core/editing/VisiblePosition.cpp                     InlineBox* logicalStart = 0;
InlineBox         204 Source/core/editing/VisiblePosition.cpp                 InlineBox* nextBox = box;
InlineBox         238 Source/core/editing/VisiblePosition.cpp                     while (InlineBox* nextBox = box->nextLeafChild()) {
InlineBox         246 Source/core/editing/VisiblePosition.cpp                     while (InlineBox* prevBox = box->prevLeafChild()) {
InlineBox         297 Source/core/editing/VisiblePosition.cpp         InlineBox* box;
InlineBox         328 Source/core/editing/VisiblePosition.cpp                 InlineBox* nextBox = box->nextLeafChildIgnoringLineBreak();
InlineBox         334 Source/core/editing/VisiblePosition.cpp                     InlineBox* boxOnRight;
InlineBox         352 Source/core/editing/VisiblePosition.cpp             InlineBox* nextBox = box->nextLeafChild();
InlineBox         356 Source/core/editing/VisiblePosition.cpp                     InlineBox* logicalEnd = 0;
InlineBox         370 Source/core/editing/VisiblePosition.cpp                 InlineBox* prevBox = box;
InlineBox         406 Source/core/editing/VisiblePosition.cpp                     while (InlineBox* prevBox = box->prevLeafChild()) {
InlineBox         414 Source/core/editing/VisiblePosition.cpp                     while (InlineBox* nextBox = box->nextLeafChild()) {
InlineBox         662 Source/core/editing/VisiblePosition.cpp     InlineBox* inlineBox;
InlineBox          49 Source/core/editing/VisiblePosition.h class InlineBox;
InlineBox          89 Source/core/editing/VisiblePosition.h     void getInlineBoxAndOffset(InlineBox*& inlineBox, int& caretOffset) const
InlineBox         135 Source/core/editing/VisibleUnits.cpp     const InlineBox* firstBox() const { return m_leafBoxes[0]; }
InlineBox         138 Source/core/editing/VisibleUnits.cpp     const Vector<InlineBox*>& collectBoxes(const RootInlineBox*);
InlineBox         142 Source/core/editing/VisibleUnits.cpp     Vector<InlineBox*> m_leafBoxes;
InlineBox         188 Source/core/editing/VisibleUnits.cpp const Vector<InlineBox*>& CachedLogicallyOrderedLeafBoxes::collectBoxes(const RootInlineBox* root)
InlineBox         210 Source/core/editing/VisibleUnits.cpp     const InlineBox* startBox = textBox;
InlineBox         251 Source/core/editing/VisibleUnits.cpp     const InlineBox* startBox = textBox;
InlineBox         355 Source/core/editing/VisibleUnits.cpp     InlineBox* previouslyVisitedBox = 0;
InlineBox         367 Source/core/editing/VisibleUnits.cpp         InlineBox* box;
InlineBox         729 Source/core/editing/VisibleUnits.cpp     InlineBox* startBox;
InlineBox         796 Source/core/editing/VisibleUnits.cpp     InlineBox* endBox;
InlineBox         930 Source/core/editing/VisibleUnits.cpp     InlineBox* box;
InlineBox         985 Source/core/editing/VisibleUnits.cpp     InlineBox* box;
InlineBox          34 Source/core/rendering/BidiRun.h class InlineBox;
InlineBox          52 Source/core/rendering/BidiRun.h     InlineBox* m_box;
InlineBox          97 Source/core/rendering/EllipsisBox.cpp InlineBox* EllipsisBox::markupBox() const
InlineBox         109 Source/core/rendering/EllipsisBox.cpp     InlineBox* anchorBox = lastLine->lastChild();
InlineBox         118 Source/core/rendering/EllipsisBox.cpp     InlineBox* markupBox = this->markupBox();
InlineBox         164 Source/core/rendering/EllipsisBox.cpp     if (InlineBox* markupBox = this->markupBox()) {
InlineBox          30 Source/core/rendering/EllipsisBox.h class EllipsisBox FINAL : public InlineBox {
InlineBox          33 Source/core/rendering/EllipsisBox.h         int width, int height, int x, int y, bool firstLine, bool isVertical, InlineBox* markupBox)
InlineBox          34 Source/core/rendering/EllipsisBox.h         : InlineBox(obj, FloatPoint(x, y), width, firstLine, true, false, false, isVertical, 0, 0, parent)
InlineBox          54 Source/core/rendering/EllipsisBox.h     InlineBox* markupBox() const;
InlineBox          49 Source/core/rendering/InlineBox.cpp COMPILE_ASSERT(sizeof(InlineBox) == sizeof(SameSizeAsInlineBox), InlineBox_size_guard);
InlineBox          53 Source/core/rendering/InlineBox.cpp InlineBox::~InlineBox()
InlineBox          61 Source/core/rendering/InlineBox.cpp void InlineBox::remove()
InlineBox          67 Source/core/rendering/InlineBox.cpp void* InlineBox::operator new(size_t sz)
InlineBox          72 Source/core/rendering/InlineBox.cpp void InlineBox::operator delete(void* ptr)
InlineBox          78 Source/core/rendering/InlineBox.cpp const char* InlineBox::boxName() const
InlineBox          83 Source/core/rendering/InlineBox.cpp void InlineBox::showTreeForThis() const
InlineBox          88 Source/core/rendering/InlineBox.cpp void InlineBox::showLineTreeForThis() const
InlineBox          93 Source/core/rendering/InlineBox.cpp void InlineBox::showLineTreeAndMark(const InlineBox* markedBox1, const char* markedLabel1, const InlineBox* markedBox2, const char* markedLabel2, const RenderObject* obj, int depth) const
InlineBox         108 Source/core/rendering/InlineBox.cpp void InlineBox::showBox(int printedCharacters) const
InlineBox         120 Source/core/rendering/InlineBox.cpp float InlineBox::logicalHeight() const
InlineBox         139 Source/core/rendering/InlineBox.cpp int InlineBox::baselinePosition(FontBaseline baselineType) const
InlineBox         144 Source/core/rendering/InlineBox.cpp LayoutUnit InlineBox::lineHeight() const
InlineBox         149 Source/core/rendering/InlineBox.cpp int InlineBox::caretMinOffset() const
InlineBox         154 Source/core/rendering/InlineBox.cpp int InlineBox::caretMaxOffset() const
InlineBox         159 Source/core/rendering/InlineBox.cpp void InlineBox::dirtyLineBoxes()
InlineBox         166 Source/core/rendering/InlineBox.cpp void InlineBox::deleteLine()
InlineBox         173 Source/core/rendering/InlineBox.cpp void InlineBox::extractLine()
InlineBox         180 Source/core/rendering/InlineBox.cpp void InlineBox::attachLine()
InlineBox         187 Source/core/rendering/InlineBox.cpp void InlineBox::adjustPosition(float dx, float dy)
InlineBox         195 Source/core/rendering/InlineBox.cpp void InlineBox::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset, LayoutUnit /* lineTop */, LayoutUnit /*lineBottom*/)
InlineBox         207 Source/core/rendering/InlineBox.cpp bool InlineBox::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, LayoutUnit /* lineTop */, LayoutUnit /*lineBottom*/)
InlineBox         219 Source/core/rendering/InlineBox.cpp const RootInlineBox& InlineBox::root() const
InlineBox         227 Source/core/rendering/InlineBox.cpp RootInlineBox& InlineBox::root()
InlineBox         235 Source/core/rendering/InlineBox.cpp bool InlineBox::nextOnLineExists() const
InlineBox         250 Source/core/rendering/InlineBox.cpp InlineBox* InlineBox::nextLeafChild() const
InlineBox         252 Source/core/rendering/InlineBox.cpp     InlineBox* leaf = 0;
InlineBox         253 Source/core/rendering/InlineBox.cpp     for (InlineBox* box = nextOnLine(); box && !leaf; box = box->nextOnLine())
InlineBox         260 Source/core/rendering/InlineBox.cpp InlineBox* InlineBox::prevLeafChild() const
InlineBox         262 Source/core/rendering/InlineBox.cpp     InlineBox* leaf = 0;
InlineBox         263 Source/core/rendering/InlineBox.cpp     for (InlineBox* box = prevOnLine(); box && !leaf; box = box->prevOnLine())
InlineBox         270 Source/core/rendering/InlineBox.cpp InlineBox* InlineBox::nextLeafChildIgnoringLineBreak() const
InlineBox         272 Source/core/rendering/InlineBox.cpp     InlineBox* leaf = nextLeafChild();
InlineBox         278 Source/core/rendering/InlineBox.cpp InlineBox* InlineBox::prevLeafChildIgnoringLineBreak() const
InlineBox         280 Source/core/rendering/InlineBox.cpp     InlineBox* leaf = prevLeafChild();
InlineBox         286 Source/core/rendering/InlineBox.cpp RenderObject::SelectionState InlineBox::selectionState()
InlineBox         291 Source/core/rendering/InlineBox.cpp bool InlineBox::canAccommodateEllipsis(bool ltr, int blockEdge, int ellipsisWidth) const
InlineBox         302 Source/core/rendering/InlineBox.cpp float InlineBox::placeEllipsisBox(bool, float, float, float, float& truncatedWidth, bool&)
InlineBox         309 Source/core/rendering/InlineBox.cpp void InlineBox::clearKnownToHaveNoOverflow()
InlineBox         316 Source/core/rendering/InlineBox.cpp FloatPoint InlineBox::locationIncludingFlipping()
InlineBox         327 Source/core/rendering/InlineBox.cpp void InlineBox::flipForWritingMode(FloatRect& rect)
InlineBox         334 Source/core/rendering/InlineBox.cpp FloatPoint InlineBox::flipForWritingMode(const FloatPoint& point)
InlineBox         341 Source/core/rendering/InlineBox.cpp void InlineBox::flipForWritingMode(LayoutRect& rect)
InlineBox         348 Source/core/rendering/InlineBox.cpp LayoutPoint InlineBox::flipForWritingMode(const LayoutPoint& point)
InlineBox         359 Source/core/rendering/InlineBox.cpp void showTree(const WebCore::InlineBox* b)
InlineBox         365 Source/core/rendering/InlineBox.cpp void showLineTree(const WebCore::InlineBox* b)
InlineBox          35 Source/core/rendering/InlineBox.h class InlineBox {
InlineBox          36 Source/core/rendering/InlineBox.h     WTF_MAKE_NONCOPYABLE(InlineBox);
InlineBox          38 Source/core/rendering/InlineBox.h     InlineBox(RenderObject& obj)
InlineBox          50 Source/core/rendering/InlineBox.h     InlineBox(RenderObject& obj, FloatPoint topLeft, float logicalWidth, bool firstLine, bool constructed,
InlineBox          51 Source/core/rendering/InlineBox.h               bool dirty, bool extracted, bool isHorizontal, InlineBox* next, InlineBox* prev, InlineFlowBox* parent)
InlineBox          65 Source/core/rendering/InlineBox.h     virtual ~InlineBox();
InlineBox         110 Source/core/rendering/InlineBox.h     virtual void showLineTreeAndMark(const InlineBox* = 0, const char* = 0, const InlineBox* = 0, const char* = 0, const RenderObject* = 0, int = 0) const;
InlineBox         152 Source/core/rendering/InlineBox.h     InlineBox* nextOnLine() const { return m_next; }
InlineBox         153 Source/core/rendering/InlineBox.h     InlineBox* prevOnLine() const { return m_prev; }
InlineBox         154 Source/core/rendering/InlineBox.h     void setNextOnLine(InlineBox* next)
InlineBox         159 Source/core/rendering/InlineBox.h     void setPrevOnLine(InlineBox* prev)
InlineBox         168 Source/core/rendering/InlineBox.h     InlineBox* nextLeafChild() const;
InlineBox         169 Source/core/rendering/InlineBox.h     InlineBox* prevLeafChild() const;
InlineBox         174 Source/core/rendering/InlineBox.h     InlineBox* nextLeafChildIgnoringLineBreak() const;
InlineBox         175 Source/core/rendering/InlineBox.h     InlineBox* prevLeafChildIgnoringLineBreak() const;
InlineBox         383 Source/core/rendering/InlineBox.h     InlineBox* m_next; // The next element on the same line as us.
InlineBox         384 Source/core/rendering/InlineBox.h     InlineBox* m_prev; // The previous element on the same line as us.
InlineBox         421 Source/core/rendering/InlineBox.h inline InlineBox::~InlineBox()
InlineBox         427 Source/core/rendering/InlineBox.h inline void InlineBox::setHasBadParent()
InlineBox         434 Source/core/rendering/InlineBox.h     DEFINE_TYPE_CASTS(typeName, InlineBox, box, box->is##typeName(), box.is##typeName())
InlineBox         437 Source/core/rendering/InlineBox.h inline bool operator==(const InlineBox& a, const InlineBox& b) { return &a == &b; }
InlineBox         438 Source/core/rendering/InlineBox.h inline bool operator==(const InlineBox& a, const InlineBox* b) { return &a == b; }
InlineBox         439 Source/core/rendering/InlineBox.h inline bool operator==(const InlineBox* a, const InlineBox& b) { return a == &b; }
InlineBox         440 Source/core/rendering/InlineBox.h inline bool operator!=(const InlineBox& a, const InlineBox& b) { return !(a == b); }
InlineBox         441 Source/core/rendering/InlineBox.h inline bool operator!=(const InlineBox& a, const InlineBox* b) { return !(a == b); }
InlineBox         442 Source/core/rendering/InlineBox.h inline bool operator!=(const InlineBox* a, const InlineBox& b) { return !(a == b); }
InlineBox         448 Source/core/rendering/InlineBox.h void showTree(const WebCore::InlineBox*);
InlineBox         449 Source/core/rendering/InlineBox.h void showLineTree(const WebCore::InlineBox*);
InlineBox          45 Source/core/rendering/InlineFlowBox.cpp struct SameSizeAsInlineFlowBox : public InlineBox {
InlineBox          57 Source/core/rendering/InlineFlowBox.cpp         for (InlineBox* child = firstChild(); child; child = child->nextOnLine())
InlineBox          66 Source/core/rendering/InlineFlowBox.cpp     for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) {
InlineBox          93 Source/core/rendering/InlineFlowBox.cpp void InlineFlowBox::addToLine(InlineBox* child)
InlineBox         180 Source/core/rendering/InlineFlowBox.cpp void InlineFlowBox::removeChild(InlineBox* child)
InlineBox         205 Source/core/rendering/InlineFlowBox.cpp     InlineBox* child = firstChild();
InlineBox         206 Source/core/rendering/InlineFlowBox.cpp     InlineBox* next = 0;
InlineBox         234 Source/core/rendering/InlineFlowBox.cpp     for (InlineBox* child = firstChild(); child; child = child->nextOnLine())
InlineBox         247 Source/core/rendering/InlineFlowBox.cpp     for (InlineBox* child = firstChild(); child; child = child->nextOnLine())
InlineBox         258 Source/core/rendering/InlineFlowBox.cpp     InlineBox::adjustPosition(dx, dy);
InlineBox         259 Source/core/rendering/InlineFlowBox.cpp     for (InlineBox* child = firstChild(); child; child = child->nextOnLine())
InlineBox         353 Source/core/rendering/InlineFlowBox.cpp     for (InlineBox* currChild = firstChild(); currChild; currChild = currChild->nextOnLine()) {
InlineBox         379 Source/core/rendering/InlineFlowBox.cpp float InlineFlowBox::placeBoxRangeInInlineDirection(InlineBox* firstChild, InlineBox* lastChild, float& logicalLeft, float& minLogicalLeft, float& maxLogicalRight, bool& needsWordSpacing, GlyphOverflowAndFallbackFontsMap& textBoxDataMap)
InlineBox         381 Source/core/rendering/InlineFlowBox.cpp     for (InlineBox* curr = firstChild; curr && curr != lastChild; curr = curr->nextOnLine()) {
InlineBox         448 Source/core/rendering/InlineFlowBox.cpp     for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) {
InlineBox         479 Source/core/rendering/InlineFlowBox.cpp     for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) {
InlineBox         548 Source/core/rendering/InlineFlowBox.cpp     for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) {
InlineBox         619 Source/core/rendering/InlineFlowBox.cpp     for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) {
InlineBox         736 Source/core/rendering/InlineFlowBox.cpp     for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) {
InlineBox         756 Source/core/rendering/InlineFlowBox.cpp     for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) {
InlineBox         908 Source/core/rendering/InlineFlowBox.cpp inline void InlineFlowBox::addReplacedChildOverflow(const InlineBox* inlineBox, LayoutRect& logicalLayoutOverflow, LayoutRect& logicalVisualOverflow)
InlineBox         950 Source/core/rendering/InlineFlowBox.cpp     for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) {
InlineBox        1022 Source/core/rendering/InlineFlowBox.cpp     for (InlineBox* curr = lastChild(); curr; curr = curr->prevOnLine()) {
InlineBox        1151 Source/core/rendering/InlineFlowBox.cpp         for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) {
InlineBox        1421 Source/core/rendering/InlineFlowBox.cpp InlineBox* InlineFlowBox::firstLeafChild() const
InlineBox        1423 Source/core/rendering/InlineFlowBox.cpp     InlineBox* leaf = 0;
InlineBox        1424 Source/core/rendering/InlineFlowBox.cpp     for (InlineBox* child = firstChild(); child && !leaf; child = child->nextOnLine())
InlineBox        1429 Source/core/rendering/InlineFlowBox.cpp InlineBox* InlineFlowBox::lastLeafChild() const
InlineBox        1431 Source/core/rendering/InlineFlowBox.cpp     InlineBox* leaf = 0;
InlineBox        1432 Source/core/rendering/InlineFlowBox.cpp     for (InlineBox* child = lastChild(); child && !leaf; child = child->prevOnLine())
InlineBox        1444 Source/core/rendering/InlineFlowBox.cpp     for (InlineBox *box = firstChild(); box; box = box->nextOnLine()) {
InlineBox        1458 Source/core/rendering/InlineFlowBox.cpp     InlineBox* box = ltr ? firstChild() : lastChild();
InlineBox        1483 Source/core/rendering/InlineFlowBox.cpp     for (InlineBox *box = firstChild(); box; box = box->nextOnLine())
InlineBox        1490 Source/core/rendering/InlineFlowBox.cpp     for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) {
InlineBox        1538 Source/core/rendering/InlineFlowBox.cpp     for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) {
InlineBox        1582 Source/core/rendering/InlineFlowBox.cpp void InlineFlowBox::collectLeafBoxesInLogicalOrder(Vector<InlineBox*>& leafBoxesInLogicalOrder, CustomInlineBoxRangeReverse customReverseImplementation, void* userData) const
InlineBox        1584 Source/core/rendering/InlineFlowBox.cpp     InlineBox* leaf = firstLeafChild();
InlineBox        1609 Source/core/rendering/InlineFlowBox.cpp     Vector<InlineBox*>::iterator end = leafBoxesInLogicalOrder.end();
InlineBox        1611 Source/core/rendering/InlineFlowBox.cpp         Vector<InlineBox*>::iterator it = leafBoxesInLogicalOrder.begin();
InlineBox        1618 Source/core/rendering/InlineFlowBox.cpp             Vector<InlineBox*>::iterator first = it;
InlineBox        1624 Source/core/rendering/InlineFlowBox.cpp             Vector<InlineBox*>::iterator last = it;
InlineBox        1642 Source/core/rendering/InlineFlowBox.cpp void InlineFlowBox::showLineTreeAndMark(const InlineBox* markedBox1, const char* markedLabel1, const InlineBox* markedBox2, const char* markedLabel2, const RenderObject* obj, int depth) const
InlineBox        1644 Source/core/rendering/InlineFlowBox.cpp     InlineBox::showLineTreeAndMark(markedBox1, markedLabel1, markedBox2, markedLabel2, obj, depth);
InlineBox        1645 Source/core/rendering/InlineFlowBox.cpp     for (const InlineBox* box = firstChild(); box; box = box->nextOnLine())
InlineBox        1653 Source/core/rendering/InlineFlowBox.cpp     const InlineBox* prev = 0;
InlineBox        1654 Source/core/rendering/InlineFlowBox.cpp     for (const InlineBox* child = m_firstChild; child; child = child->nextOnLine()) {
InlineBox          41 Source/core/rendering/InlineFlowBox.h class InlineFlowBox : public InlineBox {
InlineBox          44 Source/core/rendering/InlineFlowBox.h         : InlineBox(obj)
InlineBox          71 Source/core/rendering/InlineFlowBox.h     virtual void showLineTreeAndMark(const InlineBox* = 0, const char* = 0, const InlineBox* = 0, const char* = 0, const RenderObject* = 0, int = 0) const OVERRIDE;
InlineBox          80 Source/core/rendering/InlineFlowBox.h     InlineBox* firstChild() const { checkConsistency(); return m_firstChild; }
InlineBox          81 Source/core/rendering/InlineFlowBox.h     InlineBox* lastChild() const { checkConsistency(); return m_lastChild; }
InlineBox          85 Source/core/rendering/InlineFlowBox.h     InlineBox* firstLeafChild() const;
InlineBox          86 Source/core/rendering/InlineFlowBox.h     InlineBox* lastLeafChild() const;
InlineBox          88 Source/core/rendering/InlineFlowBox.h     typedef void (*CustomInlineBoxRangeReverse)(void* userData, Vector<InlineBox*>::iterator first, Vector<InlineBox*>::iterator last);
InlineBox          89 Source/core/rendering/InlineFlowBox.h     void collectLeafBoxesInLogicalOrder(Vector<InlineBox*>&, CustomInlineBoxRangeReverse customReverseImplementation = 0, void* userData = 0) const;
InlineBox          93 Source/core/rendering/InlineFlowBox.h         InlineBox::setConstructed();
InlineBox          94 Source/core/rendering/InlineFlowBox.h         for (InlineBox* child = firstChild(); child; child = child->nextOnLine())
InlineBox          98 Source/core/rendering/InlineFlowBox.h     void addToLine(InlineBox* child);
InlineBox         176 Source/core/rendering/InlineFlowBox.h     float placeBoxRangeInInlineDirection(InlineBox* firstChild, InlineBox* lastChild, float& logicalLeft, float& minLogicalLeft, float& maxLogicalRight, bool& needsWordSpacing, GlyphOverflowAndFallbackFontsMap&);
InlineBox         200 Source/core/rendering/InlineFlowBox.h     void removeChild(InlineBox* child);
InlineBox         305 Source/core/rendering/InlineFlowBox.h     void addReplacedChildOverflow(const InlineBox*, LayoutRect& logicalLayoutOverflow, LayoutRect& logicalVisualOverflow);
InlineBox         316 Source/core/rendering/InlineFlowBox.h     InlineBox* m_firstChild;
InlineBox         317 Source/core/rendering/InlineFlowBox.h     InlineBox* m_lastChild;
InlineBox          59 Source/core/rendering/InlineTextBox.cpp struct SameSizeAsInlineTextBox : public InlineBox {
InlineBox          78 Source/core/rendering/InlineTextBox.cpp     InlineBox::destroy();
InlineBox          87 Source/core/rendering/InlineTextBox.cpp     InlineBox::markDirty(dirty);
InlineBox          44 Source/core/rendering/InlineTextBox.h class InlineTextBox : public InlineBox {
InlineBox          47 Source/core/rendering/InlineTextBox.h         : InlineBox(obj)
InlineBox          77 Source/core/rendering/InlineTextBox.h     using InlineBox::hasHyphen;
InlineBox          78 Source/core/rendering/InlineTextBox.h     using InlineBox::setHasHyphen;
InlineBox          79 Source/core/rendering/InlineTextBox.h     using InlineBox::canHaveLeadingExpansion;
InlineBox          80 Source/core/rendering/InlineTextBox.h     using InlineBox::setCanHaveLeadingExpansion;
InlineBox         145 Source/core/rendering/InlineTextBox.h         InlineBox::setExpansion(newExpansion);
InlineBox         261 Source/core/rendering/RenderBlock.cpp                     while (InlineBox* childBox = box->firstChild())
InlineBox        2929 Source/core/rendering/RenderBlock.cpp Position RenderBlock::positionForBox(InlineBox *box, bool start) const
InlineBox        2998 Source/core/rendering/RenderBlock.cpp     InlineBox* closestBox = 0;
InlineBox        3042 Source/core/rendering/RenderBlock.cpp                 InlineBox* box = firstRootBoxWithChildren->firstLeafChild();
InlineBox        3044 Source/core/rendering/RenderBlock.cpp                     if (InlineBox* newBox = box->nextLeafChildIgnoringLineBreak())
InlineBox        3064 Source/core/rendering/RenderBlock.cpp         InlineBox* logicallyLastBox;
InlineBox        4560 Source/core/rendering/RenderBlock.cpp LayoutRect RenderBlock::localCaretRect(InlineBox* inlineBox, int caretOffset, LayoutUnit* extraWidthToEndOfLine)
InlineBox        5032 Source/core/rendering/RenderBlock.cpp void RenderBlock::showLineTreeAndMark(const InlineBox* markedBox1, const char* markedLabel1, const InlineBox* markedBox2, const char* markedLabel2, const RenderObject* obj) const
InlineBox         261 Source/core/rendering/RenderBlock.h     void showLineTreeAndMark(const InlineBox* = 0, const char* = 0, const InlineBox* = 0, const char* = 0, const RenderObject* = 0) const;
InlineBox         438 Source/core/rendering/RenderBlock.h     virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0) OVERRIDE FINAL;
InlineBox         447 Source/core/rendering/RenderBlock.h     Position positionForBox(InlineBox*, bool start = true) const;
InlineBox         462 Source/core/rendering/RenderBlockFlow.h     InlineFlowBox* createLineBoxes(RenderObject*, const LineInfo&, InlineBox* childBox, bool startsNewSegment);
InlineBox         105 Source/core/rendering/RenderBlockLineLayout.cpp static inline InlineBox* createInlineBoxForRenderer(RenderObject* obj, bool isRootLineBox, bool isOnlyRun = false)
InlineBox         144 Source/core/rendering/RenderBlockLineLayout.cpp InlineFlowBox* RenderBlockFlow::createLineBoxes(RenderObject* obj, const LineInfo& lineInfo, InlineBox* childBox, bool startNewSegment)
InlineBox         172 Source/core/rendering/RenderBlockLineLayout.cpp             InlineBox* newBox = createInlineBoxForRenderer(obj, obj == this);
InlineBox         253 Source/core/rendering/RenderBlockLineLayout.cpp         InlineBox* box = createInlineBoxForRenderer(r->m_object, false, isOnlyRun);
InlineBox         918 Source/core/rendering/RenderBlockLineLayout.cpp         if (InlineBox* lastLeafChild = lastRootBox()->lastLeafChild()) {
InlineBox        1921 Source/core/rendering/RenderBox.cpp InlineBox* RenderBox::createInlineBox()
InlineBox        1923 Source/core/rendering/RenderBox.cpp     return new InlineBox(*this);
InlineBox        1939 Source/core/rendering/RenderBox.cpp void RenderBox::positionLineBox(InlineBox* box)
InlineBox        3973 Source/core/rendering/RenderBox.cpp LayoutRect RenderBox::localCaretRect(InlineBox* box, int caretOffset, LayoutUnit* extraWidthToEndOfLine)
InlineBox          61 Source/core/rendering/RenderBox.h     InlineBox* m_inlineBoxWrapper;
InlineBox         401 Source/core/rendering/RenderBox.h     void positionLineBox(InlineBox*);
InlineBox         403 Source/core/rendering/RenderBox.h     virtual InlineBox* createInlineBox();
InlineBox         409 Source/core/rendering/RenderBox.h     InlineBox* inlineBoxWrapper() const { return m_rareData ? m_rareData->m_inlineBoxWrapper : 0; }
InlineBox         410 Source/core/rendering/RenderBox.h     void setInlineBoxWrapper(InlineBox*);
InlineBox         502 Source/core/rendering/RenderBox.h     virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0) OVERRIDE;
InlineBox         769 Source/core/rendering/RenderBox.h inline void RenderBox::setInlineBoxWrapper(InlineBox* boxWrapper)
InlineBox         944 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         InlineBox* anchorBox = lastLine->lastChild();
InlineBox         236 Source/core/rendering/RenderInline.cpp LayoutRect RenderInline::localCaretRect(InlineBox* inlineBox, int, LayoutUnit* extraWidthToEndOfLine)
InlineBox         254 Source/core/rendering/RenderInline.cpp     if (InlineBox* firstBox = firstLineBox())
InlineBox         676 Source/core/rendering/RenderInline.cpp     if (InlineBox* firstBox = firstLineBoxIncludingCulling())
InlineBox         684 Source/core/rendering/RenderInline.cpp     if (InlineBox* firstBox = firstLineBoxIncludingCulling())
InlineBox         878 Source/core/rendering/RenderInline.cpp InlineBox* RenderInline::culledInlineFirstLineBox() const
InlineBox         890 Source/core/rendering/RenderInline.cpp             InlineBox* result = currInline->firstLineBoxIncludingCulling();
InlineBox         902 Source/core/rendering/RenderInline.cpp InlineBox* RenderInline::culledInlineLastLineBox() const
InlineBox         914 Source/core/rendering/RenderInline.cpp             InlineBox* result = currInline->lastLineBoxIncludingCulling();
InlineBox          75 Source/core/rendering/RenderInline.h     InlineBox* firstLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ? firstLineBox() : culledInlineFirstLineBox(); }
InlineBox          76 Source/core/rendering/RenderInline.h     InlineBox* lastLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ? lastLineBox() : culledInlineLastLineBox(); }
InlineBox          95 Source/core/rendering/RenderInline.h     virtual LayoutRect localCaretRect(InlineBox*, int, LayoutUnit* extraWidthToEndOfLine) OVERRIDE FINAL;
InlineBox         117 Source/core/rendering/RenderInline.h     InlineBox* culledInlineFirstLineBox() const;
InlineBox         118 Source/core/rendering/RenderInline.h     InlineBox* culledInlineLastLineBox() const;
InlineBox         279 Source/core/rendering/RenderLineBoxList.cpp     InlineBox* firstBox = inlineContainer ? inlineContainer->firstLineBoxIncludingCulling() : firstLineBox();
InlineBox         302 Source/core/rendering/RenderLineBoxList.cpp             InlineBox* wrapper = toRenderBox(curr)->inlineBoxWrapper();
InlineBox         310 Source/core/rendering/RenderLineBoxList.cpp             InlineBox* lastSiblingBox = toRenderInline(curr)->lastLineBoxIncludingCulling();
InlineBox        1102 Source/core/rendering/RenderListMarker.cpp InlineBox* RenderListMarker::createInlineBox()
InlineBox        1104 Source/core/rendering/RenderListMarker.cpp     InlineBox* result = RenderBox::createInlineBox();
InlineBox        1116 Source/core/rendering/RenderListMarker.cpp     InlineBox* box = inlineBoxWrapper();
InlineBox          63 Source/core/rendering/RenderListMarker.h     virtual InlineBox* createInlineBox() OVERRIDE;
InlineBox        2389 Source/core/rendering/RenderObject.cpp LayoutRect RenderObject::localCaretRect(InlineBox*, int, LayoutUnit* extraWidthToEndOfLine)
InlineBox          53 Source/core/rendering/RenderObject.h class InlineBox;
InlineBox         912 Source/core/rendering/RenderObject.h     virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0);
InlineBox         534 Source/core/rendering/RenderReplaced.cpp     InlineBox* box = inlineBoxWrapper();
InlineBox         525 Source/core/rendering/RenderText.cpp static PositionWithAffinity createPositionWithAffinityForBox(const InlineBox* box, int offset, ShouldAffinityBeDownstream shouldAffinityBeDownstream)
InlineBox         555 Source/core/rendering/RenderText.cpp         const InlineBox* prevBox = box->prevLeafChildIgnoringLineBreak();
InlineBox         562 Source/core/rendering/RenderText.cpp             const InlineBox* leftmostBox;
InlineBox         572 Source/core/rendering/RenderText.cpp             const InlineBox* rightmostBox;
InlineBox         573 Source/core/rendering/RenderText.cpp             const InlineBox* nextBox = box;
InlineBox         585 Source/core/rendering/RenderText.cpp     const InlineBox* nextBox = box->nextLeafChildIgnoringLineBreak();
InlineBox         593 Source/core/rendering/RenderText.cpp         const InlineBox* rightmostBox;
InlineBox         603 Source/core/rendering/RenderText.cpp         const InlineBox* leftmostBox;
InlineBox         604 Source/core/rendering/RenderText.cpp         const InlineBox* prevBox = box;
InlineBox         654 Source/core/rendering/RenderText.cpp LayoutRect RenderText::localCaretRect(InlineBox* inlineBox, int caretOffset, LayoutUnit* extraWidthToEndOfLine)
InlineBox        1466 Source/core/rendering/RenderText.cpp void RenderText::positionLineBox(InlineBox* box)
InlineBox          85 Source/core/rendering/RenderText.h     void positionLineBox(InlineBox*);
InlineBox         116 Source/core/rendering/RenderText.h     virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0) OVERRIDE;
InlineBox          94 Source/core/rendering/RootInlineBox.cpp     for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) {
InlineBox         127 Source/core/rendering/RootInlineBox.cpp                                   InlineBox* markupBox)
InlineBox         201 Source/core/rendering/RootInlineBox.cpp void RootInlineBox::childRemoved(InlineBox* box)
InlineBox         314 Source/core/rendering/RootInlineBox.cpp     InlineBox* firstBox = firstSelectedBox();
InlineBox         315 Source/core/rendering/RootInlineBox.cpp     InlineBox* lastBox = lastSelectedBox();
InlineBox         336 Source/core/rendering/RootInlineBox.cpp         for (InlineBox* box = firstBox->nextLeafChild(); box; box = box->nextLeafChild()) {
InlineBox         362 Source/core/rendering/RootInlineBox.cpp     for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) {
InlineBox         382 Source/core/rendering/RootInlineBox.cpp InlineBox* RootInlineBox::firstSelectedBox()
InlineBox         384 Source/core/rendering/RootInlineBox.cpp     for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) {
InlineBox         392 Source/core/rendering/RootInlineBox.cpp InlineBox* RootInlineBox::lastSelectedBox()
InlineBox         394 Source/core/rendering/RootInlineBox.cpp     for (InlineBox* box = lastLeafChild(); box; box = box->prevLeafChild()) {
InlineBox         487 Source/core/rendering/RootInlineBox.cpp static bool isEditableLeaf(InlineBox* leaf)
InlineBox         492 Source/core/rendering/RootInlineBox.cpp InlineBox* RootInlineBox::closestLeafChildForPoint(const IntPoint& pointInContents, bool onlyEditableLeaves)
InlineBox         497 Source/core/rendering/RootInlineBox.cpp InlineBox* RootInlineBox::closestLeafChildForLogicalLeftPosition(int leftPosition, bool onlyEditableLeaves)
InlineBox         499 Source/core/rendering/RootInlineBox.cpp     InlineBox* firstLeaf = firstLeafChild();
InlineBox         500 Source/core/rendering/RootInlineBox.cpp     InlineBox* lastLeaf = lastLeafChild();
InlineBox         523 Source/core/rendering/RootInlineBox.cpp     InlineBox* closestLeaf = 0;
InlineBox         524 Source/core/rendering/RootInlineBox.cpp     for (InlineBox* leaf = firstLeaf; leaf; leaf = leaf->nextLeafChildIgnoringLineBreak()) {
InlineBox         614 Source/core/rendering/RootInlineBox.cpp void RootInlineBox::ascentAndDescentForBox(InlineBox* box, GlyphOverflowAndFallbackFontsMap& textBoxDataMap, int& ascent, int& descent,
InlineBox         716 Source/core/rendering/RootInlineBox.cpp LayoutUnit RootInlineBox::verticalPositionForBox(InlineBox* box, VerticalPositionCache& verticalPositionCache)
InlineBox         788 Source/core/rendering/RootInlineBox.cpp bool RootInlineBox::includeLeadingForBox(InlineBox* box) const
InlineBox         797 Source/core/rendering/RootInlineBox.cpp bool RootInlineBox::includeFontForBox(InlineBox* box) const
InlineBox         810 Source/core/rendering/RootInlineBox.cpp bool RootInlineBox::includeGlyphsForBox(InlineBox* box) const
InlineBox         823 Source/core/rendering/RootInlineBox.cpp bool RootInlineBox::includeMarginForBox(InlineBox* box) const
InlineBox         846 Source/core/rendering/RootInlineBox.cpp Node* RootInlineBox::getLogicalStartBoxWithNode(InlineBox*& startBox) const
InlineBox         848 Source/core/rendering/RootInlineBox.cpp     Vector<InlineBox*> leafBoxesInLogicalOrder;
InlineBox         860 Source/core/rendering/RootInlineBox.cpp Node* RootInlineBox::getLogicalEndBoxWithNode(InlineBox*& endBox) const
InlineBox         862 Source/core/rendering/RootInlineBox.cpp     Vector<InlineBox*> leafBoxesInLogicalOrder;
InlineBox          93 Source/core/rendering/RootInlineBox.h     using InlineBox::endsWithBreak;
InlineBox          94 Source/core/rendering/RootInlineBox.h     using InlineBox::setEndsWithBreak;
InlineBox          96 Source/core/rendering/RootInlineBox.h     void childRemoved(InlineBox* box);
InlineBox         100 Source/core/rendering/RootInlineBox.h     float placeEllipsis(const AtomicString& ellipsisStr, bool ltr, float blockLeftEdge, float blockRightEdge, float ellipsisWidth, InlineBox* markupBox = 0);
InlineBox         104 Source/core/rendering/RootInlineBox.h     using InlineBox::hasEllipsisBox;
InlineBox         119 Source/core/rendering/RootInlineBox.h     using InlineBox::hasSelectedChildren;
InlineBox         120 Source/core/rendering/RootInlineBox.h     using InlineBox::setHasSelectedChildren;
InlineBox         123 Source/core/rendering/RootInlineBox.h     InlineBox* firstSelectedBox();
InlineBox         124 Source/core/rendering/RootInlineBox.h     InlineBox* lastSelectedBox();
InlineBox         130 Source/core/rendering/RootInlineBox.h     InlineBox* closestLeafChildForPoint(const IntPoint&, bool onlyEditableLeaves);
InlineBox         131 Source/core/rendering/RootInlineBox.h     InlineBox* closestLeafChildForLogicalLeftPosition(int, bool onlyEditableLeaves = false);
InlineBox         155 Source/core/rendering/RootInlineBox.h     void ascentAndDescentForBox(InlineBox*, GlyphOverflowAndFallbackFontsMap&, int& ascent, int& descent, bool& affectsAscent, bool& affectsDescent) const;
InlineBox         156 Source/core/rendering/RootInlineBox.h     LayoutUnit verticalPositionForBox(InlineBox*, VerticalPositionCache&);
InlineBox         157 Source/core/rendering/RootInlineBox.h     bool includeLeadingForBox(InlineBox*) const;
InlineBox         158 Source/core/rendering/RootInlineBox.h     bool includeFontForBox(InlineBox*) const;
InlineBox         159 Source/core/rendering/RootInlineBox.h     bool includeGlyphsForBox(InlineBox*) const;
InlineBox         160 Source/core/rendering/RootInlineBox.h     bool includeMarginForBox(InlineBox*) const;
InlineBox         184 Source/core/rendering/RootInlineBox.h     Node* getLogicalStartBoxWithNode(InlineBox*&) const;
InlineBox         185 Source/core/rendering/RootInlineBox.h     Node* getLogicalEndBoxWithNode(InlineBox*&) const;
InlineBox         107 Source/core/rendering/svg/RenderSVGInlineText.cpp LayoutRect RenderSVGInlineText::localCaretRect(InlineBox* box, int caretOffset, LayoutUnit*)
InlineBox          59 Source/core/rendering/svg/RenderSVGInlineText.h     virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0) OVERRIDE;
InlineBox         459 Source/core/rendering/svg/RenderSVGText.cpp     InlineBox* closestBox = toSVGRootInlineBox(rootBox)->closestLeafChildForPosition(pointInContents);
InlineBox          40 Source/core/rendering/svg/SVGInlineFlowBox.cpp     for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) {
InlineBox          55 Source/core/rendering/svg/SVGInlineFlowBox.cpp         for (InlineBox* child = firstChild(); child; child = child->nextOnLine())
InlineBox          63 Source/core/rendering/svg/SVGInlineFlowBox.cpp     for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) {
InlineBox          46 Source/core/rendering/svg/SVGRootInlineBox.cpp         for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) {
InlineBox          56 Source/core/rendering/svg/SVGRootInlineBox.cpp         for (InlineBox* child = firstChild(); child; child = child->nextOnLine())
InlineBox          64 Source/core/rendering/svg/SVGRootInlineBox.cpp         for (InlineBox* child = firstChild(); child; child = child->nextOnLine())
InlineBox          96 Source/core/rendering/svg/SVGRootInlineBox.cpp     for (InlineBox* child = start->firstChild(); child; child = child->nextOnLine()) {
InlineBox         127 Source/core/rendering/svg/SVGRootInlineBox.cpp     for (InlineBox* child = start->firstChild(); child; child = child->nextOnLine()) {
InlineBox         167 Source/core/rendering/svg/SVGRootInlineBox.cpp     for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) {
InlineBox         182 Source/core/rendering/svg/SVGRootInlineBox.cpp InlineBox* SVGRootInlineBox::closestLeafChildForPosition(const LayoutPoint& point)
InlineBox         184 Source/core/rendering/svg/SVGRootInlineBox.cpp     InlineBox* firstLeaf = firstLeafChild();
InlineBox         185 Source/core/rendering/svg/SVGRootInlineBox.cpp     InlineBox* lastLeaf = lastLeafChild();
InlineBox         190 Source/core/rendering/svg/SVGRootInlineBox.cpp     InlineBox* closestLeaf = 0;
InlineBox         191 Source/core/rendering/svg/SVGRootInlineBox.cpp     for (InlineBox* leaf = firstLeaf; leaf; leaf = leaf->nextLeafChild()) {
InlineBox         241 Source/core/rendering/svg/SVGRootInlineBox.cpp static inline void reverseInlineBoxRangeAndValueListsIfNeeded(void* userData, Vector<InlineBox*>::iterator first, Vector<InlineBox*>::iterator last)
InlineBox         252 Source/core/rendering/svg/SVGRootInlineBox.cpp             InlineBox* temp = *first;
InlineBox         273 Source/core/rendering/svg/SVGRootInlineBox.cpp         InlineBox* temp = *first;
InlineBox         283 Source/core/rendering/svg/SVGRootInlineBox.cpp     Vector<InlineBox*> leafBoxesInLogicalOrder;
InlineBox          53 Source/core/rendering/svg/SVGRootInlineBox.h     InlineBox* closestLeafChildForPosition(const LayoutPoint&);
InlineBox          90 Source/core/rendering/svg/SVGTextQuery.cpp     for (InlineBox* child = flowBox->firstChild(); child; child = child->nextOnLine()) {