Searched refs:GWL_STYLE (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/ui/views/win/
H A Dfullscreen_handler.cc59 saved_window_info_.style = GetWindowLong(hwnd_, GWL_STYLE);
68 SetWindowLong(hwnd_, GWL_STYLE,
90 SetWindowLong(hwnd_, GWL_STYLE, saved_window_info_.style);
H A Dhwnd_util_aurawin.cc38 DWORD style = ::GetWindowLong(hwnd, GWL_STYLE);
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/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/chrome/installer/util/
H A Dhtml_dialog_impl.cc90 LONG_PTR style = ::GetWindowLongPtrW(target_window, GWL_STYLE);
169 LONG_PTR style = ::GetWindowLongPtrW(top_window, GWL_STYLE);
170 ::SetWindowLongPtrW(top_window, GWL_STYLE, style & ~WS_SYSMENU);
/external/chromium_org/chrome/browser/
H A Dfullscreen_win.cc80 LONG style = ::GetWindowLong(wnd, GWL_STYLE);
/external/chromium_org/ui/base/win/
H A Dmouse_wheel_util.cc21 while (GetWindowLong(window, GWL_STYLE) & WS_CHILD) {
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dchrome_native_app_window_views_win.cc72 int current_style = ::GetWindowLong(hwnd, GWL_STYLE);
73 ::SetWindowLong(hwnd, GWL_STYLE, current_style | WS_CAPTION);
/external/deqp/framework/platform/win32/
H A DtcuWin32Window.cpp111 if (!AdjustWindowRect(&rc, GetWindowLong(m_window, GWL_STYLE), GetMenu(m_window) != NULL))
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_view_browsertest.cc45 LONG styles = ::GetWindowLong(native_window, GWL_STYLE);
73 LONG styles = ::GetWindowLong(native_window, GWL_STYLE);
H A Dpanel_view.cc442 UpdateWindowAttribute(GWL_STYLE,
450 UpdateWindowAttribute(GWL_STYLE,
739 UpdateWindowAttribute(GWL_STYLE,
/external/chromium_org/remoting/host/
H A Dverify_config_window_win.cc68 DWORD style = ::GetWindowLong(owner, GWL_STYLE);
/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/gfx/win/
H A Dhwnd_util.cc177 if (::GetWindowLong(window, GWL_STYLE) & WS_CHILD) {
/external/chromium_org/ui/platform_window/win/
H A Dwin_window.cc73 GetWindowLong(hwnd(), GWL_STYLE),
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dmain_wnd.cc561 (GetWindowLong(next, GWL_STYLE) & WS_TABSTOP)) {
568 (GetWindowLong(next, GWL_STYLE) & WS_TABSTOP)) {
/external/chromium_org/remoting/host/setup/
H A Ddaemon_installer_win.cc395 LONG style = GetWindowLong(window, GWL_STYLE);
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
H A DSDL_dibvideo.c559 AdjustWindowRectEx(&bounds, GetWindowLong(SDL_Window, GWL_STYLE), (GetMenu(SDL_Window) != NULL), 0);
562 AdjustWindowRectEx(&bounds, GetWindowLong(SDL_Window, GWL_STYLE), 0, 0);
814 style = GetWindowLong(SDL_Window, GWL_STYLE);
844 SetWindowLong(SDL_Window, GWL_STYLE, style);
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5video.c1165 style = GetWindowLong(SDL_Window, GWL_STYLE);
1190 SetWindowLong(SDL_Window, GWL_STYLE, style);
1220 AdjustWindowRectEx(&bounds, GetWindowLong(SDL_Window, GWL_STYLE), (GetMenu(SDL_Window) != NULL), 0);
1259 style = GetWindowLong(SDL_Window, GWL_STYLE);
1281 SetWindowLong(SDL_Window, GWL_STYLE, style);
1306 AdjustWindowRectEx(&bounds, GetWindowLong(SDL_Window, GWL_STYLE), (GetMenu(SDL_Window) != NULL), 0);
1625 AdjustWindowRectEx(&bounds, GetWindowLong(SDL_Window, GWL_STYLE), (GetMenu(SDL_Window) != NULL), 0);
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dglass_browser_frame_view.cc210 AdjustWindowRectEx(&rect, GetWindowLong(hwnd, GWL_STYLE), FALSE,
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_sysevents.c536 style = GetWindowLong(hwnd, GWL_STYLE);
H A DSDL_wingl.c48 style = GetWindowLong(SDL_Window, GWL_STYLE);
/external/chromium_org/win8/metro_driver/
H A Dchrome_app_view.cc213 ::SetWindowLong(hwnd, GWL_STYLE,
214 WS_POPUP | (::GetWindowLong(hwnd, GWL_STYLE) &
/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate_impl_win.cc497 SetWindowLongPtr(windowed_handle_, GWL_STYLE,
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
H A DSDL_gapivideo.c748 SetWindowLong(SDL_Window, GWL_STYLE, style);

Completed in 852 milliseconds

12