Searched defs:horizontalOverflow (Results 1 – 5 of 5) sorted by relevance
41 OverflowEvent::OverflowEvent(bool horizontalOverflowChanged, bool horizontalOverflow, bool vertical… in OverflowEvent()61 void OverflowEvent::initOverflowEvent(unsigned short orient, bool horizontalOverflow, bool vertical… in initOverflowEvent()
45 …PassRefPtr<OverflowEvent> create(bool horizontalOverflowChanged, bool horizontalOverflow, bool ver… in create()53 bool horizontalOverflow() const { return m_horizontalOverflow; } in horizontalOverflow() function
597 HRESULT STDMETHODCALLTYPE DOMOverflowEvent::horizontalOverflow( in horizontalOverflow() function in DOMOverflowEvent
2177 void RenderLayer::updateOverflowStatus(bool horizontalOverflow, bool verticalOverflow) in scrollTo()2208 bool horizontalOverflow, verticalOverflow; in scrollTo() local
2076 void FrameView::updateOverflowStatus(bool horizontalOverflow, bool verticalOverflow) in updateOverflowStatus()