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

1 2

  /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 82 SetWindowPos(hwnd_, NULL, window_rect.x(), window_rect.y(),
88 // here are ugly, but if SetWindowPos() doesn't redraw, the taskbar won't be
96 SetWindowPos(hwnd_, NULL, new_rect.x(), new_rect.y(),
hwnd_message_handler.cc 535 SetWindowPos(hwnd(), NULL, bounds_in_pixels.x(), bounds_in_pixels.y(),
549 SetWindowPos(hwnd(), NULL, 0, 0, size.width(), size.height(),
567 SetWindowPos(hwnd(), other_hwnd, 0, 0, 0, 0,
572 SetWindowPos(hwnd(), HWND_TOP, 0, 0, 0, 0,
643 SetWindowPos(hwnd(), NULL, 0, 0, 0, 0,
665 ::SetWindowPos(hwnd(), HWND_TOP, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE);
681 ::SetWindowPos(hwnd(), on_top ? HWND_TOPMOST : HWND_NOTOPMOST,
726 SetWindowPos(hwnd(), NULL, 0, 0, 0, 0,
816 SetWindowPos(hwnd(), NULL, 0, 0, 0, 0, flags | SWP_HIDEWINDOW);
817 SetWindowPos(hwnd(), NULL, 0, 0, 0, 0, flags | SWP_SHOWWINDOW)
    [all...]
  /external/chromium_org/ui/views/corewm/
tooltip_win.cc 94 SetWindowPos(tooltip_hwnd_, NULL, tooltip_bounds.x(), tooltip_bounds.y(), 0,
109 SetWindowPos(tooltip_hwnd_, NULL, 0, 0, 0, 0,
134 SetWindowPos(tooltip_hwnd_, HWND_TOPMOST, 0, 0, 0, 0,
  /external/chromium_org/remoting/host/
disconnect_window_win.cc 297 SetWindowPos(hwnd_, NULL, left, top, 0, 0, SWP_NOSIZE | SWP_NOZORDER);
345 if (!SetWindowPos(hwnd_message, NULL,
363 if (!SetWindowPos(hwnd_button, NULL,
377 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/ash/host/
ash_window_tree_host_win.cc 61 SetWindowPos(hwnd(),
  /external/chromium_org/ui/gfx/win/
hwnd_util.cc 34 SetWindowPos(hwnd, 0, new_window_rect.x(), new_window_rect.y(),
48 ::SetWindowPos(hwnd, 0, bounds.left, bounds.top,
window_impl.cc 189 SetWindowPos(hwnd, NULL, 0, 0, 0, 0,
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_win.cc 191 ::SetWindowPos(hwndMain, HWND_TOP, xPos, yPos, width, height,
  /external/deqp/framework/platform/win32/
tcuWin32Window.cpp 114 if (!SetWindowPos(m_window, NULL, 0, 0,
117 throw tcu::TestError("SetWindowPos() failed", DE_NULL, __FILE__, __LINE__);
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_stack_view.cc 316 ::SetWindowPos(views::HWNDForWidget(window_),
490 ::SetWindowPos(native_stack_window, native_panel_window, 0, 0, 0, 0,
  /external/chromium_org/content/browser/renderer_host/
legacy_render_widget_host_win.cc 84 ::SetWindowPos(hwnd(), NULL, bounds_in_pixel.x(), bounds_in_pixel.y(),
  /external/chromium_org/mojo/services/native_viewport/
native_viewport_win.cc 78 SetWindowPos(hwnd(), NULL, window_bounds.x(), window_bounds.y(),
  /external/chromium_org/ui/aura/
window_tree_host_win.cc 90 SetWindowPos(
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_sysvideo.h 221 void (*SetWindowPos)(_THIS, int x, int y);
SDL_video.c     [all...]
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
screen_capturer_win_magnifier.cc 205 BOOL result = SetWindowPos(magnifier_window_,
211 LOG_F(LS_WARNING) << "Failed to call SetWindowPos: " << GetLastError()
  /external/chromium_org/win8/metro_driver/
chrome_app_view.cc 176 ::SetWindowPos(hwnd, HWND_TOP,
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.c 222 device->SetWindowPos = DIB_SetWinPos;
584 SetWindowPos(SDL_Window, top, x, y, width, height, swp_flags);
    [all...]
  /external/chromium_org/chrome/installer/gcapi/
gcapi.cc 370 ::SetWindowPos(hwnd, params->window_insert_after, params->x,
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c     [all...]

Completed in 6782 milliseconds

1 2