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

/external/chromium_org/ui/aura/
H A Droot_window_host_win.cc77 saved_window_style_ = GetWindowLong(hwnd(), GWL_STYLE);
80 SetWindowLong(hwnd(), GWL_STYLE, local
92 SetWindowLong(hwnd(), GWL_STYLE, saved_window_style_); local
123 GetWindowLong(hwnd(), GWL_STYLE),
/external/chromium_org/ui/views/widget/
H A Dnative_widget_win.cc389 drag_frame_saved_window_style_ = GetWindowLong(GetNativeView(), GWL_STYLE);
396 SetWindowLong(GetNativeView(), GWL_STYLE, local
401 SetWindowLong(GetNativeView(), GWL_STYLE, drag_frame_saved_window_style_); local
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc306 long style = ::GetWindowLong(window, GWL_STYLE);
315 long current_style = ::GetWindowLong(window, GWL_STYLE);
316 ::SetWindowLong(window, GWL_STYLE,
359 force_(!(GetWindowLong(hwnd_, GWL_STYLE) & WS_CAPTION)) {
444 long current_style = ::GetWindowLong(hwnd(), GWL_STYLE);
575 LONG style = GetWindowLong(hwnd(), GWL_STYLE);
577 SetWindowLong(hwnd(), GWL_STYLE, style & ~WS_MAXIMIZE); local
1226 SetWindowLong(hwnd(), GWL_STYLE, local
1227 GetWindowLong(hwnd(), GWL_STYLE) & ~WS_VISIBLE);
1233 SetWindowLong(hwnd(), GWL_STYLE, local
1371 SetWindowLong(hwnd(), GWL_STYLE, local
2209 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 136 milliseconds