Searched defs:click_point (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/wm/
H A Dwindow_manager_unittest.cc194 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/ash/shelf/
H A Dshelf_view.cc1763 const gfx::Point& click_point,
1774 gfx::Rect anchor_point = gfx::Rect(click_point, gfx::Size());
1761 ShowMenu(ui::MenuModel* menu_model, views::View* source, const gfx::Point& click_point, bool context_menu, ui::MenuSourceType source_type) argument
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura_unittest.cc711 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);

Completed in 4783 milliseconds