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

  /external/webkit/WebKit/win/
FullscreenVideoController.cpp 50 static const int windowWidth = 438;
175 , m_playPauseButton(HUDButton::PlayPauseButton, IntPoint((windowWidth - buttonSize) / 2, marginTop))
180 , m_exitFullscreenButton(HUDButton::ExitFullscreenButton, IntPoint(windowWidth - 2 * margin - buttonMiniSize, marginTop + (buttonSize - buttonMiniSize) / 2))
182 , m_timeSlider(HUDSlider::DiamondButton, timeSliderButtonSize, IntRect(IntPoint(windowWidth / 2 - timeSliderWidth / 2, windowHeight - margin - sliderHeight), IntSize(timeSliderWidth, sliderHeight)))
349 m_hudPosition.setX((m_fullscreenSize.width() - windowWidth) / 2);
355 BitmapInfo bitmapInfo = BitmapInfo::createBottomUp(IntSize(windowWidth, windowHeight));
359 RECT clearRect = { m_hudPosition.x(), m_hudPosition.y(), m_hudPosition.x() + windowWidth, m_hudPosition.y() + windowHeight };
411 IntRect outerRect(0, 0, windowWidth, windowHeight);
413 IntRect innerRect(borderThickness, borderThickness, windowWidth - borderThickness * 2, windowHeight - borderThickness * 2);
453 context.drawText(font, leftText, IntPoint(windowWidth / 2 - timeSliderWidth / 2 - margin - font.width(leftText), windowHeight - margin - sliderHeight / (…)
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.mm 143 static const CGFloat windowWidth = 438;
151 NSWindow *window = [[WebVideoFullscreenHUDWindow alloc] initWithContentRect:NSMakeRect(0, 0, windowWidth, windowHeight)
376 CGFloat center = webkit_CGFloor((windowWidth - playButtonWidth) / 2);
383 CGFloat closeToRight = windowWidth - horizontalMargin - exitFullScreenButtonWidth;
419 [_timeline setFrame:NSMakeRect(webkit_CGFloor((windowWidth - timelineWidth) / 2), timelineBottomMargin, timelineWidth, timelineHeight)];
426 _remainingTimeText = createTimeTextField(NSMakeRect(windowWidth - timeTextFieldHorizontalMargin - timeTextFieldWidth, timelineBottomMargin, timeTextFieldWidth, timeTextFieldHeight));
  /external/webkit/WebCore/platform/chromium/
PopupMenuChromium.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/win/
QTMovieWin.cpp     [all...]
  /build/tools/droiddoc/templates/assets/
android-developer-docs.js 77 var windowWidth = $(window).width() + "px";
81 content.css({width:parseInt(windowWidth) - parseInt(navWidth) - 6 + "px"}); // necessary in order for scrollbars to be visible
270 var windowWidth = $(window).width() + "px";
280 content.css({width:parseInt(windowWidth) - parseInt(sidenavWidth) - 6 + "px"}); // necessary in order to for scrollbars to be visible
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 62 var windowWidth = $(window).width() + "px";
64 width:parseInt(windowWidth) - parseInt(navWidth) - 6 + "px"});
194 var windowWidth = $(window).width() + "px";
201 width:parseInt(windowWidth) - parseInt(sidenavWidth) - 6 + "px"});

Completed in 1033 milliseconds