Searched defs:isHorizontal (Results 1 - 6 of 6) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRenderFlexibleBox.h58 bool isHorizontal() const { return style()->boxOrient() == HORIZONTAL; } function in class:WebCore::RenderFlexibleBox
H A DRenderMarquee.cpp102 bool RenderMarquee::isHorizontal() const function in class:WebCore::RenderMarquee
112 if (isHorizontal()) {
170 if (isHorizontal())
232 if (isHorizontal() && m_layer->renderer()->childrenInline()) {
241 if (isHorizontal()) {
268 if (isHorizontal())
292 int clientSize = (isHorizontal() ? m_layer->renderBox()->clientWidth() : m_layer->renderBox()->clientHeight());
294 int currentPos = (isHorizontal() ? m_layer->scrollXOffset() : m_layer->scrollYOffset());
310 if (isHorizontal())
H A DRenderScrollbar.cpp157 bool isHorizontal = orientation() == HorizontalScrollbar;
158 int oldThickness = isHorizontal ? height() : width();
163 newThickness = isHorizontal ? part->height() : part->width();
167 setFrameRect(IntRect(x(), y(), isHorizontal ? width() : newThickness, isHorizontal ? newThickness : height()));
259 bool isHorizontal = orientation() == HorizontalScrollbar; local
261 return IntRect(x(), y(), isHorizontal ? partRenderer->width() : width(), isHorizontal ? height() : partRenderer->height());
263 return IntRect(isHorizontal ? x() + width() - partRenderer->width() : x(),
265 isHorizontal
[all...]
/external/webkit/WebCore/dom/
H A DWheelEvent.h55 bool isHorizontal() const { return m_wheelDeltaX; } function in class:WebCore::WheelEvent
/external/webkit/WebKit/win/
H A DDOMEventsClasses.cpp715 HRESULT STDMETHODCALLTYPE DOMWheelEvent::isHorizontal( function in class:DOMWheelEvent
/external/webkit/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h1097 @property(readonly) BOOL isHorizontal; variable

Completed in 23 milliseconds