HomeSort by relevance Sort by last modified time
    Searched defs:GetEntryAtIndex (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/sync/glue/
synced_tab_delegate_android.cc 71 NavigationEntry* SyncedTabDelegateAndroid::GetEntryAtIndex(int i) const {
73 ->GetEntryAtIndex(i);
  /external/chromium_org/chrome/browser/ui/sync/
tab_contents_synced_tab_delegate.cc 69 NavigationEntry* TabContentsSyncedTabDelegate::GetEntryAtIndex(int i) const {
70 return web_contents_->GetController().GetEntryAtIndex(i);
  /external/chromium_org/content/browser/web_contents/
navigation_controller_impl.cc 297 GetEntryAtIndex(current_index));
479 NavigationEntry* NavigationControllerImpl::GetEntryAtIndex(
    [all...]

Completed in 63 milliseconds