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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.h 569 bool hasHorizontalLayoutOverflow() const
    [all...]
RenderBlock.cpp 114 m_hadHorizontalLayoutOverflow = m_block->hasHorizontalLayoutOverflow();
124 bool hasHorizontalLayoutOverflow = m_block->hasHorizontalLayoutOverflow();
127 bool horizontalLayoutOverflowChanged = hasHorizontalLayoutOverflow != m_hadHorizontalLayoutOverflow;
133 RefPtr<OverflowEvent> event = OverflowEvent::create(horizontalLayoutOverflowChanged, hasHorizontalLayoutOverflow, verticalLayoutOverflowChanged, hasVerticalLayoutOverflow);
    [all...]

Completed in 99 milliseconds