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

  /external/chromium_org/ui/base/ime/
input_method_imm32.cc 110 POINT window_point = { screen_bounds.x(), screen_bounds.y() }; local
111 ScreenToClient(attached_window, &window_point);
112 gfx::Rect caret_rect(gfx::Point(window_point.x, window_point.y),
  /external/chromium_org/ui/views/test/
ui_controls_factory_desktop_aurax11.cc 170 gfx::Point window_point = screen_point; variable
177 &window_point);
183 xmotion->x = window_point.x();
184 xmotion->y = window_point.y();

Completed in 43 milliseconds