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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DQTMovieGWorld.cpp99 WindowPtr m_fullscreenWindow; member in class:QTMovieGWorldPrivate
124 , m_fullscreenWindow(0)
137 ASSERT(!m_fullscreenWindow);
396 BeginFullScreen(&m_private->m_fullscreenRestoreState, 0, 0, 0, &m_private->m_fullscreenWindow, 0, fullScreenAllowEvents);
397 QTMLSetWindowWndProc(m_private->m_fullscreenWindow, fullscreenWndProc);
398 CreatePortAssociation(GetPortNativeWindow(m_private->m_fullscreenWindow), 0, 0);
402 SetMovieGWorld(m_private->m_movie, reinterpret_cast<CGrafPtr>(m_private->m_fullscreenWindow), GetGWorldDevice(reinterpret_cast<CGrafPtr>(m_private->m_fullscreenWindow)));
405 Rect rect = m_private->m_fullscreenWindow->portRect;
425 HWND wnd = static_cast<HWND>(GetPortNativeWindow(m_private->m_fullscreenWindow));
[all...]
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DFullscreenVideoController.cpp253 , m_fullscreenWindow(adoptPtr(new MediaPlayerPrivateFullscreenWindow(this)))
284 m_fullscreenWindow->createWindow(parentHwnd);
285 ::ShowWindow(m_fullscreenWindow->hwnd(), SW_SHOW);
287 m_fullscreenWindow->setRootChildLayer(m_rootChild);
296 GetClientRect(m_fullscreenWindow->hwnd(), &windowRect);
307 if (m_fullscreenWindow)
308 m_fullscreenWindow = nullptr;
450 InvalidateRect(m_fullscreenWindow->hwnd(), &clearRect, true);
463 m_hudPosition.x(), m_hudPosition.y(), 0, 0, m_fullscreenWindow->hwnd(), 0, gInstance, 0);
H A DFullscreenVideoController.h159 OwnPtr<WebCore::MediaPlayerPrivateFullscreenWindow> m_fullscreenWindow; member in class:FullscreenVideoController

Completed in 102 milliseconds