Searched defs:kHotSpotDeltaX (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/tabs/
H A Ddock_info_unittest.cc12 const int kHotSpotDeltaX = 120; member in namespace:__anon2520
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,
[all...]
H A Ddock_info.cc17 const int kHotSpotDeltaX = 120; member in namespace:__anon2519
37 return *in_enable_area || (delta_x < kHotSpotDeltaX &&
54 int hot_spot_delta_x = kHotSpotDeltaX;

Completed in 60 milliseconds