Home
last modified time | relevance | path

Searched refs:InlineRunBox (Results 1 – 19 of 19) sorted by relevance

/external/webkit/WebCore/rendering/
DInlineRunBox.h28 class InlineRunBox : public InlineBox {
30 InlineRunBox(RenderObject* obj) in InlineRunBox() function
37 InlineRunBox* prevLineBox() const { return m_prevLine; } in prevLineBox()
38 InlineRunBox* nextLineBox() const { return m_nextLine; } in nextLineBox()
39 void setNextLineBox(InlineRunBox* n) { m_nextLine = n; } in setNextLineBox()
40 void setPreviousLineBox(InlineRunBox* p) { m_prevLine = p; } in setPreviousLineBox()
46 InlineRunBox* m_prevLine; // The previous box that also uses our RenderObject
47 InlineRunBox* m_nextLine; // The next box that also uses our RenderObject
DRenderSVGInline.cpp51 InlineRunBox* firstBox = firstLineBox(); in absoluteRects()
62 for (InlineRunBox* curr = firstBox; curr; curr = curr->nextLineBox()) { in absoluteRects()
70 InlineRunBox* firstBox = firstLineBox(); in absoluteQuads()
81 for (InlineRunBox* curr = firstBox; curr; curr = curr->nextLineBox()) { in absoluteQuads()
DRenderLineBoxList.cpp87 for (InlineRunBox* curr = box; curr; curr = curr->nextLineBox()) in extractLineBox()
131 InlineRunBox* next; in deleteLineBoxes()
132 for (InlineRunBox* curr = m_firstLineBox; curr; curr = next) { in deleteLineBoxes()
143 for (InlineRunBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) in dirtyLineBoxes()
284 InlineRunBox* runBox = toRenderInline(curr)->lastLineBox(); in dirtyLinesFromChangedChild()
DRenderSVGText.cpp125 for (InlineRunBox* runBox = firstLineBox(); runBox; runBox = runBox->nextLineBox()) { in absoluteRects()
146 for (InlineRunBox* runBox = firstLineBox(); runBox; runBox = runBox->nextLineBox()) { in absoluteQuads()
172 for (InlineRunBox* runBox = firstLineBox(); runBox; runBox = runBox->nextLineBox()) { in objectBoundingBox()
DInlineTextBox.h40 class InlineTextBox : public InlineRunBox {
43 : InlineRunBox(obj) in InlineTextBox()
DInlineFlowBox.cpp166 InlineRunBox::adjustPosition(dx, dy); in adjustPosition()
717 for (InlineRunBox* curr = prevLineBox(); curr; curr = curr->prevLineBox()) in paintFillLayer()
721 for (InlineRunBox* curr = this; curr; curr = curr->nextLineBox()) in paintFillLayer()
802 for (InlineRunBox* curr = prevLineBox(); curr; curr = curr->prevLineBox()) in paintBoxDecorations()
806 for (InlineRunBox* curr = this; curr; curr = curr->nextLineBox()) in paintBoxDecorations()
873 for (InlineRunBox* curr = prevLineBox(); curr; curr = curr->prevLineBox()) in paintMask()
877 for (InlineRunBox* curr = this; curr; curr = curr->nextLineBox()) in paintMask()
DInlineFlowBox.h33 class InlineFlowBox : public InlineRunBox {
36 : InlineRunBox(obj) in InlineFlowBox()
DRenderInline.cpp83 for (InlineRunBox* box = firstLineBox(); box; box = box->nextLineBox()) in destroy()
413 if (InlineRunBox* curr = firstLineBox()) { in absoluteRects()
432 if (InlineRunBox* curr = firstLineBox()) { in absoluteQuads()
537 for (InlineRunBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) { in linesBoundingBox()
937 for (InlineRunBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) { in addFocusRingRects()
995 for (InlineRunBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) { in paintOutline()
DRenderText.cpp155 for (InlineRunBox* curr = box; curr; curr = curr->nextLineBox()) in extractTextBox()
DRenderBlock.cpp2850 … for (InlineRunBox* currBox = firstLineBox(); currBox; currBox = currBox->nextLineBox()) { in rightmostPosition()
2945 for (InlineRunBox* currBox = firstLineBox(); currBox; currBox = currBox->nextLineBox()) in leftmostPosition()
DRenderLayer.cpp2988 for (InlineRunBox* curr = firstBox->nextLineBox(); curr; curr = curr->nextLineBox()) in localBoundingBox()
/external/webkit/WebCore/
DWebCore.gypi2992 'rendering/InlineRunBox.h',
DGNUmakefile.am1758 WebCore/rendering/InlineRunBox.h \
DChangeLog-2006-12-3115095 * rendering/InlineRunBox.h:
18591 * rendering/InlineRunBox.h:
18592 (WebCore::InlineRunBox::paintBackgroundAndBorder):
18593 (WebCore::InlineRunBox::paintDecorations):
54905 * rendering/InlineRunBox.h: Added.
54906 (WebCore::InlineRunBox::InlineRunBox):
54907 (WebCore::InlineRunBox::paintBackgroundAndBorder):
54908 (WebCore::InlineRunBox::paintDecorations):
DChangeLog-2005-08-2330093 (khtml::InlineRunBox::paintBackgroundAndBorder):
33903 (khtml::InlineTextBox:::InlineRunBox):
41440 (khtml::InlineTextBox:::InlineRunBox):
50519 (khtml::InlineRunBox::paintBackgroundAndBorder):
50520 (khtml::InlineRunBox::paintDecorations):
52512 (khtml::InlineRunBox::prevLineBox):
52513 (khtml::InlineRunBox::nextLineBox):
52541 (khtml::InlineTextBox:::InlineRunBox):
DChangeLog-2007-10-145399 * rendering/InlineRunBox.h:
67739 * rendering/InlineRunBox.h:
67740 (WebCore::InlineRunBox::paintBoxDecorations):
67741 (WebCore::InlineRunBox::paintTextDecorations):
DChangeLog-2006-05-108392 (WebCore::InlineFlowBox:::InlineRunBox):
DChangeLog-2010-01-2935808 * rendering/InlineRunBox.h:
/external/webkit/WebCore/WebCore.xcodeproj/
Dproject.pbxproj2919 …FF5E20A155A05000A4234 /* InlineRunBox.h in Headers */ = {isa = PBXBuildFile; fileRef = A8CFF5DB0A1…
8132 …55A05000A4234 /* InlineRunBox.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…
15599 A8CFF5DB0A155A05000A4234 /* InlineRunBox.h */,
17281 A8CFF5E20A155A05000A4234 /* InlineRunBox.h in Headers */,