Searched refs:nextLineBox (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderLineBoxList.cpp72 nextLine = line->nextLineBox();
89 for (InlineFlowBox* curr = box; curr; curr = curr->nextLineBox())
105 for (InlineFlowBox* curr = box; curr; curr = curr->nextLineBox()) {
119 m_firstLineBox = box->nextLineBox();
122 if (box->nextLineBox())
123 box->nextLineBox()->setPreviousLineBox(box->prevLineBox());
125 box->prevLineBox()->setNextLineBox(box->nextLineBox());
135 next = curr->nextLineBox();
145 for (InlineFlowBox* curr = firstLineBox(); curr; curr = curr->nextLineBox())
232 for (InlineFlowBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) {
[all...]
H A DRenderInline.cpp99 for (InlineFlowBox* box = firstLineBox(); box; box = box->nextLineBox())
473 for (; curr; curr = curr->nextLineBox())
517 for (InlineFlowBox* childLine = currInline->firstLineBox(); childLine; childLine = childLine->nextLineBox()) {
557 for (; curr; curr = curr->nextLineBox()) {
601 for (InlineFlowBox* childLine = currInline->firstLineBox(); childLine; childLine = childLine->nextLineBox()) {
761 for (InlineFlowBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) {
807 for (InlineFlowBox* childLine = currInline->firstLineBox(); childLine; childLine = childLine->nextLineBox()) {
941 for (InlineFlowBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) {
1249 for (InlineFlowBox* childLine = currInline->firstLineBox(); childLine; childLine = childLine->nextLineBox())
1349 for (InlineFlowBox* curr = firstLineBox(); curr; curr = curr->nextLineBox())
[all...]
H A DInlineFlowBox.cpp320 if (!nextLineBox()
1031 if ((!hasFillImage && !renderer()->style()->hasBorderRadius()) || (!prevLineBox() && !nextLineBox()) || !parent())
1046 for (InlineFlowBox* curr = this; curr; curr = curr->nextLineBox())
1049 for (InlineFlowBox* curr = nextLineBox(); curr; curr = curr->nextLineBox())
1068 if ((!prevLineBox() && !nextLineBox()) || !parent())
1129 if (!hasBorderImage || (!prevLineBox() && !nextLineBox()))
1144 for (InlineFlowBox* curr = this; curr; curr = curr->nextLineBox())
1215 if (!prevLineBox() && !nextLineBox()) {
1224 for (InlineFlowBox* curr = this; curr; curr = curr->nextLineBox())
[all...]
H A DInlineFlowBox.h67 InlineFlowBox* nextLineBox() const { return m_nextLineBox; } function in class:WebCore::InlineFlowBox
H A DRenderBoxModelObject.cpp566 if (box && (box->nextLineBox() || box->prevLineBox())) {
H A DRenderBlock.cpp189 for (InlineFlowBox* box = firstLineBox(); box; box = box->nextLineBox()) {
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGInline.cpp92 for (InlineFlowBox* box = firstLineBox(); box; box = box->nextLineBox())

Completed in 1269 milliseconds