Searched refs:GetDropBounds (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab_strip.h194 gfx::Rect GetDropBounds(int drop_index, bool drop_before, bool* is_beneath);
H A Dtab_strip.cc730 gfx::Rect TabStrip::GetDropBounds(int drop_index, function in class:TabStrip
809 gfx::Rect drop_bounds = GetDropBounds(tab_data_index, drop_before,
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.h359 gfx::Rect GetDropBounds(int drop_index, bool drop_before, bool* is_beneath);
H A Dtab_strip_gtk.cc1532 gfx::Rect TabStripGtk::GetDropBounds(int drop_index, function in class:TabStripGtk
1597 gfx::Rect drop_bounds = GetDropBounds(index, drop_before, &is_beneath);
/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.h387 gfx::Rect GetDropBounds(int drop_index, bool drop_before, bool* is_beneath);
H A Dtab_strip_gtk.cc1663 gfx::Rect TabStripGtk::GetDropBounds(int drop_index, function in class:TabStripGtk
1728 gfx::Rect drop_bounds = GetDropBounds(index, drop_before, &is_beneath);
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.h463 gfx::Rect GetDropBounds(int drop_index, bool drop_before, bool* is_beneath);
H A Dtab_strip.cc2344 gfx::Rect TabStrip::GetDropBounds(int drop_index, function in class:TabStrip
2421 gfx::Rect drop_bounds = GetDropBounds(tab_data_index, drop_before,

Completed in 6945 milliseconds