Home
last modified time | relevance | path

Searched refs:statePusher (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderMedia.cpp75 …LayoutStateMaintainer statePusher(view(), this, IntSize(x(), y()), hasTransform() || hasReflection… in layout() local
84 statePusher.pop(); in layout()
DRenderTableSection.cpp263 LayoutStateMaintainer statePusher(view()); in setCellLogicalWidths() local
306 if (!statePusher.didPush()) { in setCellLogicalWidths()
309 statePusher.push(this, IntSize(x(), y())); in setCellLogicalWidths()
321 statePusher.pop(); // only pops if we pushed in setCellLogicalWidths()
345 LayoutStateMaintainer statePusher(view()); in setCellLogicalWidths() local
376 if (!statePusher.didPush()) { in setCellLogicalWidths()
379 statePusher.push(this, IntSize(x(), y())); in setCellLogicalWidths()
428 statePusher.pop(); in setCellLogicalWidths()
437 …LayoutStateMaintainer statePusher(view(), this, IntSize(x(), y()), style()->isFlippedBlocksWriting… in setCellLogicalWidths() local
444 statePusher.pop(); in setCellLogicalWidths()
[all …]
DRenderSlider.cpp160 …LayoutStateMaintainer statePusher(view(), this, IntSize(x(), y()), style()->isFlippedBlocksWriting… in layout() local
171 statePusher.pop(); in layout()
DRenderTableRow.cpp138 … LayoutStateMaintainer statePusher(view(), this, IntSize(), style()->isFlippedBlocksWritingMode()); in layout() local
167 statePusher.pop(); in layout()
DRenderFlexibleBox.cpp221 …LayoutStateMaintainer statePusher(view(), this, IntSize(x(), y()), hasTransform() || hasReflection… in layoutBlock() local
286 statePusher.pop(); in layoutBlock()
DRenderTable.cpp293 …LayoutStateMaintainer statePusher(view(), this, IntSize(x(), y()), style()->isFlippedBlocksWriting… in layout() local
458 statePusher.pop(); in layout()
DRenderBlock.cpp1226 …LayoutStateMaintainer statePusher(view(), this, IntSize(x(), y()), hasColumns() || hasTransform() … in layoutBlock() local
1278 if (layoutColumns(hasSpecifiedPageLogicalHeight, pageLogicalHeight, statePusher)) in layoutBlock()
1307 statePusher.pop(); in layoutBlock()
2157 …LayoutStateMaintainer statePusher(view(), this, IntSize(x(), y()), hasColumns() || hasTransform() … in simplifiedLayout() local
2178 statePusher.pop(); in simplifiedLayout()
4383 …umns(bool hasSpecifiedPageLogicalHeight, int pageLogicalHeight, LayoutStateMaintainer& statePusher) in layoutColumns() argument
4409 statePusher.pop(); in layoutColumns()
DRenderBox.cpp409 …LayoutStateMaintainer statePusher(view(), this, IntSize(x(), y()), style()->isFlippedBlocksWriting… in layout() local
415 statePusher.pop(); in layout()