Searched refs:fullscreenClientWndProc (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DMediaPlayerPrivateFullscreenWindow.h47 virtual LRESULT fullscreenClientWndProc(HWND, UINT message, WPARAM, LPARAM) = 0;
H A DQTMovieGWorld.h51 virtual LRESULT fullscreenClientWndProc(HWND, UINT message, WPARAM, LPARAM) = 0;
H A DFullScreenController.cpp58 virtual LRESULT fullscreenClientWndProc(HWND, UINT, WPARAM, LPARAM);
72 LRESULT FullScreenController::Private::fullscreenClientWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) function in class:FullScreenController::Private
H A DMediaPlayerPrivateFullscreenWindow.cpp202 lResult = m_client->fullscreenClientWndProc(hWnd, message, wParam, lParam);
H A DQTMovieGWorld.cpp389 return movie->m_private->m_fullscreenClient->fullscreenClientWndProc(wnd, message, wParam, lParam);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DFullscreenVideoController.h119 virtual LRESULT fullscreenClientWndProc(HWND, UINT message, WPARAM, LPARAM);
H A DFullscreenVideoController.cpp385 LRESULT FullscreenVideoController::fullscreenClientWndProc(HWND wnd, UINT message, WPARAM wParam, LPARAM lParam) function in class:FullscreenVideoController

Completed in 198 milliseconds