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

/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DWebVideoFullscreenHUDWindowController.mm306 static const CGFloat volumeSliderWidth = 50;
357 _volumeSlider = createControlWithMediaUIControlType(wkMediaUIControlSlider, NSMakeRect(left, volumeControlsBottom + webkit_CGFloor((volumeButtonHeight - volumeSliderHeight) / 2), volumeSliderWidth, volumeSliderHeight));
363 left += volumeSliderWidth + volumeUpButtonLeftMargin;
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DFullscreenVideoController.cpp64 static const int volumeSliderWidth = 50; variable
240 , m_volumeUpButton(HUDButton::VolumeUpButton, IntPoint(margin + buttonMiniSize + volumeSliderWidth + buttonMiniSize / 2, marginTop + (buttonSize - buttonMiniSize) / 2))
244 , m_volumeSlider(HUDSlider::RoundButton, volumeSliderButtonSize, IntRect(IntPoint(margin + buttonMiniSize, marginTop + (buttonSize - buttonMiniSize) / 2 + buttonMiniSize / 2 - sliderHeight / 2), IntSize(volumeSliderWidth, sliderHeight)))

Completed in 127 milliseconds