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

  /external/chromium_org/chrome/browser/sync/glue/
synced_tab_delegate_android.cc 51 int SyncedTabDelegateAndroid::GetCurrentEntryIndex() const {
53 ->GetCurrentEntryIndex();
  /external/chromium_org/chrome/browser/ui/sync/
tab_contents_synced_tab_delegate.cc 53 int TabContentsSyncedTabDelegate::GetCurrentEntryIndex() const {
54 return web_contents_->GetController().GetCurrentEntryIndex();
  /external/chromium_org/content/browser/web_contents/
navigation_controller_impl.cc 294 current_index = GetCurrentEntryIndex();
447 int NavigationControllerImpl::GetCurrentEntryIndex() const {
494 return GetCurrentEntryIndex() + offset;
508 return entries_.size() > 1 && GetCurrentEntryIndex() > 0;
512 int index = GetCurrentEntryIndex();
528 int current_index = GetCurrentEntryIndex();
549 int current_index = GetCurrentEntryIndex();
    [all...]

Completed in 780 milliseconds