Searched refs:HUDSlider (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DFullscreenVideoController.h86 class HUDSlider : public HUDWidget { class in inherits:HUDWidget
90 HUDSlider(HUDSliderButtonShape, int buttonSize, const WebCore::IntRect& rect);
91 ~HUDSlider() { }
173 HUDSlider m_volumeSlider;
174 HUDSlider m_timeSlider;
H A DFullscreenVideoController.cpp125 HUDSlider::HUDSlider(HUDSliderButtonShape shape, int buttonSize, const IntRect& rect) function in class:HUDSlider
134 void HUDSlider::draw(GraphicsContext& context)
163 void HUDSlider::drag(const IntPoint& point, bool start)
244 , m_volumeSlider(HUDSlider::RoundButton, volumeSliderButtonSize, IntRect(IntPoint(margin + buttonMiniSize, marginTop + (buttonSize - buttonMiniSize) / 2 + buttonMiniSize / 2 - sliderHeight / 2), IntSize(volumeSliderWidth, sliderHeight)))
245 , m_timeSlider(HUDSlider::DiamondButton, timeSliderButtonSize, IntRect(IntPoint(windowWidth / 2 - timeSliderWidth / 2, windowHeight - margin - sliderHeight), IntSize(timeSliderWidth, sliderHeight)))

Completed in 139 milliseconds