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

  /external/chromium_org/chrome/browser/sync/glue/
synced_tab_delegate.h 43 virtual int GetPendingEntryIndex() const = 0;
synced_tab_delegate_android.h 35 virtual int GetPendingEntryIndex() const OVERRIDE;
synced_tab_delegate_android.cc 61 int SyncedTabDelegateAndroid::GetPendingEntryIndex() const {
63 ->GetPendingEntryIndex();
session_model_associator_unittest.cc 184 MOCK_CONST_METHOD0(GetPendingEntryIndex, int());
239 EXPECT_CALL(tab_mock, GetPendingEntryIndex()).WillRepeatedly(Return(-1));
250 EXPECT_CALL(tab_mock, GetPendingEntryIndex()).WillRepeatedly(Return(-1));
263 EXPECT_CALL(tab_mock, GetPendingEntryIndex()).WillRepeatedly(Return(-1));
279 EXPECT_CALL(tab_mock, GetPendingEntryIndex()).WillRepeatedly(Return(-1));
293 EXPECT_CALL(tab_mock, GetPendingEntryIndex()).WillOnce(Return(0));
306 EXPECT_CALL(tab_mock, GetPendingEntryIndex()).WillOnce(Return(-1));
344 EXPECT_CALL(tab_mock, GetPendingEntryIndex()).WillRepeatedly(Return(-1));
402 EXPECT_CALL(tab_mock, GetPendingEntryIndex()).WillRepeatedly(Return(-1));
session_model_associator.cc 393 const int pending_index = tab_delegate.GetPendingEntryIndex();
405 const int pending_index = tab_delegate.GetPendingEntryIndex();
500 const int pending_index = tab_delegate.GetPendingEntryIndex();
    [all...]
  /external/chromium_org/chrome/browser/ui/sync/
tab_contents_synced_tab_delegate.h 31 virtual int GetPendingEntryIndex() const OVERRIDE;
tab_contents_synced_tab_delegate.cc 61 int TabContentsSyncedTabDelegate::GetPendingEntryIndex() const {
62 return web_contents_->GetController().GetPendingEntryIndex();
  /external/chromium_org/content/browser/web_contents/
navigation_controller_impl_unittest.cc 259 EXPECT_EQ(controller.GetPendingEntryIndex(), -1);
349 EXPECT_EQ(controller.GetPendingEntryIndex(), -1);
371 EXPECT_EQ(controller.GetPendingEntryIndex(), -1);
391 EXPECT_EQ(controller.GetPendingEntryIndex(), -1);
414 EXPECT_EQ(controller.GetPendingEntryIndex(), -1);
598 EXPECT_EQ(controller.GetPendingEntryIndex(), -1);
638 EXPECT_EQ(controller.GetPendingEntryIndex(), -1);
672 EXPECT_EQ(-1, controller.GetPendingEntryIndex());
710 EXPECT_EQ(-1, controller.GetPendingEntryIndex());
742 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 271 virtual int GetPendingEntryIndex() const = 0;
  /external/chromium_org/chrome/test/base/
browser_with_test_window_test.cc 132 if (controller->GetPendingEntryIndex() >= 0) {
  /external/chromium_org/chrome/browser/sessions/
tab_restore_service_helper.cc 406 const int pending_index = controller->GetPendingEntryIndex();
session_service.cc     [all...]

Completed in 4263 milliseconds