Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DOverflowEvent.cpp41 OverflowEvent::OverflowEvent(bool horizontalOverflowChanged, bool horizontalOverflow, bool vertical… in OverflowEvent()
61 void OverflowEvent::initOverflowEvent(unsigned short orient, bool horizontalOverflow, bool vertical… in initOverflowEvent()
DOverflowEvent.h45 …PassRefPtr<OverflowEvent> create(bool horizontalOverflowChanged, bool horizontalOverflow, bool ver… in create()
53 bool horizontalOverflow() const { return m_horizontalOverflow; } in horizontalOverflow() function
/external/webkit/Source/WebKit/win/
DDOMEventsClasses.cpp597 HRESULT STDMETHODCALLTYPE DOMOverflowEvent::horizontalOverflow( in horizontalOverflow() function in DOMOverflowEvent
/external/webkit/Source/WebCore/rendering/
DRenderLayer.cpp2177 void RenderLayer::updateOverflowStatus(bool horizontalOverflow, bool verticalOverflow) in scrollTo()
2208 bool horizontalOverflow, verticalOverflow; in scrollTo() local
/external/webkit/Source/WebCore/page/
DFrameView.cpp2076 void FrameView::updateOverflowStatus(bool horizontalOverflow, bool verticalOverflow) in updateOverflowStatus()