/external/chromium_org/content/browser/frame_host/ |
navigation_controller_impl_unittest.cc | 262 EXPECT_EQ(controller.GetLastCommittedEntryIndex(), -1); 350 EXPECT_EQ(controller.GetLastCommittedEntryIndex(), -1); 372 EXPECT_EQ(controller.GetLastCommittedEntryIndex(), 0); 391 EXPECT_EQ(controller.GetLastCommittedEntryIndex(), 0); 413 EXPECT_EQ(controller.GetLastCommittedEntryIndex(), 1); 596 EXPECT_EQ(controller.GetLastCommittedEntryIndex(), 0); 672 EXPECT_EQ(controller.GetLastCommittedEntryIndex(), 0); 708 EXPECT_EQ(1, controller.GetLastCommittedEntryIndex()); 746 EXPECT_EQ(1, controller.GetLastCommittedEntryIndex()); 778 EXPECT_EQ(1, controller.GetLastCommittedEntryIndex()); [all...] |
navigation_controller_impl.h | 49 virtual int GetLastCommittedEntryIndex() const OVERRIDE;
|
navigation_controller_impl.cc | 479 int NavigationControllerImpl::GetLastCommittedEntryIndex() const { 744 details->previous_entry_index = GetLastCommittedEntryIndex(); [all...] |
render_frame_host_manager_unittest.cc | 537 EXPECT_EQ(controller().GetLastCommittedEntryIndex(), 1); 554 EXPECT_EQ(controller().GetLastCommittedEntryIndex(), 1); [all...] |
/external/chromium_org/chrome/browser/ui/search_engines/ |
search_engine_tab_helper.cc | 117 for (int index = controller.GetLastCommittedEntryIndex(); 151 int last_index = controller.GetLastCommittedEntryIndex();
|
/external/chromium_org/content/public/browser/ |
navigation_controller.h | 251 virtual int GetLastCommittedEntryIndex() const = 0;
|
/external/chromium_org/chrome/browser/managed_mode/ |
managed_mode_interstitial.cc | 66 details.previous_entry_index = controller.GetLastCommittedEntryIndex();
|
/external/chromium_org/chrome/browser/safe_browsing/ |
safe_browsing_blocking_page.cc | 243 web_contents->GetController().GetLastCommittedEntryIndex(); 511 web_contents_->GetController().GetLastCommittedEntryIndex(); [all...] |
/external/chromium_org/chrome/browser/ui/sync/ |
one_click_signin_helper.cc | 562 web_contents()->GetController().GetLastCommittedEntryIndex(); 585 if (history_index_to_remove_ < nc->GetLastCommittedEntryIndex()) { [all...] |
/external/chromium_org/chrome/browser/ui/views/ |
external_tab_container_win.cc | [all...] |
/external/chromium_org/content/browser/web_contents/ |
web_contents_impl.cc | 227 controller.GetLastCommittedEntryIndex(); [all...] |