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

/external/chromium/chrome/browser/ui/tabs/
H A Ddock_info.cc55 int hot_spot_delta_y = kHotSpotDeltaY; local
69 hot_spot_delta_y = Tab::GetMinimumUnselectedSize().height() - 1;
71 hot_spot_delta_y = TabGtk::GetMinimumUnselectedSize().height() - 1;
73 enable_delta_y = hot_spot_delta_y / 2;
78 hot_spot_delta_y += hot_spot_delta_y;
87 delta_y < hot_spot_delta_y));
95 return *in_enable_area || (max_delta_y < hot_spot_delta_y);

Completed in 18 milliseconds