Searched defs:IsAppTab (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/tabs/
H A Dtab_strip_model.cc503 if (IsAppTab(index)) {
543 return IsTabPinned(index) || IsAppTab(index);
546 bool TabStripModel::IsAppTab(int index) const { function in class:TabStripModel
756 if (!IsAppTab(indices[i]))
885 if (!IsAppTab(indices[i]))
892 if (!IsAppTab(indices[i - 1]))
968 if (!IsAppTab(index)) // We never change app tabs.

Completed in 76 milliseconds