Searched refs:m_fullscreenWindow (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/WebKit-7600.1.25/win/
H A DFullscreenVideoController.cpp251 , m_fullscreenWindow(adoptPtr(new MediaPlayerPrivateFullscreenWindow(this)))
280 m_fullscreenWindow->createWindow(parentHwnd);
281 ::ShowWindow(m_fullscreenWindow->hwnd(), SW_SHOW);
282 m_fullscreenWindow->setRootChildLayer(m_rootChild);
290 GetClientRect(m_fullscreenWindow->hwnd(), &windowRect);
301 if (m_fullscreenWindow)
302 m_fullscreenWindow = nullptr;
442 InvalidateRect(m_fullscreenWindow->hwnd(), &clearRect, true);
455 m_hudPosition.x(), m_hudPosition.y(), 0, 0, m_fullscreenWindow->hwnd(), 0, gInstance, 0);
H A DFullscreenVideoController.h158 OwnPtr<WebCore::MediaPlayerPrivateFullscreenWindow> m_fullscreenWindow; member in class:FullscreenVideoController

Completed in 84 milliseconds