HomeSort by relevance Sort by last modified time
    Searched refs:IsPointInTab (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip.h 228 bool IsPointInTab(Tab* tab, const gfx::Point& point_in_tabstrip_coords);
tab_strip.cc 411 if (next_tab && next_tab->IsActive() && IsPointInTab(next_tab, point))
414 if (IsPointInTab(tab, point))
    [all...]

Completed in 28 milliseconds