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

  /external/chromium_org/chrome/browser/sync/glue/
synced_window_delegate_android.cc 79 SyncedTabDelegate* SyncedWindowDelegateAndroid::GetTabAt(int index) const {
81 TabAndroid* tab = tab_model_->GetTabAt(index);
86 SyncedTabDelegate* tab = GetTabAt(index);
  /external/chromium_org/chrome/browser/ui/sync/
browser_synced_window_delegate.cc 46 browser_sync::SyncedTabDelegate* current = GetTabAt(i);
55 browser_sync::SyncedTabDelegate* BrowserSyncedWindowDelegate::GetTabAt(
62 return GetTabAt(index)->GetSessionId();
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab_strip.cc 368 BaseTab* BaseTabStrip::GetTabAt(BaseTab* tab,
  /external/chromium_org/ui/views/controls/tabbed_pane/
tabbed_pane.cc 212 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) {
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 160 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(index)->set_animating_mini_change(true)
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 181 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(index)->set_animating_mini_change(true)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc     [all...]

Completed in 783 milliseconds