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

/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DHWndDC.h38 : m_hwnd(0)
44 : m_hwnd(hwnd)
50 : m_hwnd(hwnd)
63 m_hwnd = hwnd;
72 ::ReleaseDC(m_hwnd, m_hdc);
73 m_hwnd = 0;
83 HWND m_hwnd; member in class:WebCore::HWndDC
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DMediaPlayerPrivateFullscreenWindow.cpp46 , m_hwnd(0)
52 if (!m_hwnd)
55 ::DestroyWindow(m_hwnd);
56 ASSERT(!m_hwnd);
73 ASSERT(!m_hwnd);
85 ASSERT(IsWindow(m_hwnd));
89 m_layerTreeHost->setWindow(m_hwnd);
92 ::SetFocus(m_hwnd);
113 if (m_hwnd) {
114 m_layerTreeHost->setWindow(m_hwnd);
[all...]
H A DMediaPlayerPrivateFullscreenWindow.h59 HWND hwnd() const { return m_hwnd; }
75 HWND m_hwnd; member in class:WebCore::MediaPlayerPrivateFullscreenWindow

Completed in 170 milliseconds