Searched defs:GetCurrentEntryIndex (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/sync/
H A Dtab_contents_synced_tab_delegate.cc60 int TabContentsSyncedTabDelegate::GetCurrentEntryIndex() const { function in class:TabContentsSyncedTabDelegate
61 return web_contents_->GetController().GetCurrentEntryIndex();
/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_tab_delegate_android.cc51 int SyncedTabDelegateAndroid::GetCurrentEntryIndex() const { function in class:browser_sync::SyncedTabDelegateAndroid
53 ->GetCurrentEntryIndex();
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl.cc310 current_index = GetCurrentEntryIndex();
470 int NavigationControllerImpl::GetCurrentEntryIndex() const { function in class:content::NavigationControllerImpl
517 return GetCurrentEntryIndex() + offset;
531 return entries_.size() > 1 && GetCurrentEntryIndex() > 0;
535 int index = GetCurrentEntryIndex();
551 int current_index = GetCurrentEntryIndex();
572 int current_index = GetCurrentEntryIndex();
1343 // Insert the entries from source. Don't use source->GetCurrentEntryIndex as

Completed in 73 milliseconds