Searched refs:GetTabAt (Results 1 - 22 of 22) 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);
H A Dsynced_window_delegate.h60 virtual SyncedTabDelegate* GetTabAt(int index) const = 0;
H A Dsynced_window_delegate_android.h33 virtual SyncedTabDelegate* GetTabAt(int index) const OVERRIDE;
/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();
H A Dbrowser_synced_window_delegate.h35 virtual browser_sync::SyncedTabDelegate* GetTabAt(int index) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/android/tab_model/
H A Dtab_model_list_unittest.cc32 virtual TabAndroid* GetTabAt(int index) const override { return nullptr; }
51 // TabModel::GetTabAt returns NULL.
H A Dtab_model.h42 virtual TabAndroid* GetTabAt(int index) const = 0;
H A Dtab_model_base.h41 virtual TabAndroid* GetTabAt(int index) const OVERRIDE;
H A Dtab_model_unittest.cc44 virtual TabAndroid* GetTabAt(int index) const OVERRIDE {
H A Dtab_model_base.cc74 TabAndroid* tab = GetTabAt(index);
78 TabAndroid* TabModelBase::GetTabAt(int index) const { function in class:TabModelBase
/external/chromium_org/ui/views/controls/tabbed_pane/
H A Dtabbed_pane.h64 Tab* GetTabAt(int index);
H A Dtabbed_pane.cc216 Tab* selected_tab = tabbed_pane_->GetTabAt(selected_tab_index);
259 NULL : GetTabAt(selected_tab_index())->contents();
286 GetTabAt(selected_tab_index())->SetSelected(false);
289 Tab* tab = GetTabAt(index);
319 Tab* TabbedPane::GetTabAt(int index) { function in class:views::TabbedPane
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_controller.h80 virtual Tab* GetTabAt(Tab* tab,
H A Dtab_strip.h237 virtual Tab* GetTabAt(Tab* tab,
H A Dtab_unittest.cc56 virtual Tab* GetTabAt(Tab* tab,
H A Dtab.cc906 Tab* closest_tab = controller_->GetTabAt(this, event.location());
H A Dtab_strip.cc1129 Tab* TabStrip::GetTabAt(Tab* tab, const gfx::Point& tab_in_tab_coordinates) { function in class:TabStrip
2114 // else GetTabAt below will crash.
/external/chromium_org/chrome/browser/android/
H A Ddev_tools_manager_delegate_android.cc139 TabAndroid* tab = model->GetTabAt(index);
187 TabAndroid* tab = model->GetTabAt(i);
306 TabAndroid* tab = model->GetTabAt(i);
/external/chromium_org/chrome/browser/sync/sessions/
H A Dsession_data_type_controller_unittest.cc41 virtual SyncedTabDelegate* GetTabAt(int index) const OVERRIDE { return NULL; }
H A Dsessions_sync_manager.cc203 SyncedTabDelegate* synced_tab = (*i)->GetTabAt(j);
205 // GetTabAt can return a null tab; in that case just skip it.
H A Dsessions_sync_manager_unittest.cc86 virtual SyncedTabDelegate* GetTabAt(int index) const OVERRIDE {
90 return wrapped_->GetTabAt(index);
/external/chromium_org/chrome/browser/ui/views/ash/
H A Dtab_scrubber.cc158 Tab* new_tab = tab_strip->GetTabAt(initial_tab, tab_point);

Completed in 325 milliseconds