Searched refs:event_location_in_screen (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/shelf/
H A Doverflow_bubble.cc73 gfx::Point event_location_in_screen = event->location(); local
75 ConvertPointToScreen(target, &event_location_in_screen);
77 !bubble_->GetBoundsInScreen().Contains(event_location_in_screen) &&
78 !anchor_->GetBoundsInScreen().Contains(event_location_in_screen)) {
/external/chromium_org/ash/frame/caption_buttons/
H A Dframe_size_button.cc189 gfx::Point event_location_in_screen(event.location());
190 views::View::ConvertPointToScreen(this, &event_location_in_screen);
192 GetButtonToHover(event_location_in_screen);
194 to_hover || HitTestButton(this, event_location_in_screen);
240 const gfx::Point& event_location_in_screen) const {
242 event_location_in_screen);
245 HitTestButton(closest_button, event_location_in_screen)) {
H A Dframe_size_button.h72 // for |event_location_in_screen|.
74 const gfx::Point& event_location_in_screen) const;

Completed in 96 milliseconds