Home | History | Annotate | Download | only in tabs

Lines Matching refs:FindTabForEventFrom

2600       Tab* tab = FindTabForEventFrom(point, active_tab_index, -1);
2602 tab = FindTabForEventFrom(point, active_tab_index + 1, 1);
2605 return FindTabForEventFrom(point, 0, 1);
2616 Tab* TabStrip::FindTabForEventFrom(const gfx::Point& point,