Searched refs:GetEntryAtOffset (Results 1 – 10 of 10) sorted by relevance
262 virtual NavigationEntry* GetEntryAtOffset(int offset) const = 0;
151 SetDummyScreenshotOnNavEntry(controller().GetEntryAtOffset(-1)); in TEST_F()
195 controller.GetEntryAtOffset(offset)); in CreateSlideLayer()
53 virtual NavigationEntry* GetEntryAtOffset(int offset) const OVERRIDE; in NON_EXPORTED_BASE()
812 current_entry = controller.GetEntryAtOffset(-1); in GetSiteInstanceForEntry()
494 NavigationEntry* NavigationControllerImpl::GetEntryAtOffset( in GetEntryAtOffset() function in content::NavigationControllerImpl
173 web_contents()->GetController().GetEntryAtOffset(-1); in GoBack()
139 controller.GetEntryAtOffset(1)); in OverscrollWindowDelegate()142 controller.GetEntryAtOffset(-1)); in OverscrollWindowDelegate()
531 web_contents->GetController().GetEntryAtOffset(-1)); in IN_PROC_BROWSER_TEST_F()
3597 if (entry == controller_.GetEntryAtOffset(0)) in UpdateTitle()