HomeSort by relevance Sort by last modified time
    Searched defs:GWL_STYLE (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ash/host/
ash_window_tree_host_win.cc 39 saved_window_style_ = GetWindowLong(hwnd(), GWL_STYLE);
43 GWL_STYLE,
57 SetWindowLong(hwnd(), GWL_STYLE, saved_window_style_);
  /external/chromium_org/content/browser/renderer_host/
legacy_render_widget_host_win.cc 374 long current_style = ::GetWindowLong(hwnd(), GWL_STYLE);
375 ::SetWindowLong(hwnd(), GWL_STYLE,
  /external/chromium_org/ui/views/win/
hwnd_message_handler.cc 240 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);
872 LONG style = GetWindowLong(hwnd(), GWL_STYLE);
889 SetWindowLong(hwnd(), GWL_STYLE, style);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 79 milliseconds