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

  /external/webkit/WebKit/win/
FullscreenVideoController.cpp 49 static const int windowHeight = 59;
182 , m_timeSlider(HUDSlider::DiamondButton, timeSliderButtonSize, IntRect(IntPoint(windowWidth / 2 - timeSliderWidth / 2, windowHeight - margin - sliderHeight), IntSize(timeSliderWidth, sliderHeight)))
350 m_hudPosition.setY(m_fullscreenSize.height() * initialHUDPositionY - windowHeight / 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 / 2 + font.height() / 4));
459 context.drawText(font, rightText, IntPoint(windowWidth / 2 + timeSliderWidth / 2 + margin, windowHeight - margin - sliderHeight / 2 + font.height() / 4));
463 SIZE size = { windowWidth, windowHeight };
    [all...]
  /build/tools/droiddoc/templates/assets/
android-developer-docs.js 91 var windowHeight = ($(window).height() - HEADER_HEIGHT);
92 var swapperHeight = windowHeight - 13;
94 sidenav.css({height:windowHeight + "px"});
95 content.css({height:windowHeight + "px"});
223 var windowHeight = ($(window).height() - HEADER_HEIGHT);
224 var swapperHeight = windowHeight - 13; // move 13px for swapper link at the bottom
242 var windowHeight = ($(window).height() - HEADER_HEIGHT);
243 docContent.css({height:windowHeight + "px"});
244 $("#side-nav").css({height:windowHeight + "px"});
249 var swapperHeight = windowHeight - 13
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 72 var windowHeight = ($(window).height() - HEADER_HEIGHT);
73 var swapperHeight = windowHeight - 13;
75 sidenav.css({height:windowHeight + "px"});
76 content.css({height:windowHeight + "px"});
177 var windowHeight = ($(window).height() - HEADER_HEIGHT);
178 var swapperHeight = windowHeight - 13;
180 sidenav.css({height:windowHeight + "px"});
181 content.css({height:windowHeight + "px"});
  /external/webkit/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.mm 142 static const CGFloat windowHeight = 59;
151 NSWindow *window = [[WebVideoFullscreenHUDWindow alloc] initWithContentRect:NSMakeRect(0, 0, windowWidth, windowHeight)
377 _playButton = (NSButton *)createControlWithMediaUIControlType(WKMediaUIControlPlayPauseButton, NSMakeRect(center, windowHeight - playButtonTopMargin - playButtonHeight, playButtonWidth, playButtonHeight));
384 NSControl *exitFullscreenButton = createControlWithMediaUIControlType(WKMediaUIControlExitFullscreenButton, NSMakeRect(closeToRight, windowHeight - exitFullScreenButtonTopMargin - exitFullScreenButtonHeight, exitFullScreenButtonWidth, exitFullScreenButtonHeight));
390 CGFloat volumeControlsBottom = windowHeight - volumeControlsTopMargin - volumeButtonHeight;
  /external/webkit/WebCore/platform/graphics/win/
QTMovieWin.cpp     [all...]
  /external/webkit/WebCore/platform/chromium/
PopupMenuChromium.cpp     [all...]
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginView.mm 212 float windowHeight = [currentWindow frame].size.height;
220 MovePortTo(static_cast<short>(contentRect.origin.x), /* Flip Y */ static_cast<short>(windowHeight - NSMaxY(contentRect)));
    [all...]

Completed in 112 milliseconds