Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/gtk/tabs/
Ddragged_tab_controller_gtk.cc311 TabStripGtk* other_tabstrip = browser->tabstrip(); in GetTabStripForPoint() local
312 if (!other_tabstrip->IsCompatibleWith(source_tabstrip_)) in GetTabStripForPoint()
315 return GetTabStripIfItContains(other_tabstrip, screen_point); in GetTabStripForPoint()
/external/chromium/chrome/browser/ui/views/tabs/
Ddragged_tab_controller.cc816 BaseTabStrip* other_tabstrip = in GetTabStripForPoint() local
819 if (!other_tabstrip->controller()->IsCompatibleWith(source_tabstrip_)) in GetTabStripForPoint()
821 return GetTabStripIfItContains(other_tabstrip, screen_point); in GetTabStripForPoint()