Searched refs:GetPendingEntryIndex (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_tab_delegate.h43 virtual int GetPendingEntryIndex() const = 0;
H A Dsynced_tab_delegate_android.cc61 int SyncedTabDelegateAndroid::GetPendingEntryIndex() const { function in class:browser_sync::SyncedTabDelegateAndroid
63 ->GetPendingEntryIndex();
H A Dsynced_tab_delegate_android.h35 virtual int GetPendingEntryIndex() const OVERRIDE;
H A Dsession_model_associator_unittest.cc184 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));
H A Dsession_model_associator.cc396 const int pending_index = tab_delegate.GetPendingEntryIndex();
408 const int pending_index = tab_delegate.GetPendingEntryIndex();
503 const int pending_index = tab_delegate.GetPendingEntryIndex();
1132 int pending_index = tab.GetPendingEntryIndex();
/external/chromium_org/chrome/browser/ui/sync/
H A Dtab_contents_synced_tab_delegate.cc61 int TabContentsSyncedTabDelegate::GetPendingEntryIndex() const { function in class:TabContentsSyncedTabDelegate
62 return web_contents_->GetController().GetPendingEntryIndex();
H A Dtab_contents_synced_tab_delegate.h31 virtual int GetPendingEntryIndex() const OVERRIDE;
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl_unittest.cc261 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...]
H A Dnavigation_controller_impl.h56 virtual int GetPendingEntryIndex() const OVERRIDE;
H A Dnavigation_controller_impl.cc1469 int NavigationControllerImpl::GetPendingEntryIndex() const { function in class:content::NavigationControllerImpl
/external/chromium_org/chrome/test/base/
H A Dbrowser_with_test_window_test.cc130 if (controller->GetPendingEntryIndex() >= 0) {
/external/chromium_org/content/public/browser/
H A Dnavigation_controller.h280 virtual int GetPendingEntryIndex() const = 0;
/external/chromium_org/chrome/browser/sync/sessions2/
H A Dsessions_sync_manager.cc367 int pending_index = tab.GetPendingEntryIndex();
751 const int pending_index = tab_delegate.GetPendingEntryIndex();
763 const int pending_index = tab_delegate.GetPendingEntryIndex();
848 const int pending_index = tab_delegate.GetPendingEntryIndex();
H A Dsessions_sync_manager_unittest.cc270 virtual int GetPendingEntryIndex() const OVERRIDE {
/external/chromium_org/chrome/browser/sessions/
H A Dtab_restore_service_helper.cc406 const int pending_index = controller->GetPendingEntryIndex();
H A Dsession_service.cc1291 const int pending_index = tab->GetController().GetPendingEntryIndex();

Completed in 574 milliseconds