Home
last modified time | relevance | path

Searched refs:Win32Window (Results 1 – 5 of 5) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
Dwin32window.cc39 HINSTANCE Win32Window::instance_ = GetModuleHandle(NULL);
40 ATOM Win32Window::window_class_ = 0;
42 Win32Window::Win32Window() : wnd_(NULL) { in Win32Window() function in talk_base::Win32Window
45 Win32Window::~Win32Window() { in ~Win32Window()
49 bool Win32Window::Create(HWND parent, const wchar_t* title, DWORD style, in Create()
62 wcex.lpfnWndProc = &Win32Window::WndProc; in Create()
75 void Win32Window::Destroy() { in Destroy()
79 void Win32Window::SetInstance(HINSTANCE instance) { in SetInstance()
83 void Win32Window::Shutdown() { in Shutdown()
90 bool Win32Window::OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, in OnMessage()
[all …]
Dwin32window.h41 class Win32Window {
43 Win32Window();
44 virtual ~Win32Window();
Dwin32socketserver.h124 class MessageWindow : public Win32Window {
Dwin32socketserver.cc163 class Win32Socket::EventSink : public Win32Window {
/external/chromium/third_party/libjingle/source/talk/session/phone/
Ddevicemanager.cc70 class DeviceWatcher : public talk_base::Win32Window {