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

  /external/webkit/WebKit/win/
FullscreenVideoController.cpp 221 m_fullscreenSize.setWidth(windowRect.right - windowRect.left);
222 m_fullscreenSize.setHeight(windowRect.bottom - windowRect.top);
349 m_hudPosition.setX((m_fullscreenSize.width() - windowWidth) / 2);
350 m_hudPosition.setY(m_fullscreenSize.height() * initialHUDPositionY - windowHeight / 2);
FullscreenVideoController.h 153 WebCore::IntSize m_fullscreenSize;

Completed in 15 milliseconds