Searched defs:GetEntryAtIndex (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/sync/
H A Dtab_contents_synced_tab_delegate.cc76 NavigationEntry* TabContentsSyncedTabDelegate::GetEntryAtIndex(int i) const { function in class:TabContentsSyncedTabDelegate
77 return web_contents_->GetController().GetEntryAtIndex(i);
/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_tab_delegate_android.cc71 NavigationEntry* SyncedTabDelegateAndroid::GetEntryAtIndex(int i) const { function in class:browser_sync::SyncedTabDelegateAndroid
73 ->GetEntryAtIndex(i);
/external/lldb/include/lldb/Core/
H A DRangeMap.h325 GetEntryAtIndex (size_t i) const function in class:lldb_private::RangeArray
611 GetEntryAtIndex (size_t i) const function in class:lldb_private::RangeVector
899 GetEntryAtIndex (size_t i) const function in class:lldb_private::RangeDataArray
1199 GetEntryAtIndex (size_t i) const function in class:lldb_private::RangeDataVector
1470 GetEntryAtIndex (size_t i) const function in class:lldb_private::AddressDataArray
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl.cc313 GetEntryAtIndex(current_index));
502 NavigationEntry* NavigationControllerImpl::GetEntryAtIndex( function in class:content::NavigationControllerImpl

Completed in 117 milliseconds