Lines Matching refs:GetTabCount

264     int tab_count = tabstrip->GetTabCount();
324 int tab_count = tabstrip->GetTabCount();
376 index_ != tabstrip_->GetTabCount() - 1) {
464 int tab_count = tabstrip->GetTabCount();
505 for (int i = 0; i < tabstrip_->GetTabCount(); ++i) {
527 int tab_count = tabstrip->GetTabCount();
593 int tab_count = tabstrip->GetTabCount();
785 for (int i = 0; i < GetTabCount(); ++i) {
800 int tab_count = GetTabCount();
824 for (int i = 0, index = 0; i < GetTabCount(); ++i, ++index) {
892 DCHECK(index >= 0 && index < GetTabCount());
923 if (GetTabCount() > 0) {
925 return GetTabAt(GetTabCount() - 1)->widget();
928 if (index >= 0 && index < GetTabCount()) {
992 if (GetTabCount() > 1) {
1016 DCHECK(index >= 0 && index < static_cast<int>(GetTabCount()));
1130 TabGtk* last_tab = GetTabAt(GetTabCount() - 1);
1248 int TabStripGtk::GetTabCount() const {
1271 for (int i = 0, index = 0; i < GetTabCount(); ++i, ++index) {
1284 DCHECK_LT(index, GetTabCount());
1329 int tab_count = GetTabCount();
1461 if (tab_index < GetTabCount() && GetTabAt(tab_index - 1)->mini() &&
1481 if (mini_tab_count == GetTabCount()) {
1488 GetDesiredTabWidths(GetTabCount(), mini_tab_count, &unselected, &selected);
1537 if (drop_index < GetTabCount()) {
1575 for (int i = GetMiniTabCount(); i < GetTabCount(); ++i) {
1592 SetDropIndex(GetTabCount(), true);
1787 for (int i = 0; i < GetTabCount(); ++i) {
1858 for (int i = 0, count = GetTabCount(); i < count; ++i)
1902 int tab_count = GetTabCount();
1938 if (GetTabCount() == 0)
1944 if ((GetTabCount() == 1) || (!ResizeLayoutTabs() && base::i18n::IsRTL()))
2034 while (t < GetTabCount()) {