HomeSort by relevance Sort by last modified time
    Searched full:windowpos (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/ui/views/widget/
widget_hwnd_utils.h 21 // Returns true if the WINDOWPOS data provided indicates the client area of
24 bool DidClientAreaSizeChange(const WINDOWPOS* window_pos);
widget_hwnd_utils.cc 140 bool DidClientAreaSizeChange(const WINDOWPOS* window_pos) {
  /external/chromium_org/third_party/mesa/src/docs/
MESA_window_pos.spec 85 void WindowPos{234}{sidf}MESA( T coords );
86 void WindowPos{234}{sidf}vMESA( T coords );
  /external/mesa3d/docs/
MESA_window_pos.spec 85 void WindowPos{234}{sidf}MESA( T coords );
86 void WindowPos{234}{sidf}vMESA( T coords );
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_video.c 181 const char* windowpos; local
250 windowpos = SDL_getenv("SDL_VIDEO_WINDOW_POS");
253 if ((iscentered) || ((windowpos) && (SDL_strcmp(windowpos, "center")==0)))
271 if (windowpos)
273 if (SDL_sscanf(windowpos, "%d,%d", &x, &y) == 2)
  /external/chromium/chrome/browser/ui/views/frame/
browser_frame_win.h 53 virtual void OnWindowPosChanged(WINDOWPOS* window_pos) OVERRIDE;
browser_frame_win.cc 117 void BrowserFrameWin::OnWindowPosChanged(WINDOWPOS* window_pos) {
  /external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_view_win.h 60 virtual void OnWindowPosChanged(WINDOWPOS* window_pos) OVERRIDE;
native_tab_contents_view_win.cc 210 void NativeTabContentsViewWin::OnWindowPosChanged(WINDOWPOS* window_pos) {
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysevents.c 561 WINDOWPOS *windowpos = (WINDOWPOS*)lParam; local
570 windowpos->x = 0;
571 windowpos->y = 0;
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_desktop_root_window_host_win.cc 215 WINDOWPOS* window_pos = reinterpret_cast<WINDOWPOS*>(l_param);
browser_frame_win.cc 276 WINDOWPOS* window_pos = reinterpret_cast<WINDOWPOS*>(l_param);
  /external/chromium_org/content/browser/web_contents/
web_contents_view_win.cc 329 WINDOWPOS* window_pos = reinterpret_cast<WINDOWPOS*>(lparam);
  /external/chromium_org/ui/views/win/
hwnd_message_handler.h 432 void OnWindowPosChanging(WINDOWPOS* window_pos);
433 void OnWindowPosChanged(WINDOWPOS* window_pos);
hwnd_message_handler.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_framebuffer.c 220 /* Size in WINDOWPOS includes the window frame, so get the size
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_zoom.c 41 * \param imageX, imageY position of the mage being drawn (gl WindowPos)
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_framebuffer.c 220 /* Size in WINDOWPOS includes the window frame, so get the size
  /external/mesa3d/src/mesa/swrast/
s_zoom.c 41 * \param imageX, imageY position of the mage being drawn (gl WindowPos)
  /external/chromium_org/win8/metro_driver/
chrome_app_view.cc 961 WINDOWPOS* pos = reinterpret_cast<WINDOWPOS*>(lp);
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.h 304 void OnWindowPosChanging(WINDOWPOS* window_pos);
autocomplete_edit_view_win.cc     [all...]
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_win.cc     [all...]
  /external/eclipse-basebuilder/src/
eclipse-sourceBuild-srcIncluded-3.6.2.zip 

Completed in 208 milliseconds