OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HUDSlider
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/win/
FullscreenVideoController.h
86
class
HUDSlider
: public HUDWidget {
90
HUDSlider
(HUDSliderButtonShape, int buttonSize, const WebCore::IntRect& rect);
91
~
HUDSlider
() { }
173
HUDSlider
m_volumeSlider;
174
HUDSlider
m_timeSlider;
FullscreenVideoController.cpp
122
HUDSlider
::
HUDSlider
(HUDSliderButtonShape shape, int buttonSize, const IntRect& rect)
131
void
HUDSlider
::draw(GraphicsContext& context)
160
void
HUDSlider
::drag(const IntPoint& point, bool start)
239
, m_volumeSlider(
HUDSlider
::RoundButton, volumeSliderButtonSize, IntRect(IntPoint(margin + buttonMiniSize, marginTop + (buttonSize - buttonMiniSize) / 2 + buttonMiniSize / 2 - sliderHeight / 2), IntSize(volumeSliderWidth, sliderHeight)))
240
, m_timeSlider(
HUDSlider
::DiamondButton, timeSliderButtonSize, IntRect(IntPoint(windowWidth / 2 - timeSliderWidth / 2, windowHeight - margin - sliderHeight), IntSize(timeSliderWidth, sliderHeight)))
Completed in 360 milliseconds