HomeSort by relevance Sort by last modified time
    Searched full:mouse_click_point_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray.cc 203 mouse_click_point_ = screen->GetCursorScreenPoint();
254 gfx::Point corner = internal::GetClosestCorner(work_area, mouse_click_point_);
261 if (mouse_click_point_.y() > corner.y())
273 if (work_area.Contains(mouse_click_point_)) {
278 mouse_click_point_.y() +
287 std::abs(mouse_click_point_.y() - corner.y()) + kMouseOffset;
web_notification_tray.h 73 gfx::Point mouse_click_point() { return mouse_click_point_; }
101 gfx::Point mouse_click_point_; member in class:message_center::WebNotificationTray

Completed in 585 milliseconds