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

  /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/browser/frame_host/
navigation_controller_impl_unittest.cc 276 EXPECT_EQ(controller.GetLastCommittedEntryIndex(), -1);
364 EXPECT_EQ(controller.GetLastCommittedEntryIndex(), -1);
386 EXPECT_EQ(controller.GetLastCommittedEntryIndex(), 0);
405 EXPECT_EQ(controller.GetLastCommittedEntryIndex(), 0);
427 EXPECT_EQ(controller.GetLastCommittedEntryIndex(), 1);
610 EXPECT_EQ(controller.GetLastCommittedEntryIndex(), 0);
686 EXPECT_EQ(controller.GetLastCommittedEntryIndex(), 0);
722 EXPECT_EQ(1, controller.GetLastCommittedEntryIndex());
760 EXPECT_EQ(1, controller.GetLastCommittedEntryIndex());
792 EXPECT_EQ(1, controller.GetLastCommittedEntryIndex());
    [all...]
navigation_controller_impl.h 49 virtual int GetLastCommittedEntryIndex() const OVERRIDE;
navigator_impl.cc 81 controller.GetLastCommittedEntryIndex();
navigation_controller_impl.cc 480 int NavigationControllerImpl::GetLastCommittedEntryIndex() const {
746 details->previous_entry_index = GetLastCommittedEntryIndex();
    [all...]
render_frame_host_manager_unittest.cc 731 EXPECT_EQ(controller().GetLastCommittedEntryIndex(), 1);
748 EXPECT_EQ(controller().GetLastCommittedEntryIndex(), 1);
    [all...]
  /external/chromium_org/content/public/browser/
navigation_controller.h 246 virtual int GetLastCommittedEntryIndex() const = 0;
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_interstitial.cc 82 details.previous_entry_index = controller.GetLastCommittedEntryIndex();
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page.cc 296 web_contents->GetController().GetLastCommittedEntryIndex();
587 web_contents_->GetController().GetLastCommittedEntryIndex();
    [all...]
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_helper.cc 448 web_contents()->GetController().GetLastCommittedEntryIndex();
471 if (history_index_to_remove_ < nc->GetLastCommittedEntryIndex()) {
    [all...]

Completed in 566 milliseconds