Searched defs:GetTabAt (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_window_delegate_android.cc79 SyncedTabDelegate* SyncedWindowDelegateAndroid::GetTabAt(int index) const { function in class:browser_sync::SyncedWindowDelegateAndroid
81 TabAndroid* tab = tab_model_->GetTabAt(index);
86 SyncedTabDelegate* tab = GetTabAt(index);
/external/chromium_org/chrome/browser/ui/sync/
H A Dbrowser_synced_window_delegate.cc46 browser_sync::SyncedTabDelegate* current = GetTabAt(i);
55 browser_sync::SyncedTabDelegate* BrowserSyncedWindowDelegate::GetTabAt( function in class:BrowserSyncedWindowDelegate
62 return GetTabAt(index)->GetSessionId();
/external/chromium_org/ui/views/controls/tabbed_pane/
H A Dtabbed_pane.cc212 Tab* selected_tab = tabbed_pane_->GetTabAt(selected_tab_index);
255 NULL : GetTabAt(selected_tab_index())->contents();
282 GetTabAt(selected_tab_index())->SetSelected(false);
285 Tab* tab = GetTabAt(index);
315 Tab* TabbedPane::GetTabAt(int index) { function in class:views::TabbedPane
/external/chromium/chrome/browser/ui/views/tabs/
H A Dbase_tab_strip.cc368 BaseTab* BaseTabStrip::GetTabAt(BaseTab* tab, function in class:BaseTabStrip
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.cc160 TabGtk* tab = tabstrip->GetTabAt(index);
298 if (tabstrip_->GetTabAt(index)->mini())
301 if (tabstrip_->GetTabAt(index)->IsSelected()) {
352 TabGtk* tab = tabstrip_->GetTabAt(index);
411 tab_a_ = tabstrip_->GetTabAt(tab_a_index);
412 tab_b_ = tabstrip_->GetTabAt(tab_b_index);
485 TabGtk* tab = tabstrip_->GetTabAt(index);
506 TabGtk* current_tab = tabstrip_->GetTabAt(i);
530 if (tabstrip->GetTabAt(index)->mini())
534 tabstrip_->GetTabAt(inde
1282 TabGtk* TabStripGtk::GetTabAt(int index) const { function in class:TabStripGtk
[all...]
/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.cc181 TabGtk* tab = tabstrip->GetTabAt(index);
319 if (tabstrip_->GetTabAt(index)->mini())
322 if (tabstrip_->GetTabAt(index)->IsActive()) {
373 TabGtk* tab = tabstrip_->GetTabAt(index);
432 tab_a_ = tabstrip_->GetTabAt(tab_a_index);
433 tab_b_ = tabstrip_->GetTabAt(tab_b_index);
508 TabGtk* tab = tabstrip_->GetTabAt(index);
529 TabGtk* current_tab = tabstrip_->GetTabAt(i);
553 if (tabstrip->GetTabAt(index)->mini())
557 tabstrip_->GetTabAt(inde
1380 TabGtk* TabStripGtk::GetTabAt(int index) const { function in class:TabStripGtk
[all...]
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc1184 Tab* TabStrip::GetTabAt(Tab* tab, const gfx::Point& tab_in_tab_coordinates) { function in class:TabStrip
2284 // else GetTabAt below will crash.

Completed in 396 milliseconds