Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_drag_controller.h348 std::vector<Tab*> GetTabsMatchingDraggedContents(TabStrip* tabstrip);
Dtab_drag_controller.cc882 GetTabsMatchingDraggedContents(attached_tabstrip_); in Attach()
922 tabs = GetTabsMatchingDraggedContents(attached_tabstrip_); in Attach()
1306 std::vector<Tab*> TabDragController::GetTabsMatchingDraggedContents( in GetTabsMatchingDraggedContents() function in TabDragController
1503 GetTabsMatchingDraggedContents(attached_tabstrip_), in CompleteDrag()