OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:volumeSliderWidth
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp
61
static const int
volumeSliderWidth
= 50;
235
, m_volumeUpButton(HUDButton::VolumeUpButton, IntPoint(margin + buttonMiniSize +
volumeSliderWidth
+ buttonMiniSize / 2, marginTop + (buttonSize - buttonMiniSize) / 2))
239
, m_volumeSlider(HUDSlider::RoundButton, volumeSliderButtonSize, IntRect(IntPoint(margin + buttonMiniSize, marginTop + (buttonSize - buttonMiniSize) / 2 + buttonMiniSize / 2 - sliderHeight / 2), IntSize(
volumeSliderWidth
, sliderHeight)))
/external/webkit/Source/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.mm
342
static const CGFloat
volumeSliderWidth
= 50;
398
_volumeSlider = createControlWithMediaUIControlType(WKMediaUIControlSlider, NSMakeRect(left, volumeControlsBottom + webkit_CGFloor((volumeButtonHeight - volumeSliderHeight) / 2),
volumeSliderWidth
, volumeSliderHeight));
404
left +=
volumeSliderWidth
+ volumeUpButtonLeftMargin;
Completed in 37 milliseconds