Searched refs:exstyle (Results 1 – 2 of 2) sorted by relevance
/external/chromium/third_party/libjingle/source/talk/base/ |
D | win32window.cc | 50 DWORD exstyle, int x, int y, int cx, int cy) { in Create() argument 70 wnd_ = ::CreateWindowEx(exstyle, kWindowBaseClassName, title, style, in Create()
|
D | win32window.h | 48 bool Create(HWND parent, const wchar_t* title, DWORD style, DWORD exstyle,
|