HomeSort by relevance Sort by last modified time
    Searched refs:HUDSlider (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKit/win/
FullscreenVideoController.h 83 class HUDSlider : public HUDWidget {
87 HUDSlider(HUDSliderButtonShape, int buttonSize, const WebCore::IntRect& rect);
88 ~HUDSlider() { }
162 HUDSlider m_volumeSlider;
163 HUDSlider m_timeSlider;
FullscreenVideoController.cpp 118 HUDSlider::HUDSlider(HUDSliderButtonShape shape, int buttonSize, const IntRect& rect)
127 void HUDSlider::draw(GraphicsContext& context)
156 void HUDSlider::drag(const IntPoint& point, bool start)
181 , m_volumeSlider(HUDSlider::RoundButton, volumeSliderButtonSize, IntRect(IntPoint(margin + buttonMiniSize, marginTop + (buttonSize - buttonMiniSize) / 2 + buttonMiniSize / 2 - sliderHeight / 2), IntSize(volumeSliderWidth, sliderHeight)))
182 , m_timeSlider(HUDSlider::DiamondButton, timeSliderButtonSize, IntRect(IntPoint(windowWidth / 2 - timeSliderWidth / 2, windowHeight - margin - sliderHeight), IntSize(timeSliderWidth, sliderHeight)))

Completed in 3738 milliseconds