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

  /external/chromium/chrome/browser/ui/tabs/
dock_info.cc 113 return IsCloseToPoint(screen_point, hot_spot_.x(), hot_spot_.y(),
118 IsCloseToMonitorPoint(screen_point, hot_spot_.x(),
119 hot_spot_.y(), type_, &in_enable_area_);
228 int x = hot_spot_.x() - popup_width() / 2;
229 int y = hot_spot_.y() - popup_height() / 2;
264 hot_spot_.SetPoint(x, y);
dock_info.h 134 void set_hot_spot(const gfx::Point& hot_spot) { hot_spot_ = hot_spot; }
135 const gfx::Point& hot_spot() const { return hot_spot_; }
181 gfx::Point hot_spot_; member in class:DockInfo

Completed in 56 milliseconds