Searched refs:beginLayout (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextAutosizer.h253 void beginLayout(RenderBlock*);
297 BlockSet m_blocksThatHaveBegunLayout; // Used to ensure we don't compute properties of a block before beginLayout() is called on it.
H A DTextAutosizer.cpp333 // Ignore beginLayout on the same block twice.
357 void TextAutosizer::beginLayout(RenderBlock* block) function in class:blink::TextAutosizer
411 beginLayout(cell);
1088 m_textAutosizer->beginLayout(m_block);

Completed in 321 milliseconds