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/
RenderBlock.cpp 125 m_hadHorizontalLayoutOverflow = m_block->hasHorizontalLayoutOverflow();
135 bool hasHorizontalLayoutOverflow = m_block->hasHorizontalLayoutOverflow();
138 bool horizontalLayoutOverflowChanged = hasHorizontalLayoutOverflow != m_hadHorizontalLayoutOverflow;
144 RefPtrWillBeRawPtr<OverflowEvent> event = OverflowEvent::create(horizontalLayoutOverflowChanged, hasHorizontalLayoutOverflow, verticalLayoutOverflowChanged, hasVerticalLayoutOverflow);
    [all...]
RenderBox.h 583 bool hasHorizontalLayoutOverflow() const
    [all...]

Completed in 1514 milliseconds