HomeSort by relevance Sort by last modified time
    Searched defs:m_hwnd (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateFullscreenWindow.h 63 HWND hwnd() const { return m_hwnd; }
79 HWND m_hwnd; member in class:WebCore::MediaPlayerPrivateFullscreenWindow
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 106 HWND getHwnd(){ return m_hwnd;};
112 HWND m_hwnd; member in class:SrfcInfo
119 SrfcInfo::SrfcInfo(HBITMAP bmap):m_hwnd(NULL),
129 m_hwnd = wnd;
133 SrfcInfo::SrfcInfo(HPBUFFERARB pb):m_hwnd(NULL),
144 ReleaseDC(m_hwnd,m_hdc);

Completed in 81 milliseconds