Searched defs:GWL_STYLE (Results 1 - 4 of 4) sorted by path

/external/chromium_org/ash/host/
H A Dash_window_tree_host_win.cc39 saved_window_style_ = GetWindowLong(hwnd(), GWL_STYLE);
43 GWL_STYLE, variable
57 SetWindowLong(hwnd(), GWL_STYLE, saved_window_style_); variable
/external/chromium_org/content/browser/renderer_host/
H A Dlegacy_render_widget_host_win.cc374 long current_style = ::GetWindowLong(hwnd(), GWL_STYLE);
375 ::SetWindowLong(hwnd(), GWL_STYLE, local
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc240 long style = ::GetWindowLong(window, GWL_STYLE);
249 long current_style = ::GetWindowLong(window, GWL_STYLE);
250 ::SetWindowLong(window, GWL_STYLE,
302 force_(!(GetWindowLong(hwnd_, GWL_STYLE) & WS_CAPTION)) {
394 long current_style = ::GetWindowLong(hwnd(), GWL_STYLE);
530 LONG style = GetWindowLong(hwnd(), GWL_STYLE);
532 SetWindowLong(hwnd(), GWL_STYLE, style & ~WS_MAXIMIZE); local
872 LONG style = GetWindowLong(hwnd(), GWL_STYLE);
889 SetWindowLong(hwnd(), GWL_STYLE, style); local
1202 SetWindowLong(hwnd(), GWL_STYLE, local
1209 SetWindowLong(hwnd(), GWL_STYLE, local
1330 SetWindowLong(hwnd(), GWL_STYLE, local
2082 SetWindowLong(hwnd(), GWL_STYLE, local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 286 milliseconds