HomeSort by relevance Sort by last modified time
    Searched defs:GetTabCount (Results 1 - 15 of 15) sorted by null

  /external/chromium/chrome/browser/ui/
browser_tab_restore_service_delegate.cc 19 int BrowserTabRestoreServiceDelegate::GetTabCount() const {
  /external/chromium_org/chrome/browser/ui/
browser_tab_restore_service_delegate.cc 27 int BrowserTabRestoreServiceDelegate::GetTabCount() const {
  /external/chromium_org/chrome/browser/sync/glue/
synced_window_delegate_android.cc 53 int SyncedWindowDelegateAndroid::GetTabCount() const {
54 return tab_model_->GetTabCount();
  /external/chromium_org/chrome/browser/sync/test/integration/performance/
sessions_sync_perf_test.cc 39 int GetTabCount(int profile);
82 int SessionsSyncPerfTest::GetTabCount(int profile) {
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_org/chrome/browser/ui/sync/
browser_synced_window_delegate.cc 72 int BrowserSyncedWindowDelegate::GetTabCount() const {
  /external/chromium_org/chrome/test/automation/
browser_proxy.cc 118 bool BrowserProxy::GetTabCount(int* num_tabs) const {
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_builder_test_helper.cc 105 for (int t = 0; t < GetTabCount(session_index, w); ++t)
148 int RecentTabsBuilderTestHelper::GetTabCount(int session_index,
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/
oom_priority_manager.cc 326 "Tabs.Discard.TabCount", GetTabCount(), 1, 100, 50);
407 int OomPriorityManager::GetTabCount() const {
  /external/chromium_org/chrome/test/ui/
ui_test.cc 348 int UITestBase::GetTabCount() {
349 return GetTabCount(0);
352 int UITestBase::GetTabCount(int window_index) {
360 EXPECT_TRUE(window->GetTabCount(&result));
370 if (GetTabCount() == tab_count)
  /external/chromium_org/ui/views/controls/tabbed_pane/
tabbed_pane.cc 270 int TabbedPane::GetTabCount() {
287 DCHECK(index >= 0 && index <= GetTabCount());
299 DCHECK(index >= 0 && index < GetTabCount());
363 const int tab_count = GetTabCount();
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc 346 IPC_MESSAGE_HANDLER(AutomationMsg_TabCount, GetTabCount)
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 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)
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 288 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(); ++i, ++index)
    [all...]
  /external/chromium_org/chrome/test/pyautolib/
pyauto.py     [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 274 IPC_MESSAGE_HANDLER(AutomationMsg_TabCount, GetTabCount)
    [all...]

Completed in 256 milliseconds