Home
last modified time | relevance | path

Searched defs:horizontalOverflow (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/events/
DOverflowEvent.h37 bool horizontalOverflow; member
53 …llBeRawPtr<OverflowEvent> create(bool horizontalOverflowChanged, bool horizontalOverflow, bool ver… in create()
63 bool horizontalOverflow() const { return m_horizontalOverflow; } in horizontalOverflow() function
DOverflowEvent.cpp47 OverflowEvent::OverflowEvent(bool horizontalOverflowChanged, bool horizontalOverflow, bool vertical… in OverflowEvent()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp2238 void FrameView::updateOverflowStatus(bool horizontalOverflow, bool verticalOverflow) in updateOverflowStatus()