Searched defs:isHorizontal (Results 1 – 7 of 7) sorted by relevance
58 bool isHorizontal() const { return style()->boxOrient() == HORIZONTAL; } in isHorizontal() function
146 bool isHorizontal = orientation() == HorizontalScrollbar; in updateScrollbarParts() local243 bool isHorizontal = orientation() == HorizontalScrollbar; in buttonRect() local
101 bool RenderMarquee::isHorizontal() const in isHorizontal() function in WebCore::RenderMarquee
55 bool isHorizontal() const { return m_wheelDeltaX; } in isHorizontal() function
65 PlatformWheelEvent::PlatformWheelEvent(HWND hWnd, WPARAM wParam, LPARAM lParam, bool isHorizontal) in PlatformWheelEvent()
715 HRESULT STDMETHODCALLTYPE DOMWheelEvent::isHorizontal( in isHorizontal() function in DOMWheelEvent
1336 bool WebView::mouseWheel(WPARAM wParam, LPARAM lParam, bool isHorizontal) in mouseWheel()