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

/external/chromium_org/chrome/browser/sync/test/integration/performance/
H A Dsessions_sync_perf_test.cc39 int GetTabCount(int profile);
82 int SessionsSyncPerfTest::GetTabCount(int profile) { function in class:SessionsSyncPerfTest
125 ASSERT_EQ(kNumTabs, GetTabCount(0));
126 ASSERT_EQ(kNumTabs, GetTabCount(1));
131 ASSERT_EQ(kNumTabs, GetTabCount(0));
132 ASSERT_EQ(kNumTabs, GetTabCount(1));
138 ASSERT_EQ(1, GetTabCount(0));
139 ASSERT_EQ(0, GetTabCount(1));
/external/chromium/chrome/browser/ui/
H A Dbrowser_tab_restore_service_delegate.cc19 int BrowserTabRestoreServiceDelegate::GetTabCount() const { function in class:BrowserTabRestoreServiceDelegate
/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_window_delegate_android.cc53 int SyncedWindowDelegateAndroid::GetTabCount() const { function in class:browser_sync::SyncedWindowDelegateAndroid
54 return tab_model_->GetTabCount();
/external/chromium_org/chrome/browser/ui/sync/
H A Dbrowser_synced_window_delegate.cc72 int BrowserSyncedWindowDelegate::GetTabCount() const { function in class:BrowserSyncedWindowDelegate
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_tab_restore_service_delegate.cc27 int BrowserTabRestoreServiceDelegate::GetTabCount() const { function in class:BrowserTabRestoreServiceDelegate
/external/chromium_org/chrome/test/automation/
H A Dbrowser_proxy.cc118 bool BrowserProxy::GetTabCount(int* num_tabs) const { function in class:BrowserProxy
/external/chromium_org/chrome/browser/ui/toolbar/
H A Drecent_tabs_builder_test_helper.cc105 for (int t = 0; t < GetTabCount(session_index, w); ++t)
148 int RecentTabsBuilderTestHelper::GetTabCount(int session_index, function in class:RecentTabsBuilderTestHelper
187 for (int t = 0; t < GetTabCount(s, w); ++t) {
207 ASSERT_EQ(GetTabCount(s, w), static_cast<int>(windows[w]->tabs.size()));
216 for (int t = 0; t < GetTabCount(s, w); ++t) {
252 for (int i = 0; i < GetTabCount(session_index, window_index); ++i)
/external/chromium_org/chrome/browser/chromeos/memory/
H A Doom_priority_manager.cc326 "Tabs.Discard.TabCount", GetTabCount(), 1, 100, 50);
407 int OomPriorityManager::GetTabCount() const { function in class:chromeos::OomPriorityManager
/external/chromium_org/chrome/test/ui/
H A Dui_test.cc348 int UITestBase::GetTabCount() { function in class:UITestBase
349 return GetTabCount(0);
352 int UITestBase::GetTabCount(int window_index) { function in class:UITestBase
360 EXPECT_TRUE(window->GetTabCount(&result));
370 if (GetTabCount() == tab_count)
/external/chromium_org/ui/views/controls/tabbed_pane/
H A Dtabbed_pane.cc270 int TabbedPane::GetTabCount() { function in class:views::TabbedPane
287 DCHECK(index >= 0 && index <= GetTabCount());
299 DCHECK(index >= 0 && index < GetTabCount());
363 const int tab_count = GetTabCount();
/external/chromium_org/chrome/browser/automation/
H A Dtesting_automation_provider.cc346 IPC_MESSAGE_HANDLER(AutomationMsg_TabCount, GetTabCount)
941 void TestingAutomationProvider::GetTabCount(int handle, int* tab_count) { function in class:TestingAutomationProvider
1700 handler_map_["GetTabCount"] =
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.cc264 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();
1248 int TabStripGtk::GetTabCount() const { function in class:TabStripGtk
[all...]
/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.cc288 int tab_count = tabstrip->GetTabCount();
348 int tab_count = tabstrip->GetTabCount();
400 index_ != tabstrip_->GetTabCount() - 1) {
490 int tab_count = tabstrip->GetTabCount();
531 for (int i = 0; i < tabstrip_->GetTabCount(); ++i) {
553 int tab_count = tabstrip->GetTabCount();
619 int tab_count = tabstrip->GetTabCount();
820 for (int i = 0; i < GetTabCount(); ++i) {
835 int tab_count = GetTabCount();
859 for (int i = 0, index = 0; i < GetTabCount();
1353 int TabStripGtk::GetTabCount() const { function in class:TabStripGtk
[all...]
/external/chromium_org/chrome/test/pyautolib/
H A Dpyauto.py1420 def GetTabCount(self, windex=0): member in class:PyUITest
1434 'command': 'GetTabCount',
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc274 IPC_MESSAGE_HANDLER(AutomationMsg_TabCount, GetTabCount)
977 void TestingAutomationProvider::GetTabCount(int handle, int* tab_count) { function in class:TestingAutomationProvider

Completed in 629 milliseconds