Searched refs:OnGoToEntryOffset (Results 1 – 4 of 4) sorted by relevance
128 bool WebContentsDelegate::OnGoToEntryOffset(int offset) { in OnGoToEntryOffset() function in content::WebContentsDelegate
302 virtual bool OnGoToEntryOffset(int offset);
163 virtual bool OnGoToEntryOffset(int offset) OVERRIDE { in OnGoToEntryOffset() function in prerender::PrerenderContents::WebContentsDelegateImpl
2856 if (!delegate_ || delegate_->OnGoToEntryOffset(offset)) in OnGoToEntryAtOffset()