Home
last modified time | relevance | path

Searched refs:drop_loc (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_strip.cc2197 gfx::Point drop_loc(center_x - drop_indicator_width / 2, in GetDropBounds() local
2199 ConvertPointToScreen(this, &drop_loc); in GetDropBounds()
2200 gfx::Rect drop_bounds(drop_loc.x(), drop_loc.y(), drop_indicator_width, in GetDropBounds()