Home | History | Annotate | Download | only in web_contents

Lines Matching refs:GetCurrentEntryIndex

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();
1263 // Insert the entries from source. Don't use source->GetCurrentEntryIndex as