Home | History | Annotate | Download | only in frame_host

Lines Matching refs:pending_entry_

218       pending_entry_(NULL),
303 if (IsInitialNavigation() && pending_entry_) {
304 entry = pending_entry_;
370 pending_entry_ = nav_entry;
372 pending_entry_ = entry;
379 pending_entry_->SetTitle(base::string16());
381 pending_entry_->SetTransitionType(ui::PAGE_TRANSITION_RELOAD);
422 pending_entry_ = entry;
432 if (pending_entry_)
433 return pending_entry_;
449 pending_entry_ &&
451 pending_entry_->GetPageID() == -1 &&
453 (!pending_entry_->is_renderer_initiated() || IsUnmodifiedBlankTab());
459 pending_entry_ &&
460 pending_entry_->GetPageID() != -1 &&
462 !pending_entry_->is_renderer_initiated())
466 return pending_entry_;
775 DCHECK(pending_entry_index_ == -1 || pending_entry_->site_instance());
783 pending_entry_ && pending_entry_->should_replace_entry();
817 if (pending_entry_) {
997 if (pending_entry_ &&
998 !pending_entry_->is_renderer_initiated() &&
999 existing_entry != pending_entry_ &&
1000 pending_entry_->GetPageID() == -1 &&
1036 if (pending_entry_ &&
1037 (!pending_entry_->site_instance() ||
1038 pending_entry_->site_instance() == rfh->GetSiteInstance())) {
1039 new_entry = new NavigationEntryImpl(*pending_entry_);
1166 existing_entry->set_unique_id(pending_entry_->GetUniqueID());
1539 return pending_entry_;
1554 pending_entry_ : entries_[pending_entry_index_].get();
1635 if (!pending_entry_) {
1637 pending_entry_ = entries_[pending_entry_index_].get();
1651 if (pending_entry_ && !pending_entry_->site_instance() &&
1652 pending_entry_->restore_type() != NavigationEntryImpl::RESTORE_NONE) {
1653 pending_entry_->set_site_instance(static_cast<SiteInstanceImpl*>(
1655 pending_entry_->set_restore_type(NavigationEntryImpl::RESTORE_NONE);
1737 delete pending_entry_;
1738 pending_entry_ = NULL;