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

  /external/chromium_org/chrome/browser/sync/glue/
synced_tab_delegate.h 43 virtual int GetPendingEntryIndex() const = 0;
synced_tab_delegate_android.cc 61 int SyncedTabDelegateAndroid::GetPendingEntryIndex() const {
63 ->GetPendingEntryIndex();
synced_tab_delegate_android.h 35 virtual int GetPendingEntryIndex() const OVERRIDE;
session_model_associator_unittest.cc 184 MOCK_CONST_METHOD0(GetPendingEntryIndex, int());
240 EXPECT_CALL(tab_mock, GetPendingEntryIndex()).WillRepeatedly(Return(-1));
251 EXPECT_CALL(tab_mock, GetPendingEntryIndex()).WillRepeatedly(Return(-1));
264 EXPECT_CALL(tab_mock, GetPendingEntryIndex()).WillRepeatedly(Return(-1));
280 EXPECT_CALL(tab_mock, GetPendingEntryIndex()).WillRepeatedly(Return(-1));
294 EXPECT_CALL(tab_mock, GetPendingEntryIndex()).WillOnce(Return(0));
307 EXPECT_CALL(tab_mock, GetPendingEntryIndex()).WillOnce(Return(-1));
348 EXPECT_CALL(tab_mock, GetPendingEntryIndex()).WillRepeatedly(Return(-1));
409 EXPECT_CALL(tab_mock, GetPendingEntryIndex()).WillRepeatedly(Return(-1));
session_model_associator.cc 396 const int pending_index = tab_delegate.GetPendingEntryIndex();
408 const int pending_index = tab_delegate.GetPendingEntryIndex();
503 const int pending_index = tab_delegate.GetPendingEntryIndex();
    [all...]
  /external/chromium_org/chrome/browser/ui/sync/
tab_contents_synced_tab_delegate.cc 61 int TabContentsSyncedTabDelegate::GetPendingEntryIndex() const {
62 return web_contents_->GetController().GetPendingEntryIndex();
tab_contents_synced_tab_delegate.h 31 virtual int GetPendingEntryIndex() const OVERRIDE;
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl_unittest.cc 261 EXPECT_EQ(controller.GetPendingEntryIndex(), -1);
351 EXPECT_EQ(controller.GetPendingEntryIndex(), -1);
373 EXPECT_EQ(controller.GetPendingEntryIndex(), -1);
392 EXPECT_EQ(controller.GetPendingEntryIndex(), -1);
414 EXPECT_EQ(controller.GetPendingEntryIndex(), -1);
597 EXPECT_EQ(controller.GetPendingEntryIndex(), -1);
673 EXPECT_EQ(controller.GetPendingEntryIndex(), -1);
707 EXPECT_EQ(-1, controller.GetPendingEntryIndex());
745 EXPECT_EQ(-1, controller.GetPendingEntryIndex());
777 EXPECT_EQ(0, controller.GetPendingEntryIndex());
    [all...]
navigation_controller_impl.h 56 virtual int GetPendingEntryIndex() const OVERRIDE;
navigation_controller_impl.cc     [all...]
  /external/chromium_org/content/public/browser/
navigation_controller.h 280 virtual int GetPendingEntryIndex() const = 0;
  /external/chromium_org/chrome/test/base/
browser_with_test_window_test.cc 130 if (controller->GetPendingEntryIndex() >= 0) {
  /external/chromium_org/chrome/browser/sync/sessions2/
sessions_sync_manager.cc 367 int pending_index = tab.GetPendingEntryIndex();
751 const int pending_index = tab_delegate.GetPendingEntryIndex();
763 const int pending_index = tab_delegate.GetPendingEntryIndex();
    [all...]
sessions_sync_manager_unittest.cc 270 virtual int GetPendingEntryIndex() const OVERRIDE {
    [all...]
  /external/chromium_org/chrome/browser/sessions/
tab_restore_service_helper.cc 406 const int pending_index = controller->GetPendingEntryIndex();
session_service.cc     [all...]

Completed in 613 milliseconds