HomeSort by relevance Sort by last modified time
    Searched refs:m_blocksThatHaveBegunLayout (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.cpp 282 , m_blocksThatHaveBegunLayout()
297 ASSERT(!m_blocksThatHaveBegunLayout.contains(block));
311 ASSERT(!m_blocksThatHaveBegunLayout.contains(block));
326 m_blocksThatHaveBegunLayout.add(block);
350 m_blocksThatHaveBegunLayout.add(block);
429 m_blocksThatHaveBegunLayout.clear();
855 // If block->needsLayout() is false, it does not need to be in m_blocksThatHaveBegunLayout.
858 ASSERT(m_blocksThatHaveBegunLayout.contains(block) || !block->needsLayout());
    [all...]
TextAutosizer.h 171 // m_blocksThatHaveBegunLayout assertions cover this). Note: the multiplier is still
297 BlockSet m_blocksThatHaveBegunLayout; // Used to ensure we don't compute properties of a block before beginLayout() is called on it.

Completed in 3476 milliseconds