Home
last modified time | relevance | path

Searched refs:end_rect_2_in_screen (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/views/touchui/
Dtouch_selection_controller_impl.cc550 gfx::Rect end_rect_2_in_screen; in ContextMenuTimerFired() local
553 end_rect_2_in_screen = end_rect_1_in_screen; in ContextMenuTimerFired()
556 end_rect_2_in_screen = selection_end_point_2_clipped_; in ContextMenuTimerFired()
561 gfx::Rect end_rect_2(ConvertFromScreen(client_view_, end_rect_2_in_screen)); in ContextMenuTimerFired()
569 menu_anchor = Union(end_rect_1_in_screen,end_rect_2_in_screen); in ContextMenuTimerFired()
573 menu_anchor = end_rect_2_in_screen; in ContextMenuTimerFired()