Searched defs:exstyle (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dwin32window.cc33 DWORD exstyle, int x, int y, int cx, int cy) {
61 wnd_ = ::CreateWindowEx(exstyle, kWindowBaseClassName, title, style,
32 Create(HWND parent, const wchar_t* title, DWORD style, DWORD exstyle, int x, int y, int cx, int cy) argument
H A Dwin32windowpicker.cc39 LONG exstyle = GetWindowLong(hwnd, GWL_EXSTYLE); local
41 (owner && !(exstyle & WS_EX_APPWINDOW))) {
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dwindow_capturer_win.cc35 LONG exstyle = GetWindowLong(hwnd, GWL_EXSTYLE); local
37 (owner && !(exstyle & WS_EX_APPWINDOW))) {

Completed in 160 milliseconds