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

  /external/chromium/chrome/browser/ui/tabs/
dock_info_unittest.cc 102 TEST(DockInfoTest, IsValidForPoint) {
104 EXPECT_FALSE(d.IsValidForPoint(gfx::Point(0, 0)));
120 EXPECT_EQ(expected_result[i], d.IsValidForPoint(screen_point[i]));
dock_info.h 19 // IsValidForPoint, this returns true if the DockInfo is still valid for the
111 bool IsValidForPoint(const gfx::Point& screen_point);
dock_info.cc 108 bool DockInfo::IsValidForPoint(const gfx::Point& screen_point) {
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc 780 if (dock_info_.IsValidForPoint(screen_point)) {
    [all...]

Completed in 63 milliseconds