Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_strip.h488 gfx::Rect GetDropBounds(int drop_index, bool drop_before, bool* is_beneath);
Dtab_strip.cc2177 gfx::Rect TabStrip::GetDropBounds(int drop_index, in GetDropBounds() function in TabStrip
2254 gfx::Rect drop_bounds = GetDropBounds(tab_data_index, drop_before, in SetDropIndex()