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

  /external/chromium/chrome/browser/ui/tabs/
dock_info.h 53 // Indicates the window should be maximized on the monitor at hot_spot.
134 void set_hot_spot(const gfx::Point& hot_spot) { hot_spot_ = hot_spot; }
135 const gfx::Point& hot_spot() const { return hot_spot_; } function in class:DockInfo
167 // type and hot_spot are set from the supplied parameters. This is used
dock_info_unittest.cc 154 EXPECT_EQ(0, d.hot_spot().x());
155 EXPECT_EQ(0, d.hot_spot().y());
dock_info_win.cc 200 finder.result_.hot_spot(),

Completed in 148 milliseconds