OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:click_point
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ash/shelf/
shelf_view.h
311
// The |
click_point
| is only used for |context_menu|'s.
314
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());
Completed in 2306 milliseconds