Home
last modified time | relevance | path

Searched refs:OnGoToEntryOffset (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/public/browser/
Dweb_contents_delegate.cc128 bool WebContentsDelegate::OnGoToEntryOffset(int offset) { in OnGoToEntryOffset() function in content::WebContentsDelegate
Dweb_contents_delegate.h302 virtual bool OnGoToEntryOffset(int offset);
/external/chromium_org/chrome/browser/prerender/
Dprerender_contents.cc163 virtual bool OnGoToEntryOffset(int offset) OVERRIDE { in OnGoToEntryOffset() function in prerender::PrerenderContents::WebContentsDelegateImpl
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.cc2856 if (!delegate_ || delegate_->OnGoToEntryOffset(offset)) in OnGoToEntryAtOffset()