Home
last modified time | relevance | path

Searched refs:MarkLineBoxesDirty (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineBox.h33 enum MarkLineBoxes { MarkLineBoxesDirty, DontMarkLineBoxes }; enumerator
152 void remove(MarkLineBoxes = MarkLineBoxesDirty);
DInlineFlowBox.cpp184 if (markDirty == MarkLineBoxesDirty && !isDirty()) in removeChild()