Home
last modified time | relevance | path

Searched refs:horizontalLayoutOverflowChanged (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp127 …bool horizontalLayoutOverflowChanged = hasHorizontalLayoutOverflow != m_hadHorizontalLayoutOverflo… in ~OverflowEventDispatcher() local
130 if (!horizontalLayoutOverflowChanged && !verticalLayoutOverflowChanged) in ~OverflowEventDispatcher()
133 …RefPtr<OverflowEvent> event = OverflowEvent::create(horizontalLayoutOverflowChanged, hasHorizontal… in ~OverflowEventDispatcher()