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

  /external/chromium_org/ash/shelf/
shelf_view.h 300 // The |click_point| is only used for |context_menu|'s.
303 const gfx::Point& click_point,
shelf_view.cc     [all...]
  /external/chromium_org/ash/wm/
window_manager_unittest.cc 194 gfx::Point click_point = w122->bounds().CenterPoint(); local
195 aura::Window::ConvertPointToTarget(w122->parent(), root_window, &click_point);
196 ui::TouchEvent touchev(ui::ET_TOUCH_PRESSED, click_point, 0, getTime());
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura_unittest.cc 711 gfx::Point click_point; local
712 EXPECT_FALSE(window->GetBoundsInRootWindow().Contains(click_point));
714 EXPECT_FALSE(parent_window->GetBoundsInRootWindow().Contains(click_point));
717 aura::test::EventGenerator generator(window->GetRootWindow(), click_point);
    [all...]

Completed in 710 milliseconds