Lines Matching full:scrollbar
2286 document when we hit a scrollbar.
6587 * platform/ScrollBar.cpp:
6588 (WebCore::Scrollbar::setProportion):
8662 * platform/ScrollBar.h: More bool return values.
8663 (WebCore::Scrollbar::handleMouseMoveEvent):
8664 (WebCore::Scrollbar::handleMouseOutEvent):
11195 enums without all of Scrollbar.h
11281 * platform/ScrollBar.h:
14951 Test: fast/forms/textarea-scrollbar.html
18096 (WebCore::HitTestResult::scrollbar):
23397 * platform/ScrollBar.h:
23415 document clip rects. Make sure a layer scrollbar can return a proper clip.
23420 Make sure a list box scrollbar can return a proper clip.
24692 scrollbar joins properly.
24720 Linux/Gdk build fixes, primarily consisting of s/ScrollBar/Scrollbar/ and
24754 (Scrollbar::Scrollbar):
24755 (Scrollbar::setSteps):
24756 (Scrollbar::scroll):
24757 (Scrollbar::setValue):
24758 (Scrollbar::setProportion):
24784 Add another method we'll need for scrollbar dodging
24842 Fix Qt/Linux build by adapting the s/ScrollBar/Scrollbar/ patch.
24854 (WebCore::Scrollbar::Scrollbar):
24855 (WebCore::Scrollbar::setSteps):
24856 (WebCore::Scrollbar::scroll):
24857 (WebCore::Scrollbar::setValue):
24858 (WebCore::Scrollbar::setProportion):
25069 Fix win32 build bustage after ggaren's Scrollbar renaming changes.
25100 (Scrollbar::Scrollbar):
25101 (Scrollbar::setSteps):
25102 (Scrollbar::scroll):
25103 (Scrollbar::setValue):
25104 (Scrollbar::setProportion):
25125 * platform/ScrollBar.cpp:
25254 manual-tests/scrollbar-hittest2.html is invalid
25256 * manual-tests/scrollbar-hittest2.html:
25328 - renamed ScrollBar to Scrollbar and scroll bar to scrollbar in every case
25371 (WebCore::MouseEventWithHitTestResults::scrollbar):
25372 * platform/ScrollBar.cpp:
25373 (WebCore::Scrollbar::Scrollbar):
25374 (WebCore::Scrollbar::setValue):
25375 (WebCore::Scrollbar::setProportion):
25376 (WebCore::Scrollbar::setSteps):
25377 (WebCore::Scrollbar::scroll):
25378 * platform/ScrollBar.h:
25381 (WebCore::Scrollbar::~Scrollbar):
25382 (WebCore::Scrollbar::orientation):
25383 (WebCore::Scrollbar::controlSize):
25384 (WebCore::Scrollbar::hasPlatformScrollbars):
25385 (WebCore::Scrollbar::client):
25416 (WebCore::RenderObject::NodeInfo::scrollbar):
25670 * platform/ScrollBar.cpp:
25671 (WebCore::ScrollBar::setValue):
25942 (ScrollBar::ScrollBar):
25943 (ScrollBar::setProportion):
26354 (WebCore::ScrollBar::ScrollBar):
26411 Refactor the code that passes mouse presses to the Mac scrollbar and make it cross-platform.
26606 * platform/ScrollBar.h:
26607 (WebCore::ScrollBar::handleMouseMoveEvent):
26608 (WebCore::ScrollBar::handleMouseOutEvent):
26635 (ScrollBar::ScrollBar):
26639 Eliminate RenderLayer::gScrollBar in favor of caching the scrollbar hit
26644 mouse is over the scrollbar.
26648 Reviewed by mjs (scrollbar), eric (font-size)
26661 (WebCore::MouseEventWithHitTestResults::scrollbar):
26677 scrollbar):
26755 * platform/ScrollBar.cpp: (WebCore::ScrollBar::ScrollBar): Added controlSize argument. The list box will use a smaller scroll bar size.
26756 * platform/ScrollBar.h:
26758 (WebCore::ScrollBar::controlSize):
26766 * rendering/RenderLayer.cpp: (WebCore::RenderLayer::createScrollbar): Updated to pass regular control size to scrollbar constructor.
27222 selectCursor checks for whether or not a scrollbar was hit. Also stub out a mouseMoved method for
27230 * platform/ScrollBar.h:
27231 (WebCore::ScrollBar::mouseMoved):
27636 (ScrollBar::setProportion):
27990 Fix Qt/Linux build after Dave's Scrollbar changes.
27994 (WebCore::ScrollBar::setProportion):
28009 Cleanup of Scrollbar APIs. Rename setKnobProportion to setProportion. Rename setScrollbarValue to updateThumbPosition.
28011 the base calls a protected virtual function, updateThumbProportion, implemented by the derived class to update the actual scrollbar itself).
28013 * platform/ScrollBar.cpp:
28014 (WebCore::ScrollBar::setValue):
28015 (WebCore::ScrollBar::setProportion):
28016 * platform/ScrollBar.h:
28017 (WebCore::ScrollBar::value):
28467 * platform/ScrollBar.h:
29906 (ScrollBar::ScrollBar):
32186 SVG with width and height 100% leaves room for scrollbar on the right.
34554 Make ScrollBar.cpp suitable for compiling on Windows by removing the #import.
34558 * platform/ScrollBar.cpp:
35073 - fix <rdar://problem/4701494> REGRESSION: Scrollbar on EPSN widget doesn't scroll (also affects Widgets widget, web inspector)
37069 * platform/ScrollBar.h:
37070 (WebCore::ScrollBar::hasPlatformScrollBars):
37661 (WebCore::ScrollBar::ScrollBar):
37662 (WebCore::ScrollBar::setSteps):
37663 (WebCore::ScrollBar::scroll):
37664 (WebCore::ScrollBar::setValue):
37665 (WebCore::ScrollBar::setKnobProportion):
39927 (ScrollBar::ScrollBar):
39928 (ScrollBar::scroll):
39929 (ScrollBar::setValue):
40006 Abstract RenderLayer scrollbar creation and destruction so that there
40007 is a clean spot in which to drop in engine scrollbar stuff.
40011 * platform/ScrollBar.h:
40012 (WebCore::ScrollBar::hasPlatformScrollBars):
40264 Begin disentangling of scrollbar logic in preparation for engine-implemented
40265 scrollbars. Split ScrollBar into two classes, an abstract base (still named
40266 ScrollBar) and a new PlatformScrollBar subclass. This subclass is used only
40267 by platforms that want to continue to use a platform scrollbar (rather than
40277 * platform/ScrollBar.h:
40279 (WebCore::ScrollBar::~ScrollBar):
40280 (WebCore::ScrollBar::orientation):
40281 (WebCore::ScrollBar::value):
40282 (WebCore::ScrollBar::client):
40941 SVG with width and height 100% leaves room for scrollbar on the right.
41033 SVG with width and height 100% leaves room for scrollbar on the right.
41846 (ScrollBar::~ScrollBar):
43219 OPTION text can paint over select element's scrollbar
43887 * rendering/RenderLayer.h: Correct a forward declaration of ScrollBar.
44117 * platform/ScrollBar.h:
44464 * platform/ScrollBar.h: Added.
48408 scrollbar if overflow is set to scroll, or if overflow is set to
50906 * rendering/RenderBlock.cpp: (WebCore::RenderBlock::isPointInScrollbar): Updated so the resize control isn't considered part of the scrollbar.