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

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

Completed in 1316 milliseconds