OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_fullscreenwindow
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/win/
QTMovieGWorld.cpp
99
WindowPtr
m_fullscreenWindow
;
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
...]
/external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp
248
,
m_fullscreenWindow
(new MediaPlayerPrivateFullscreenWindow(this))
279
m_fullscreenWindow
->createWindow(parentHwnd);
281
m_fullscreenWindow
->setRootChildLayer(m_rootChild);
290
GetClientRect(
m_fullscreenWindow
->hwnd(), &windowRect);
301
if (
m_fullscreenWindow
)
302
m_fullscreenWindow
= 0;
444
InvalidateRect(
m_fullscreenWindow
->hwnd(), &clearRect, true);
457
m_hudPosition.x(), m_hudPosition.y(), 0, 0,
m_fullscreenWindow
->hwnd(), 0, gInstance, 0);
FullscreenVideoController.h
159
OwnPtr<WebCore::MediaPlayerPrivateFullscreenWindow>
m_fullscreenWindow
;
Completed in 73 milliseconds