HomeSort by relevance Sort by last modified time
    Searched refs:tab_count (Results 26 - 50 of 61) sorted by null

12 3

  /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_tab_restore_service_delegate.cc 20 return browser_->tab_count();
browser_navigator.cc 99 int tab_count = params->browser->tab_count(); local
100 for (int i = 0; i < tab_count; ++i) {
101 int tab_index = (start_index + i) % 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/chrome/browser/
accessibility_events.h 132 int tab_count);
144 int tab_count() const { return tab_count_; } function in class:AccessibilityTabInfo
accessibility_events.cc 109 int tab_count)
112 tab_count_(tab_count) {
custom_home_pages_table_model.cc 113 for (int tab_index = 0; tab_index < browser->tab_count(); ++tab_index) {
  /external/chromium/chrome/browser/extensions/
app_process_apitest.cc 94 ASSERT_EQ(4, browser()->tab_count());
177 ASSERT_EQ(3, browser()->tab_count());
extension_install_ui.cc 75 for (int i = 0; i < browser->tab_count(); ++i) {
161 if (browser->tab_count() == 0)
  /external/chromium/chrome/browser/sessions/
session_restore.cc 463 const int initial_tab_count = browser->tab_count();
482 RestoreTab(tab, current_browser->tab_count(), current_browser, true);
484 current_browser->tab_count());
602 const int initial_tab_count = browser->tab_count();
695 browser->ActivateTabAt(browser->tab_count() - 1, true);
700 DCHECK(browser->tab_count());
703 browser->tab_count() - 1), true);
731 for (int i = initial_count; i < browser->tab_count(); ++i)
session_restore_browsertest.cc 104 ASSERT_EQ(1, new_browser->tab_count());
session_service.cc     [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
side_tab_strip.cc 208 for (int i = tab_count() - 1; i >= 0; --i) {
255 for (int i = 0; i < tab_count(); ++i) {
279 } else if (first_vis_index + 1 == tab_count()) {
300 for (int i = 0; i < tab_count(); ++i) {
360 for (int i = 0; i < tab_count(); ++i) {
browser_tab_strip_controller.cc 250 for (int tab_index = 0, tab_count = tabstrip_->tab_count();
251 tab_index < tab_count; ++tab_index) {
449 for (int i = 0; i < tabstrip_->tab_count(); ++i) {
base_tab_strip.h 92 int tab_count() const { return static_cast<int>(tab_data_.size()); } function in class:BaseTabStrip
tab_strip.h 125 // WARNING: if drop_before is true it is possible this will == tab_count,
174 // |mini_tab_count| gives the number of mini-tabs and |tab_count| the number
176 void GetDesiredTabWidths(int 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/tabs/
tab_finder.cc 165 for (int i = 0; i < browser->tab_count(); ++i) {
186 for (int i = 0; i < browser->tab_count(); ++i)
  /external/chromium/chrome/browser/chromeos/frame/
browser_view.cc 256 params.push_back(browser()->tab_count());
282 params.push_back(browser()->tab_count());
  /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.h 208 // WARNING: if drop_before is true it is possible this will == tab_count,
301 // |mini_tab_count| gives the number of mini-tabs, and |tab_count| the
303 void GetDesiredTabWidths(int tab_count,
  /external/chromium/chrome/browser/chromeos/
wm_overview_controller.cc 282 params.push_back(browser_->tab_count());
328 if (index < 0 || index >= browser_->tab_count())
  /external/chromium/chrome/browser/ui/webui/
bug_report_ui.cc 117 for (int i = 0; i < browser->tab_count(); ++i) {
502 index >= browser->tab_count()) {
  /external/chromium/chrome/browser/automation/
automation_util.cc 103 if (!browser || tab_index >= browser->tab_count())
  /external/chromium/chrome/browser/sync/glue/
session_model_associator.cc 124 if (ShouldSyncWindowType((*i)->type()) && (*i)->tab_count() &&
129 (*i)->tab_count() << " tabs.";
143 for (int j = 0; j < (*i)->tab_count(); ++j) {
    [all...]

Completed in 1099 milliseconds

12 3