Searched refs:markDirty (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/coordinated/
H A DCoordinatedImageBacking.h64 // When a new image is updated or an animated gif is progressed, CoordinatedGraphicsLayer calls markDirty().
65 void markDirty();
H A DCoordinatedImageBacking.cpp99 void CoordinatedImageBacking::markDirty() function in class:WebCore::CoordinatedImageBacking
H A DCoordinatedGraphicsLayer.cpp656 m_coordinatedImageBacking->markDirty();
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DInlineBox.cpp175 markDirty();
177 curr->markDirty();
H A DRenderLineBoxList.cpp382 box->markDirty();
393 adjacentBox->markDirty();
401 adjacentBox->markDirty();
H A DInlineTextBox.h74 virtual void markDirty(bool dirty = true) override final;
H A DInlineBox.h231 virtual void markDirty(bool dirty = true) { m_bitfields.setDirty(dirty); } function in class:WebCore::InlineBox
H A DRenderInline.cpp1354 currBox->inlineBoxWrapper()->root().markDirty();
1359 childLine->root().markDirty();
1363 childText->root().markDirty();
1367 currBR->inlineBoxWrapper()->root().markDirty();
H A DRenderTextLineBoxes.cpp638 firstRootBox->markDirty();
676 firstRootBox->markDirty();
H A DRenderBlockLineLayout.cpp751 lineBox->markDirty(false);
1492 line->markDirty();
1516 curr->markDirty();
H A DInlineTextBox.cpp142 void InlineTextBox::markDirty(bool dirty) function in class:WebCore::InlineTextBox
148 InlineBox::markDirty(dirty);
H A DRootInlineBox.cpp219 prev->markDirty();
H A DRenderBlockFlow.cpp291 oldFloatingObject->originatingLine()->markDirty();
2250 floatingObject->originatingLine()->markDirty();
2908 afterLowest->markDirty();

Completed in 225 milliseconds