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

  /external/chromium/chrome/browser/ui/tabs/
dock_info_unittest.cc 13 const int kHotSpotDeltaY = 120;
25 gfx::Point(kHotSpotDeltaX - 1, kHotSpotDeltaY - 1),
26 gfx::Point(kHotSpotDeltaX, kHotSpotDeltaY),
27 gfx::Point(-kHotSpotDeltaX, -kHotSpotDeltaY)
34 gfx::Point(2*kHotSpotDeltaX, 2*kHotSpotDeltaY),
59 gfx::Point(2*kHotSpotDeltaX, kHotSpotDeltaY - 1),
60 gfx::Point(2*kHotSpotDeltaX - 1, kHotSpotDeltaY),
61 gfx::Point(2*kHotSpotDeltaX - 1, kHotSpotDeltaY),
66 gfx::Point(kHotSpotDeltaX - 1, 2*kHotSpotDeltaY),
67 gfx::Point(kHotSpotDeltaX, 2*kHotSpotDeltaY - 1)
    [all...]
dock_info.cc 18 const int kHotSpotDeltaY = 120;
38 delta_y < kHotSpotDeltaY);
55 int hot_spot_delta_y = kHotSpotDeltaY;

Completed in 320 milliseconds