HomeSort by relevance Sort by last modified time
    Searched defs:windowHeight (Results 1 - 3 of 3) 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...]
  /external/webkit/WebCore/platform/chromium/
PopupMenuChromium.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/win/
QTMovieWin.cpp     [all...]

Completed in 47 milliseconds