Home
last modified time | relevance | path

Searched defs:isHorizontal (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderFlexibleBox.h58 bool isHorizontal() const { return style()->boxOrient() == HORIZONTAL; } in isHorizontal() function
DRenderScrollbar.cpp146 bool isHorizontal = orientation() == HorizontalScrollbar; in updateScrollbarParts() local
243 bool isHorizontal = orientation() == HorizontalScrollbar; in buttonRect() local
DRenderMarquee.cpp101 bool RenderMarquee::isHorizontal() const in isHorizontal() function in WebCore::RenderMarquee
/external/webkit/WebCore/dom/
DWheelEvent.h55 bool isHorizontal() const { return m_wheelDeltaX; } in isHorizontal() function
/external/webkit/WebCore/platform/win/
DWheelEventWin.cpp65 PlatformWheelEvent::PlatformWheelEvent(HWND hWnd, WPARAM wParam, LPARAM lParam, bool isHorizontal) in PlatformWheelEvent()
/external/webkit/WebKit/win/
DDOMEventsClasses.cpp715 HRESULT STDMETHODCALLTYPE DOMWheelEvent::isHorizontal( in isHorizontal() function in DOMWheelEvent
DWebView.cpp1336 bool WebView::mouseWheel(WPARAM wParam, LPARAM lParam, bool isHorizontal) in mouseWheel()