Searched refs:GetEntryAtOffset (Results 1 – 10 of 10) sorted by relevance
262 virtual NavigationEntry* GetEntryAtOffset(int offset) const = 0;
152 SetDummyScreenshotOnNavEntry(controller().GetEntryAtOffset(-1)); in TEST_F()
214 controller.GetEntryAtOffset(offset)); in CreateSlideLayer()
53 virtual NavigationEntry* GetEntryAtOffset(int offset) const OVERRIDE; in NON_EXPORTED_BASE()
983 current_entry = controller.GetEntryAtOffset(-1); in GetSiteInstanceForURL()
507 NavigationEntry* NavigationControllerImpl::GetEntryAtOffset( in GetEntryAtOffset() function in content::NavigationControllerImpl
132 web_contents()->GetController().GetEntryAtOffset(-1); in GoBack()
129 controller.GetEntryAtOffset(1)); in OverscrollWindowDelegate()132 controller.GetEntryAtOffset(-1)); in OverscrollWindowDelegate()
706 web_contents->GetController().GetEntryAtOffset(-1)); in IN_PROC_BROWSER_TEST_F()
3832 if (entry == controller_.GetEntryAtOffset(0)) in UpdateTitle()