HomeSort by relevance Sort by last modified time
    Searched refs:GetActiveIndex (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/chrome/browser/sync/glue/
synced_window_delegate.h 43 virtual int GetActiveIndex() const = 0;
synced_window_delegate_android.h 28 virtual int GetActiveIndex() const OVERRIDE;
synced_window_delegate_android.cc 58 int SyncedWindowDelegateAndroid::GetActiveIndex() const {
59 return tab_model_->GetActiveIndex();
  /external/chromium_org/chrome/browser/ui/sync/
browser_synced_window_delegate.h 29 virtual int GetActiveIndex() const OVERRIDE;
browser_synced_window_delegate.cc 77 int BrowserSyncedWindowDelegate::GetActiveIndex() const {
  /external/chromium_org/chrome/browser/ui/android/tab_model/
tab_model.h 39 virtual int GetActiveIndex() const = 0;
tab_model_base.h 39 virtual int GetActiveIndex() const OVERRIDE;
tab_model_unittest.cc 33 virtual int GetActiveIndex() const OVERRIDE { return 0; }
tab_model_base.cc 63 int TabModelBase::GetActiveIndex() const {
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip_controller.h 44 virtual int GetActiveIndex() const = 0;
fake_base_tab_strip_controller.h 29 virtual int GetActiveIndex() const OVERRIDE;
fake_base_tab_strip_controller.cc 51 int FakeBaseTabStripController::GetActiveIndex() const {
browser_tab_strip_controller.h 52 virtual int GetActiveIndex() const OVERRIDE;
tab_strip.cc 593 const int active_index = controller_->GetActiveIndex();
681 from_model_index, to_model_index, controller_->GetActiveIndex(),
781 if (controller_->GetActiveIndex() <= GetModelIndexOfTab(tab))
    [all...]
browser_tab_strip_controller.cc 255 int BrowserTabStripController::GetActiveIndex() const {
  /external/chromium_org/chrome/browser/sync/sessions/
sessions_sync_manager_unittest.cc 63 virtual int GetActiveIndex() const OVERRIDE {
64 return wrapped_->GetActiveIndex();
    [all...]

Completed in 2638 milliseconds