HomeSort by relevance Sort by last modified time
    Searched defs:tab_count (Results 26 - 42 of 42) sorted by null

12

  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_browsertest.cc 526 int tab_count = tab_strip->count(); local
530 EXPECT_EQ(++tab_count, tab_strip->count());
538 EXPECT_EQ(--tab_count, tab_strip->count());
545 int tab_count = tab_strip->count(); local
548 EXPECT_EQ(++tab_count, tab_strip->count());
557 EXPECT_EQ(--tab_count, tab_strip->count());
565 int tab_count = tab_strip->count(); local
568 EXPECT_EQ(++tab_count, tab_strip->count());
585 int tab_count = tab_strip->count(); local
590 EXPECT_EQ(++tab_count, tab_strip->count())
604 int tab_count = tab_strip->count(); local
617 int tab_count = tab_strip->count(); local
631 int tab_count = tab_strip->count(); local
705 int tab_count = tab_strip->count(); local
742 int tab_count = tab_strip->count(); local
782 int tab_count = tab_strip->count(); local
    [all...]
chrome_launcher_controller_per_app_browsertest.cc 799 int tab_count = tab_strip->count(); local
818 int tab_count = tab_strip->count(); local
838 int tab_count = tab_strip->count(); local
858 int tab_count = tab_strip->count(); local
877 int tab_count = tab_strip->count(); local
890 int tab_count = tab_strip->count(); local
904 int tab_count = tab_strip->count(); local
977 int tab_count = tab_strip->count(); local
1014 int tab_count = tab_strip->count(); local
1054 int tab_count = tab_strip->count(); local
1542 int tab_count = tab_strip->count(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.h 127 int tab_count() const { return tabs_.view_size(); } function in class:TabStrip
278 // WARNING: if drop_before is true it is possible this will == tab_count,
417 // |mini_tab_count| gives the number of mini-tabs and |tab_count| the number
419 void GetDesiredTabWidths(int tab_count,
tab_drag_controller.cc 888 if (attached_tabstrip_->tab_count() !=
899 if (index + 1 >= attached_tabstrip_->tab_count())
1489 int tab_count = attached_tabstrip_->tab_count(); local
    [all...]
  /external/chromium_org/chrome/test/automation/
automation_proxy.cc 272 int tab_count; local
273 if (!window->GetTabCount(&tab_count))
276 for (int j = 0; j < tab_count; j++) {
  /external/chromium/chrome/browser/ui/
browser_list.cc 76 int tab_count = 0; local
81 (*browser_iterator)->tab_count(), 1, 200, 50);
82 tab_count += (*browser_iterator)->tab_count();
85 UMA_HISTOGRAM_CUSTOM_COUNTS("Tabs.TabCountPerLoad", tab_count, 1, 200, 50);
91 browser->tab_count(), 1, 200, 50);
625 while (web_view_index_ >= (*browser_iterator_)->tab_count()) {
browser.cc 873 for (int i = 0; i < tab_count(); ++i) {
957 int Browser::tab_count() const { function in class:Browser
    [all...]
  /external/chromium_org/chrome/browser/chromeos/memory/
oom_priority_manager.cc 408 int tab_count = 0; local
410 tab_count += it->tab_strip_model()->count();
411 return tab_count;
  /external/chromium_org/ui/views/controls/tabbed_pane/
tabbed_pane.cc 363 const int tab_count = GetTabCount(); local
364 if (tab_count <= 1)
367 int next_tab_index = (selected_tab_index() + increment) % tab_count;
370 next_tab_index += tab_count;
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_browsertest.cc 213 int tab_count = browser->tab_count(); local
214 if (tab_count == expected_tab_count)
219 (tab_count < expected_tab_count ?
224 while (!HasFailure() && browser->tab_count() != expected_tab_count)
227 ASSERT_EQ(expected_tab_count, browser->tab_count());
364 int tab_count = browser()->tab_count(); local
368 ASSERT_NO_FATAL_FAILURE(WaitForTabOpenOrClose(tab_count + 1));
384 ASSERT_NO_FATAL_FAILURE(WaitForTabOpenOrClose(tab_count));
566 int tab_count = browser()->tab_count(); local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 355 int tab_count = attached_tabstrip_->GetTabCount(); local
358 ++tab_count;
360 attached_tabstrip_->GetDesiredTabWidths(tab_count, mini_tab_count,
tab_strip_gtk.cc 264 int tab_count = tabstrip->GetTabCount(); local
269 GenerateStartAndEndWidths(tab_count - 1, tab_count, start_mini_count,
324 int tab_count = tabstrip->GetTabCount(); local
329 GenerateStartAndEndWidths(tab_count, tab_count - 1, start_mini_count,
341 tab_count == start_mini_count + 1)));
464 int tab_count = tabstrip->GetTabCount(); local
466 GenerateStartAndEndWidths(tab_count, tab_count, mini_tab_count
527 int tab_count = tabstrip->GetTabCount(); local
593 int tab_count = tabstrip->GetTabCount(); local
800 int tab_count = GetTabCount(); local
1329 int tab_count = GetTabCount(); local
1902 int tab_count = GetTabCount(); local
    [all...]
  /external/chromium/chrome/browser/tabs/
tab_strip_model_unittest.cc 226 int tab_count,
229 for (int i = 0; i < tab_count; ++i) {
2102 const int tab_count; member in struct:TestData
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 411 int tab_count = attached_tabstrip_->GetTabCount(); local
414 tab_count += drag_data_->size();
419 attached_tabstrip_->GetDesiredTabWidths(tab_count, mini_tab_count,
    [all...]
tab_strip_gtk.cc 288 int tab_count = tabstrip->GetTabCount(); local
293 GenerateStartAndEndWidths(tab_count - 1, tab_count, start_mini_count,
348 int tab_count = tabstrip->GetTabCount(); local
353 GenerateStartAndEndWidths(tab_count, tab_count - 1, start_mini_count,
365 tab_count == start_mini_count + 1)));
490 int tab_count = tabstrip->GetTabCount(); local
492 GenerateStartAndEndWidths(tab_count, tab_count, mini_tab_count
553 int tab_count = tabstrip->GetTabCount(); local
619 int tab_count = tabstrip->GetTabCount(); local
835 int tab_count = GetTabCount(); local
1435 int tab_count = GetTabCount(); local
1643 int tab_count = GetTabCount(); local
2081 int tab_count = GetTabCount(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_view_browsertest.cc 218 int tab_count = browser->tab_strip_model()->count(); local
219 if (tab_count == expected_tab_count)
224 (tab_count < expected_tab_count) ?
383 int tab_count = browser()->tab_strip_model()->count(); local
387 ASSERT_NO_FATAL_FAILURE(WaitForTabOpenOrClose(tab_count + 1));
403 ASSERT_NO_FATAL_FAILURE(WaitForTabOpenOrClose(tab_count));
591 int tab_count = browser()->tab_strip_model()->count(); local
594 ASSERT_NO_FATAL_FAILURE(WaitForTabOpenOrClose(tab_count + 1));
    [all...]
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_unittest.cc 182 int tab_count,
185 for (int i = 0; i < tab_count; ++i) {
2152 const int tab_count; member in struct:TestData
    [all...]

Completed in 259 milliseconds

12