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.cpp269 LayoutStateMaintainer statePusher(view()); in setCellLogicalWidths() local
312 if (!statePusher.didPush()) { in setCellLogicalWidths()
315 statePusher.push(this, IntSize(x(), y())); in setCellLogicalWidths()
327 statePusher.pop(); // only pops if we pushed in setCellLogicalWidths()
351 LayoutStateMaintainer statePusher(view()); in setCellLogicalWidths() local
382 if (!statePusher.didPush()) { in setCellLogicalWidths()
385 statePusher.push(this, IntSize(x(), y())); in setCellLogicalWidths()
434 statePusher.pop(); in setCellLogicalWidths()
443 …LayoutStateMaintainer statePusher(view(), this, IntSize(x(), y()), style()->isFlippedBlocksWriting… in setCellLogicalWidths() local
450 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.cpp215 …LayoutStateMaintainer statePusher(view(), this, IntSize(x(), y()), hasTransform() || hasReflection… in layoutBlock() local
280 statePusher.pop(); in layoutBlock()
DRenderTable.cpp294 …LayoutStateMaintainer statePusher(view(), this, IntSize(x(), y()), style()->isFlippedBlocksWriting… in layout() local
459 statePusher.pop(); in layout()
DRenderBlock.cpp1241 …LayoutStateMaintainer statePusher(view(), this, IntSize(x(), y()), hasColumns() || hasTransform() … in layoutBlock() local
1293 if (layoutColumns(hasSpecifiedPageLogicalHeight, pageLogicalHeight, statePusher)) in layoutBlock()
1322 statePusher.pop(); in layoutBlock()
2177 …LayoutStateMaintainer statePusher(view(), this, IntSize(x(), y()), hasColumns() || hasTransform() … in simplifiedLayout() local
2198 statePusher.pop(); in simplifiedLayout()
4407 …umns(bool hasSpecifiedPageLogicalHeight, int pageLogicalHeight, LayoutStateMaintainer& statePusher) in layoutColumns() argument
4433 statePusher.pop(); in layoutColumns()
DRenderBox.cpp409 …LayoutStateMaintainer statePusher(view(), this, IntSize(x(), y()), style()->isFlippedBlocksWriting… in layout() local
415 statePusher.pop(); in layout()