Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp106 class OverflowEventDispatcher { class
107 WTF_MAKE_NONCOPYABLE(OverflowEventDispatcher);
109 OverflowEventDispatcher(const RenderBlock* block) in OverflowEventDispatcher() function in WebCore::OverflowEventDispatcher
119 ~OverflowEventDispatcher() in ~OverflowEventDispatcher()
1250 OverflowEventDispatcher dispatcher(this); in layout()