/external/chromium_org/content/browser/frame_host/ |
D | navigation_controller_impl_unittest.cc | 261 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 …]
|
D | navigation_controller_impl.h | 56 virtual int GetPendingEntryIndex() const OVERRIDE; in NON_EXPORTED_BASE()
|
D | navigation_controller_impl.cc | 1469 int NavigationControllerImpl::GetPendingEntryIndex() const { in GetPendingEntryIndex() function in content::NavigationControllerImpl
|
/external/chromium_org/chrome/browser/sync/glue/ |
D | session_model_associator_unittest.cc | 184 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()
|
D | synced_tab_delegate_android.cc | 61 int SyncedTabDelegateAndroid::GetPendingEntryIndex() const { in GetPendingEntryIndex() function in browser_sync::SyncedTabDelegateAndroid 63 ->GetPendingEntryIndex(); in GetPendingEntryIndex()
|
D | synced_tab_delegate.h | 43 virtual int GetPendingEntryIndex() const = 0;
|
D | synced_tab_delegate_android.h | 35 virtual int GetPendingEntryIndex() const OVERRIDE;
|
D | session_model_associator.cc | 396 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/ |
D | tab_contents_synced_tab_delegate.cc | 61 int TabContentsSyncedTabDelegate::GetPendingEntryIndex() const { in GetPendingEntryIndex() function in TabContentsSyncedTabDelegate 62 return web_contents_->GetController().GetPendingEntryIndex(); in GetPendingEntryIndex()
|
D | tab_contents_synced_tab_delegate.h | 31 virtual int GetPendingEntryIndex() const OVERRIDE;
|
/external/chromium_org/content/public/browser/ |
D | navigation_controller.h | 280 virtual int GetPendingEntryIndex() const = 0;
|
/external/chromium_org/chrome/browser/sync/sessions2/ |
D | sessions_sync_manager.cc | 367 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()
|
D | sessions_sync_manager_unittest.cc | 270 virtual int GetPendingEntryIndex() const OVERRIDE { in GetPendingEntryIndex() function in browser_sync::__anonc64941190211::SyncedTabDelegateFake
|
/external/chromium_org/chrome/test/base/ |
D | browser_with_test_window_test.cc | 130 if (controller->GetPendingEntryIndex() >= 0) { in CommitPendingLoad()
|
/external/chromium_org/chrome/browser/sessions/ |
D | tab_restore_service_helper.cc | 406 const int pending_index = controller->GetPendingEntryIndex(); in PopulateTab()
|
D | session_service.cc | 1291 const int pending_index = tab->GetController().GetPendingEntryIndex(); in BuildCommandsForTab()
|