/external/chromium_org/chrome/browser/sync/glue/ |
D | synced_window_delegate_android.cc | 79 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()
|
D | synced_window_delegate.h | 60 virtual SyncedTabDelegate* GetTabAt(int index) const = 0;
|
D | synced_window_delegate_android.h | 33 virtual SyncedTabDelegate* GetTabAt(int index) const OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/sync/ |
D | browser_synced_window_delegate.cc | 46 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()
|
D | browser_synced_window_delegate.h | 35 virtual browser_sync::SyncedTabDelegate* GetTabAt(int index) const OVERRIDE;
|
/external/chromium_org/ui/views/controls/tabbed_pane/ |
D | tabbed_pane.cc | 216 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
|
D | tabbed_pane.h | 64 Tab* GetTabAt(int index);
|
/external/chromium_org/chrome/browser/android/ |
D | dev_tools_manager_delegate_android.cc | 139 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/ |
D | tab_model_list_unittest.cc | 32 virtual TabAndroid* GetTabAt(int index) const override { return nullptr; } in GetTabAt() function in TestTabModel
|
D | tab_model_base.cc | 74 TabAndroid* tab = GetTabAt(index); in GetWebContentsAt() 78 TabAndroid* TabModelBase::GetTabAt(int index) const { in GetTabAt() function in TabModelBase
|
D | tab_model_base.h | 41 virtual TabAndroid* GetTabAt(int index) const OVERRIDE;
|
D | tab_model.h | 42 virtual TabAndroid* GetTabAt(int index) const = 0;
|
D | tab_model_unittest.cc | 44 virtual TabAndroid* GetTabAt(int index) const OVERRIDE { in GetTabAt() function in TestTabModel
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
D | tab_controller.h | 80 virtual Tab* GetTabAt(Tab* tab,
|
D | tab_strip.h | 237 virtual Tab* GetTabAt(Tab* tab,
|
D | tab_unittest.cc | 56 virtual Tab* GetTabAt(Tab* tab, in GetTabAt() function in FakeTabController
|
D | tab.cc | 906 Tab* closest_tab = controller_->GetTabAt(this, event.location()); in OnMouseReleased()
|
D | tab_strip.cc | 1129 Tab* TabStrip::GetTabAt(Tab* tab, const gfx::Point& tab_in_tab_coordinates) { in GetTabAt() function in TabStrip
|
/external/chromium_org/chrome/browser/sync/sessions/ |
D | session_data_type_controller_unittest.cc | 41 virtual SyncedTabDelegate* GetTabAt(int index) const OVERRIDE { return NULL; } in GetTabAt() function in browser_sync::__anon009d9f480111::MockSyncedWindowDelegate
|
D | sessions_sync_manager.cc | 203 SyncedTabDelegate* synced_tab = (*i)->GetTabAt(j); in AssociateWindows()
|
D | sessions_sync_manager_unittest.cc | 86 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/ |
D | tab_scrubber.cc | 158 Tab* new_tab = tab_strip->GetTabAt(initial_tab, tab_point); in OnScrollEvent()
|