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

  /external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp 54 static const int windowWidth = 438;
233 , m_playPauseButton(HUDButton::PlayPauseButton, IntPoint((windowWidth - buttonSize) / 2, marginTop))
238 , m_exitFullscreenButton(HUDButton::ExitFullscreenButton, IntPoint(windowWidth - 2 * margin - buttonMiniSize, marginTop + (buttonSize - buttonMiniSize) / 2))
240 , m_timeSlider(HUDSlider::DiamondButton, timeSliderButtonSize, IntRect(IntPoint(windowWidth / 2 - timeSliderWidth / 2, windowHeight - margin - sliderHeight), IntSize(timeSliderWidth, sliderHeight)))
433 m_hudPosition.setX((m_fullscreenSize.width() - windowWidth) / 2);
439 BitmapInfo bitmapInfo = BitmapInfo::createBottomUp(IntSize(windowWidth, windowHeight));
443 RECT clearRect = { m_hudPosition.x(), m_hudPosition.y(), m_hudPosition.x() + windowWidth, m_hudPosition.y() + windowHeight };
495 IntRect outerRect(0, 0, windowWidth, windowHeight);
497 IntRect innerRect(borderThickness, borderThickness, windowWidth - borderThickness * 2, windowHeight - borderThickness * 2);
538 context.drawText(font, leftText, IntPoint(windowWidth / 2 - timeSliderWidth / 2 - margin - font.width(leftText), windowHeight - margin - sliderHeight / (…)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovieGWorld.cpp 408 int windowWidth = rect.right - rect.left;
410 float windowRatio = static_cast<float>(windowWidth) / windowHeight;
411 int actualWidth = (windowRatio > movieRatio) ? (windowHeight * movieRatio) : windowWidth;
412 int actualHeight = (windowRatio < movieRatio) ? (windowWidth / movieRatio) : windowHeight;
413 int offsetX = (windowWidth - actualWidth) / 2;
  /external/webkit/Source/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.mm 142 static const CGFloat windowWidth = 438;
150 NSWindow *window = [[WebVideoFullscreenHUDWindow alloc] initWithContentRect:NSMakeRect(0, 0, windowWidth, windowHeight)
375 CGFloat center = webkit_CGFloor((windowWidth - playButtonWidth) / 2);
382 CGFloat closeToRight = windowWidth - horizontalMargin - exitFullscreenButtonWidth;
418 [_timeline setFrame:NSMakeRect(webkit_CGFloor((windowWidth - timelineWidth) / 2), timelineBottomMargin, timelineWidth, timelineHeight)];
425 _remainingTimeText = createTimeTextField(NSMakeRect(windowWidth - timeTextFieldHorizontalMargin - timeTextFieldWidth, timelineBottomMargin, timeTextFieldWidth, timeTextFieldHeight));
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller.h 210 - (NSPoint)windowTopLeftForWidth:(int)windowWidth
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp     [all...]
  /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"});
  /external/doclava/res/assets/templates/assets/
doclava-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
282 var windowWidth = $(window).width() + "px";
291 content.css({width:parseInt(windowWidth) - parseInt(sidenavWidth) - 6 + "px"}); // necessary in order to for scrollbars to be visible
  /frameworks/base/core/java/android/webkit/
WebViewCore.java     [all...]

Completed in 300 milliseconds