Lines Matching full:slider
2749 - fixed some edge cases in the slider thumb element handler; since this is
10355 Slider cleanup. Let the theme set the size of the slider thumb.
10905 New implementation of slider control.
10907 * WebCore.xcodeproj/project.pbxproj: Removed DeprecatedSlider and Slider classes, added RenderSlider class.
10910 * platform/Slider.h: Removed.
10915 * css/CSSSelector.cpp: (WebCore::CSSSelector::extractPseudoType): Added code for "-webkit-slider-thumb".
10922 * css/html4.css: Added style for input[type="range"] and input[type="range"]::-webkit-slider-thumb
10928 * page/EventHandler.cpp: Added concept of a node that will capture all mouse events. This will be used by the slider thumb, so it can
10929 continue to capture mouse move events during the drag, even though those events aren't directly over the slider.
10940 (WebCore::HTMLSliderThumbElement::defaultEventHandler): Handles positioning of slider thumb during drag.
10962 * rendering/RenderTheme.cpp: Added drawing code for slider track and thumb.
11291 (Slider::focusPolicy):
13022 (Slider::focusPolicy): Ditto.
13882 (Slider::focusPolicy):
19048 (Slider::focusPolicy):
20982 (WebCore::Slider::~Slider):
20983 (WebCore::Slider::setMinValue):
37652 (WebCore::Slider::Slider):
37653 (WebCore::Slider::sizeHint):
37654 (WebCore::Slider::~Slider):
37655 (WebCore::Slider::setValue):
37656 (WebCore::Slider::setMaxValue):
37657 (WebCore::Slider::setMinValue):
37658 (WebCore::Slider::setFont):
37659 (WebCore::Slider::value):
37660 (WebCore::Slider::focusPolicy):
44120 * platform/Slider.h:
44465 * platform/Slider.h: Added.
48706 the new NSView-less slider.