/external/webrtc/webrtc/base/ |
win32window.h | 31 bool Create(HWND parent, const wchar_t* title, DWORD style, DWORD exstyle,
|
win32window.cc | 33 DWORD exstyle, int x, int y, int cx, int cy) { 61 wnd_ = ::CreateWindowEx(exstyle, kWindowBaseClassName, title, style,
|
win32windowpicker.cc | 40 LONG exstyle = GetWindowLong(hwnd, GWL_EXSTYLE); local 42 (owner && !(exstyle & WS_EX_APPWINDOW))) {
|
/toolchain/binutils/binutils-2.25/binutils/ |
windint.h | 395 rc_uint_type exstyle; member in struct:rc_dialog 423 bfd_byte exstyle[4]; member in struct:bin_dialog 451 bfd_byte exstyle[4]; member in struct:bin_dialogex 638 rc_uint_type exstyle; member in struct:rc_dialog_control 660 bfd_byte exstyle[4]; member in struct:bin_dialog_control 672 bfd_byte exstyle[4]; member in struct:bin_dialogex_control
|
rcparse.y | 118 %token DIALOG DIALOGEX EXSTYLE CAPTION CLASS STYLE 160 %type <il> exstyle parennumber 352 id DIALOG memflags_move exstyle posnumexpr cnumexpr cnumexpr 361 dialog.exstyle = $4; 377 | id DIALOGEX memflags_move exstyle posnumexpr cnumexpr cnumexpr 386 dialog.exstyle = $4; 404 | id DIALOGEX memflags_move exstyle posnumexpr cnumexpr cnumexpr 413 dialog.exstyle = $4; 434 exstyle: label 439 | EXSTYLE '=' numexp [all...] |
resbin.c | 441 d->exstyle = windres_get_32 (wrbfd, data + 4, 4); 454 d->exstyle = windres_get_32 (wrbfd, data + 8, 4); 532 dc->exstyle = windres_get_32 (wrbfd, data + off + 4, 4); 541 dc->exstyle = windres_get_32 (wrbfd, data + off + 4, 4); [all...] |
resrc.c | 893 rc_uint_type exstyle) 901 n->exstyle = exstyle; 917 rc_uint_type exstyle, rc_uint_type help, 929 n = define_control (tid, id, x, y, 0, 0, cid, style, exstyle); [all...] |
/external/webrtc/webrtc/modules/desktop_capture/ |
window_capturer_win.cc | 34 LONG exstyle = GetWindowLong(hwnd, GWL_EXSTYLE); local 36 (owner && !(exstyle & WS_EX_APPWINDOW))) {
|