HomeSort by relevance Sort by last modified time
    Searched refs:SetWindowPos (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/chromium_org/chrome_frame/infobars/internal/
displaced_window_manager.cc 11 // Call SetWindowPos with SWP_FRAMECHANGED for displaced window.
13 ::SetWindowPos(m_hWnd,
  /external/chromium/chrome/browser/ui/views/bubble/
border_widget_win.cc 23 SetWindowPos(owner, 0, 0, 0, 0,
  /external/chromium_org/chrome/browser/ui/views/
dropdown_bar_host_win.cc 37 ::SetWindowPos(host_->GetNativeView(), HWND_TOP, new_pos.x(), new_pos.y(),
  /external/chromium_org/third_party/npapi/npspy/windows/
gui_pause.cpp 60 SetWindowPos(hWnd, NULL, 0,0,0,0, SWP_NOZORDER);
gui_main.cpp 140 SetWindowPos(hWnd, logger->bOnTop ? HWND_TOPMOST : HWND_NOTOPMOST, 0,0,0,0,SWP_NOMOVE|SWP_NOSIZE);
179 SetWindowPos(hWnd, NULL, logger->x, logger->y, logger->width, logger->height, SWP_NOZORDER);
181 SetWindowPos(hWnd, logger->bOnTop ? HWND_TOPMOST : HWND_NOTOPMOST, 0,0,0,0, SWP_NOMOVE | SWP_NOSIZE);
222 SetWindowPos(hWndButtonOptions, NULL,
229 SetWindowPos(hWndClear, NULL,
236 SetWindowPos(hWndCheckMute, NULL,
243 SetWindowPos(hWndCheckOntop, NULL,
248 SetWindowPos(hWndOutput, NULL,
loggerw.cpp 117 SetWindowPos(hWnd, bOnTop ? HWND_TOPMOST : HWND_NOTOPMOST, 0,0,0,0, SWP_NOMOVE | SWP_NOSIZE);
  /external/chromium_org/ui/views/win/
scoped_fullscreen_visibility.cc 27 SetWindowPos(hwnd_, NULL, 0, 0, 0, 0,
fullscreen_handler.cc 81 SetWindowPos(hwnd_, NULL, window_rect.x(), window_rect.y(),
87 // here are ugly, but if SetWindowPos() doesn't redraw, the taskbar won't be
95 SetWindowPos(hwnd_, NULL, new_rect.x(), new_rect.y(),
hwnd_message_handler.cc 532 SetWindowPos(hwnd(), NULL, bounds_in_pixels.x(), bounds_in_pixels.y(),
538 SetWindowPos(hwnd(), NULL, 0, 0, size.width(), size.height(),
554 SetWindowPos(hwnd(), other_hwnd, 0, 0, 0, 0,
559 SetWindowPos(hwnd(), HWND_TOP, 0, 0, 0, 0,
626 SetWindowPos(hwnd(), NULL, 0, 0, 0, 0,
651 ::SetWindowPos(hwnd(), HWND_TOP, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE);
667 ::SetWindowPos(hwnd(), on_top ? HWND_TOPMOST : HWND_NOTOPMOST,
702 SetWindowPos(hwnd(), NULL, 0, 0, 0, 0,
928 SetWindowPos(hwnd(), NULL, client.left, client.top,
    [all...]
  /external/chromium_org/ui/views/controls/native/
native_view_host_win.cc 105 SetWindowPos(host_->native_view(), 0, bounds.x(), bounds.y(),
111 SetWindowPos(host_->native_view(), 0, bounds.x(), bounds.y(),
122 SetWindowPos(host_->native_view(), 0, 0, 0, 0, 0,
  /external/chromium/chrome/browser/ui/views/
dropdown_bar_host_win.cc 46 ::SetWindowPos(host_->GetNativeView(), HWND_TOP, new_pos.x(), new_pos.y(),
  /external/chromium_org/chrome_frame/ready_mode/internal/
ready_prompt_content.cc 40 window_->SetWindowPos(HWND_TOP, &dimensions,
  /external/chromium_org/chrome_frame/turndown_prompt/
turndown_prompt_content.cc 40 window_->SetWindowPos(HWND_TOP, &dimensions,
  /external/chromium_org/remoting/host/
disconnect_window_win.cc 295 SetWindowPos(hwnd_, NULL, left, top, 0, 0, SWP_NOSIZE | SWP_NOZORDER);
342 if (!SetWindowPos(hwnd_message, NULL,
360 if (!SetWindowPos(hwnd_button, NULL,
374 if (!SetWindowPos(hwnd_, NULL, 0, 0, width, height,
verify_config_window_win.cc 103 SetWindowPos(NULL, x, y, -1, -1, SWP_NOSIZE | SWP_NOZORDER | SWP_NOACTIVATE);
  /external/chromium_org/remoting/host/setup/win/
host_configurer_window.cc 113 SetWindowPos(NULL, x, y, -1, -1, SWP_NOSIZE | SWP_NOZORDER | SWP_NOACTIVATE);
  /external/chromium_org/win8/metro_driver/
metro_driver_win7.cc 103 ::SetWindowPos(window,
  /external/chromium_org/ui/base/win/
hwnd_util.cc 33 SetWindowPos(hwnd, 0, new_window_rect.x(), new_window_rect.y(),
47 ::SetWindowPos(hwnd, 0, bounds.left, bounds.top,
  /external/chromium/chrome/browser/ui/views/tabs/
native_view_photobooth_win.cc 81 SetWindowPos(current_hwnd_, NULL, 0, 0, 0, 0,
  /external/chromium_org/chrome/browser/ui/views/tabs/
native_view_photobooth_win.cc 80 SetWindowPos(current_hwnd_, NULL, 0, 0, 0, 0,
  /external/chromium_org/ui/aura/
root_window_host_win.cc 102 SetWindowPos(hwnd(),
132 SetWindowPos(
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_stack_view.cc 231 ::SetWindowPos(views::HWNDForWidget(window_),
438 ::SetWindowPos(native_stack_window, native_panel_window, 0, 0, 0, 0,
  /external/chromium_org/ui/views/widget/
tooltip_manager_win.cc 247 ::SetWindowPos(tooltip_hwnd_, NULL, bounds.left, bounds.top, 0, 0,
376 ::SetWindowPos(keyboard_tooltip_hwnd_, NULL, rect_bounds.left,
  /external/chromium/chrome/browser/
gpu_process_host_ui_shim.cc 281 SetWindowPos(handle,
  /external/chromium/chrome/browser/ui/tabs/
dock_info_win.cc 322 SetWindowPos(window(), HWND_TOP, bounds.x(), bounds.y(), bounds.width(),

Completed in 983 milliseconds

1 2 3