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

  /external/webrtc/webrtc/base/
win32window.h 21 // Win32Window
24 class Win32Window {
26 Win32Window();
27 virtual ~Win32Window();
win32window.cc 13 #include "webrtc/base/win32window.h"
18 // Win32Window
22 HINSTANCE Win32Window::instance_ = NULL;
23 ATOM Win32Window::window_class_ = 0;
25 Win32Window::Win32Window() : wnd_(NULL) {
28 Win32Window::~Win32Window() {
32 bool Win32Window::Create(HWND parent, const wchar_t* title, DWORD style,
42 reinterpret_cast<LPCWSTR>(&Win32Window::WndProc)
    [all...]

Completed in 40 milliseconds