FindTabForEventFrom 2647 chrome/browser/ui/views/tabs/tab_strip.cc       Tab* tab = FindTabForEventFrom(point, active_tab_index, -1);
FindTabForEventFrom 2649 chrome/browser/ui/views/tabs/tab_strip.cc         tab = FindTabForEventFrom(point, active_tab_index + 1, 1);
FindTabForEventFrom 2652 chrome/browser/ui/views/tabs/tab_strip.cc       return FindTabForEventFrom(point, 0, 1);
FindTabForEventFrom  520 chrome/browser/ui/views/tabs/tab_strip.h   Tab* FindTabForEventFrom(const gfx::Point& point, int start, int delta);