Home
last modified time | relevance | path

Searched refs:GetActiveIndex (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
Dsynced_window_delegate_android.cc58 int SyncedWindowDelegateAndroid::GetActiveIndex() const { in GetActiveIndex() function in browser_sync::SyncedWindowDelegateAndroid
59 return tab_model_->GetActiveIndex(); in GetActiveIndex()
Dsynced_window_delegate.h43 virtual int GetActiveIndex() const = 0;
Dsynced_window_delegate_android.h28 virtual int GetActiveIndex() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/sync/
Dbrowser_synced_window_delegate.h29 virtual int GetActiveIndex() const OVERRIDE;
Dbrowser_synced_window_delegate.cc77 int BrowserSyncedWindowDelegate::GetActiveIndex() const { in GetActiveIndex() function in BrowserSyncedWindowDelegate
/external/chromium_org/chrome/browser/ui/android/tab_model/
Dtab_model_list_unittest.cc21 virtual int GetActiveIndex() const override { return 0; } in GetActiveIndex() function in TestTabModel
Dtab_model_base.h39 virtual int GetActiveIndex() const OVERRIDE;
Dtab_model.h39 virtual int GetActiveIndex() const = 0;
Dtab_model_unittest.cc33 virtual int GetActiveIndex() const OVERRIDE { return 0; } in GetActiveIndex() function in TestTabModel
Dtab_model_base.cc65 int TabModelBase::GetActiveIndex() const { in GetActiveIndex() function in TabModelBase
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_strip_controller.h44 virtual int GetActiveIndex() const = 0;
Dfake_base_tab_strip_controller.cc51 int FakeBaseTabStripController::GetActiveIndex() const { in GetActiveIndex() function in FakeBaseTabStripController
Dfake_base_tab_strip_controller.h29 virtual int GetActiveIndex() const OVERRIDE;
Dbrowser_tab_strip_controller.h52 virtual int GetActiveIndex() const OVERRIDE;
Dtab_strip.cc577 const int active_index = controller_->GetActiveIndex(); in SetStackedLayout()
665 from_model_index, to_model_index, controller_->GetActiveIndex(), in MoveTab()
765 if (controller_->GetActiveIndex() <= GetModelIndexOfTab(tab)) in ShouldTabBeVisible()
1159 controller_->GetActiveIndex() : touch_layout_->active_index(); in ShouldPaintTab()
1648 const int active_index = controller_->GetActiveIndex(); in StackDraggedTabs()
2550 touch_layout_->SetActiveIndex(controller_->GetActiveIndex()); in SwapLayoutIfNecessary()
2694 const int active_index = controller_->GetActiveIndex(); in OnGestureEvent()
Dbrowser_tab_strip_controller.cc255 int BrowserTabStripController::GetActiveIndex() const { in GetActiveIndex() function in BrowserTabStripController
/external/chromium_org/chrome/browser/sync/sessions/
Dsession_data_type_controller_unittest.cc34 virtual int GetActiveIndex() const OVERRIDE { return 0; } in GetActiveIndex() function in browser_sync::__anon009d9f480111::MockSyncedWindowDelegate
Dsessions_sync_manager_unittest.cc66 virtual int GetActiveIndex() const OVERRIDE { in GetActiveIndex() function in browser_sync::__anonbef9d0740111::SyncedWindowDelegateOverride
67 return wrapped_->GetActiveIndex(); in GetActiveIndex()