HomeSort by relevance Sort by last modified time
    Searched refs:click_point (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ash/launcher/
launcher_view.h 257 // The |click_point| is only used for |context_menu|'s.
260 const gfx::Point& click_point,
launcher_view.cc     [all...]
  /external/chromium_org/ash/wm/
window_manager_unittest.cc 193 gfx::Point click_point = w122->bounds().CenterPoint(); local
194 aura::Window::ConvertPointToTarget(w122->parent(), root_window, &click_point);
195 ui::TouchEvent touchev(ui::ET_TOUCH_PRESSED, click_point, 0, getTime());

Completed in 90 milliseconds