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

/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebScrollbarImpl.cpp121 bool WebScrollbarImpl::isLeftSideVerticalScrollbar() const function in class:blink::WebScrollbarImpl
123 return m_scrollbar->isLeftSideVerticalScrollbar();
H A DWebScrollbarThemeClientImpl.cpp157 bool WebScrollbarThemeClientImpl::isLeftSideVerticalScrollbar() const function in class:WebCore::WebScrollbarThemeClientImpl
159 return m_scrollbar->isLeftSideVerticalScrollbar();
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCompositorSupport.h83 virtual WebScrollbarLayer* createSolidColorScrollbarLayer(WebScrollbar::Orientation, int thumbThickness, int trackStart, bool isLeftSideVerticalScrollbar) { return 0; } argument
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginScrollbarImpl.cpp191 bool WebPluginScrollbarImpl::isLeftSideVerticalScrollbar() const function in class:blink::WebPluginScrollbarImpl
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbar.cpp132 bool Scrollbar::isLeftSideVerticalScrollbar() const function in class:WebCore::Scrollbar
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
H A DScrollingCoordinator.cpp257 PassOwnPtr<WebScrollbarLayer> ScrollingCoordinator::createSolidColorScrollbarLayer(ScrollbarOrientation orientation, int thumbThickness, int trackStart, bool isLeftSideVerticalScrollbar) argument
260 OwnPtr<WebScrollbarLayer> scrollbarLayer = adoptPtr(blink::Platform::current()->compositorSupport()->createSolidColorScrollbarLayer(webOrientation, thumbThickness, trackStart, isLeftSideVerticalScrollbar));

Completed in 116 milliseconds