Searched refs:LayoutScope (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextAutosizer.h70 class LayoutScope { class in class:blink::FINAL
72 explicit LayoutScope(RenderBlock*);
73 ~LayoutScope();
79 class TableLayoutScope : LayoutScope {
H A DTextAutosizer.cpp1080 TextAutosizer::LayoutScope::LayoutScope(RenderBlock* block) function in class:blink::TextAutosizer::LayoutScope
1093 TextAutosizer::LayoutScope::~LayoutScope()
1101 : LayoutScope(table)
H A DRenderDeprecatedFlexibleBox.cpp263 TextAutosizer::LayoutScope textAutosizerLayoutScope(this);
H A DRenderTable.cpp405 // Note: RenderTable is handled differently than other RenderBlocks and the LayoutScope
407 TextAutosizer::LayoutScope textAutosizerLayoutScope(this);
H A DRenderFlexibleBox.cpp239 TextAutosizer::LayoutScope textAutosizerLayoutScope(this);
H A DRenderGrid.cpp343 TextAutosizer::LayoutScope textAutosizerLayoutScope(this);
H A DRenderBlock.cpp1588 TextAutosizer::LayoutScope textAutosizerLayoutScope(this);
H A DRenderBlockFlow.cpp436 TextAutosizer::LayoutScope textAutosizerLayoutScope(this);

Completed in 1889 milliseconds