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

  /external/chromium/chrome/browser/ui/
browser_tab_restore_service_delegate.cc 19 int BrowserTabRestoreServiceDelegate::GetTabCount() const {
  /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/chrome/browser/automation/
testing_automation_provider.cc 274 IPC_MESSAGE_HANDLER(AutomationMsg_TabCount, GetTabCount)
    [all...]

Completed in 203 milliseconds