Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_drag_controller.cc849 TabStrip* other_tabstrip = browser_view->tabstrip(); in GetTabStripForWindow() local
854 return other_tabstrip->controller()->IsCompatibleWith(tab_strip) ? in GetTabStripForWindow()
855 other_tabstrip : NULL; in GetTabStripForWindow()