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

/external/chromium/chrome/browser/ui/
H A Dbrowser_tab_restore_service_delegate.cc19 int BrowserTabRestoreServiceDelegate::GetTabCount() const { function in class:BrowserTabRestoreServiceDelegate
/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/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 403 milliseconds