HomeSort by relevance Sort by last modified time
    Searched refs:pending_entry_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl.cc 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_;
    [all...]
navigation_controller_impl.h 351 NavigationEntryImpl* pending_entry_; member in class:content::NavigationControllerImpl
356 // index of pending entry if it is in entries_, or -1 if pending_entry_ is a

Completed in 46 milliseconds