Home
last modified time | relevance | path

Searched refs:GetTabAt (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
Dsynced_window_delegate_android.cc79 SyncedTabDelegate* SyncedWindowDelegateAndroid::GetTabAt(int index) const { in GetTabAt() function in browser_sync::SyncedWindowDelegateAndroid
81 TabAndroid* tab = tab_model_->GetTabAt(index); in GetTabAt()
86 SyncedTabDelegate* tab = GetTabAt(index); in GetTabIdAt()
Dsynced_window_delegate.h60 virtual SyncedTabDelegate* GetTabAt(int index) const = 0;
Dsynced_window_delegate_android.h33 virtual SyncedTabDelegate* GetTabAt(int index) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/sync/
Dbrowser_synced_window_delegate.cc46 browser_sync::SyncedTabDelegate* current = GetTabAt(i); in IsTabPinned()
55 browser_sync::SyncedTabDelegate* BrowserSyncedWindowDelegate::GetTabAt( in GetTabAt() function in BrowserSyncedWindowDelegate
62 return GetTabAt(index)->GetSessionId(); in GetTabIdAt()
Dbrowser_synced_window_delegate.h35 virtual browser_sync::SyncedTabDelegate* GetTabAt(int index) const OVERRIDE;
/external/chromium_org/ui/views/controls/tabbed_pane/
Dtabbed_pane.cc216 Tab* selected_tab = tabbed_pane_->GetTabAt(selected_tab_index); in OnPaint()
259 NULL : GetTabAt(selected_tab_index())->contents(); in GetSelectedTab()
286 GetTabAt(selected_tab_index())->SetSelected(false); in SelectTabAt()
289 Tab* tab = GetTabAt(index); in SelectTabAt()
319 Tab* TabbedPane::GetTabAt(int index) { in GetTabAt() function in views::TabbedPane
Dtabbed_pane.h64 Tab* GetTabAt(int index);
/external/chromium_org/chrome/browser/android/
Ddev_tools_manager_delegate_android.cc139 TabAndroid* tab = model->GetTabAt(index); in GetAgentHost()
187 TabAndroid* tab = model->GetTabAt(i); in FindTab()
306 TabAndroid* tab = model->GetTabAt(i); in EnumerateTargets()
/external/chromium_org/chrome/browser/ui/android/tab_model/
Dtab_model_list_unittest.cc32 virtual TabAndroid* GetTabAt(int index) const override { return nullptr; } in GetTabAt() function in TestTabModel
Dtab_model_base.cc74 TabAndroid* tab = GetTabAt(index); in GetWebContentsAt()
78 TabAndroid* TabModelBase::GetTabAt(int index) const { in GetTabAt() function in TabModelBase
Dtab_model_base.h41 virtual TabAndroid* GetTabAt(int index) const OVERRIDE;
Dtab_model.h42 virtual TabAndroid* GetTabAt(int index) const = 0;
Dtab_model_unittest.cc44 virtual TabAndroid* GetTabAt(int index) const OVERRIDE { in GetTabAt() function in TestTabModel
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_controller.h80 virtual Tab* GetTabAt(Tab* tab,
Dtab_strip.h237 virtual Tab* GetTabAt(Tab* tab,
Dtab_unittest.cc56 virtual Tab* GetTabAt(Tab* tab, in GetTabAt() function in FakeTabController
Dtab.cc906 Tab* closest_tab = controller_->GetTabAt(this, event.location()); in OnMouseReleased()
Dtab_strip.cc1129 Tab* TabStrip::GetTabAt(Tab* tab, const gfx::Point& tab_in_tab_coordinates) { in GetTabAt() function in TabStrip
/external/chromium_org/chrome/browser/sync/sessions/
Dsession_data_type_controller_unittest.cc41 virtual SyncedTabDelegate* GetTabAt(int index) const OVERRIDE { return NULL; } in GetTabAt() function in browser_sync::__anon009d9f480111::MockSyncedWindowDelegate
Dsessions_sync_manager.cc203 SyncedTabDelegate* synced_tab = (*i)->GetTabAt(j); in AssociateWindows()
Dsessions_sync_manager_unittest.cc86 virtual SyncedTabDelegate* GetTabAt(int index) const OVERRIDE { in GetTabAt() function in browser_sync::__anonbef9d0740111::SyncedWindowDelegateOverride
90 return wrapped_->GetTabAt(index); in GetTabAt()
/external/chromium_org/chrome/browser/ui/views/ash/
Dtab_scrubber.cc158 Tab* new_tab = tab_strip->GetTabAt(initial_tab, tab_point); in OnScrollEvent()