Home | History | Annotate | Download | only in web_contents

Lines Matching defs:GetEntryCount

240   DCHECK(GetEntryCount() == 0 && !GetPendingEntry());
474 int NavigationControllerImpl::GetEntryCount() const {
487 if (index < 0 || index >= GetEntryCount())
518 return index >= 0 && index < GetEntryCount();
1211 DCHECK(GetEntryCount() == 0 && !GetPendingEntry());
1213 if (source.GetEntryCount() == 0)
1217 InsertEntriesFrom(source, source.GetEntryCount());
1260 DCHECK_EQ(1, GetEntryCount());
1268 max_source_index = source->GetEntryCount();
1274 last_committed_entry_index_ = GetEntryCount() - 1;
1322 // We pass 0 instead of GetEntryCount() for the history_length parameter of
1419 DCHECK(index < GetEntryCount());
1617 DCHECK(selected_index >= 0 && selected_index < GetEntryCount());
1620 SetMaxRestoredPageID(static_cast<int32>(GetEntryCount()));
1678 DCHECK_LE(max_index, source.GetEntryCount());