Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/frame_host/
Dnavigation_controller_impl_unittest.cc261 EXPECT_EQ(controller.GetPendingEntryIndex(), -1); in TEST_F()
351 EXPECT_EQ(controller.GetPendingEntryIndex(), -1); in TEST_F()
373 EXPECT_EQ(controller.GetPendingEntryIndex(), -1); in TEST_F()
392 EXPECT_EQ(controller.GetPendingEntryIndex(), -1); in TEST_F()
414 EXPECT_EQ(controller.GetPendingEntryIndex(), -1); in TEST_F()
597 EXPECT_EQ(controller.GetPendingEntryIndex(), -1); in TEST_F()
673 EXPECT_EQ(controller.GetPendingEntryIndex(), -1); in TEST_F()
707 EXPECT_EQ(-1, controller.GetPendingEntryIndex()); in TEST_F()
745 EXPECT_EQ(-1, controller.GetPendingEntryIndex()); in TEST_F()
777 EXPECT_EQ(0, controller.GetPendingEntryIndex()); in TEST_F()
[all …]
Dnavigation_controller_impl.h56 virtual int GetPendingEntryIndex() const OVERRIDE; in NON_EXPORTED_BASE()
Dnavigation_controller_impl.cc1469 int NavigationControllerImpl::GetPendingEntryIndex() const { in GetPendingEntryIndex() function in content::NavigationControllerImpl
/external/chromium_org/chrome/browser/sync/glue/
Dsession_model_associator_unittest.cc184 MOCK_CONST_METHOD0(GetPendingEntryIndex, int());
240 EXPECT_CALL(tab_mock, GetPendingEntryIndex()).WillRepeatedly(Return(-1)); in TEST_F()
251 EXPECT_CALL(tab_mock, GetPendingEntryIndex()).WillRepeatedly(Return(-1)); in TEST_F()
264 EXPECT_CALL(tab_mock, GetPendingEntryIndex()).WillRepeatedly(Return(-1)); in TEST_F()
280 EXPECT_CALL(tab_mock, GetPendingEntryIndex()).WillRepeatedly(Return(-1)); in TEST_F()
294 EXPECT_CALL(tab_mock, GetPendingEntryIndex()).WillOnce(Return(0)); in TEST_F()
307 EXPECT_CALL(tab_mock, GetPendingEntryIndex()).WillOnce(Return(-1)); in TEST_F()
348 EXPECT_CALL(tab_mock, GetPendingEntryIndex()).WillRepeatedly(Return(-1)); in TEST_F()
409 EXPECT_CALL(tab_mock, GetPendingEntryIndex()).WillRepeatedly(Return(-1)); in TEST_F()
Dsynced_tab_delegate_android.cc61 int SyncedTabDelegateAndroid::GetPendingEntryIndex() const { in GetPendingEntryIndex() function in browser_sync::SyncedTabDelegateAndroid
63 ->GetPendingEntryIndex(); in GetPendingEntryIndex()
Dsynced_tab_delegate.h43 virtual int GetPendingEntryIndex() const = 0;
Dsynced_tab_delegate_android.h35 virtual int GetPendingEntryIndex() const OVERRIDE;
Dsession_model_associator.cc396 const int pending_index = tab_delegate.GetPendingEntryIndex(); in GetCurrentVirtualURL()
408 const int pending_index = tab_delegate.GetPendingEntryIndex(); in GetCurrentFaviconURL()
503 const int pending_index = tab_delegate.GetPendingEntryIndex(); in SetSessionTabFromDelegate()
1132 int pending_index = tab.GetPendingEntryIndex(); in TabHasValidEntry()
/external/chromium_org/chrome/browser/ui/sync/
Dtab_contents_synced_tab_delegate.cc61 int TabContentsSyncedTabDelegate::GetPendingEntryIndex() const { in GetPendingEntryIndex() function in TabContentsSyncedTabDelegate
62 return web_contents_->GetController().GetPendingEntryIndex(); in GetPendingEntryIndex()
Dtab_contents_synced_tab_delegate.h31 virtual int GetPendingEntryIndex() const OVERRIDE;
/external/chromium_org/content/public/browser/
Dnavigation_controller.h280 virtual int GetPendingEntryIndex() const = 0;
/external/chromium_org/chrome/browser/sync/sessions2/
Dsessions_sync_manager.cc367 int pending_index = tab.GetPendingEntryIndex(); in ShouldSyncTab()
751 const int pending_index = tab_delegate.GetPendingEntryIndex(); in GetCurrentVirtualURL()
763 const int pending_index = tab_delegate.GetPendingEntryIndex(); in GetCurrentFaviconURL()
848 const int pending_index = tab_delegate.GetPendingEntryIndex(); in SetSessionTabFromDelegate()
Dsessions_sync_manager_unittest.cc270 virtual int GetPendingEntryIndex() const OVERRIDE { in GetPendingEntryIndex() function in browser_sync::__anonc64941190211::SyncedTabDelegateFake
/external/chromium_org/chrome/test/base/
Dbrowser_with_test_window_test.cc130 if (controller->GetPendingEntryIndex() >= 0) { in CommitPendingLoad()
/external/chromium_org/chrome/browser/sessions/
Dtab_restore_service_helper.cc406 const int pending_index = controller->GetPendingEntryIndex(); in PopulateTab()
Dsession_service.cc1291 const int pending_index = tab->GetController().GetPendingEntryIndex(); in BuildCommandsForTab()