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

  /external/chromium_org/ash/wm/
window_manager_unittest.cc 346 gfx::Point left_top = w1->bounds().origin(); local
347 aura::Window::ConvertPointToTarget(w1->parent(), root_window, &left_top);
348 left_top.Offset(1, 1);
349 generator.MoveMouseTo(left_top);
  /external/chromium_org/win8/metro_driver/ime/
text_service.cc 402 POINT left_top = { bounds.left, bounds.top }; local
404 ClientToScreen(window_handle_, &left_top);
407 left_top.x,
408 left_top.y,
422 POINT left_top = { bounds.left, bounds.top }; variable
424 ClientToScreen(window_handle_, &left_top);
426 SetRect(rect, left_top.x, left_top.y, right_bottom.x, right_bottom.y);

Completed in 63 milliseconds