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 205 pending_entry_(NULL),
290 if (IsInitialNavigation() && pending_entry_) {
291 entry = pending_entry_;
357 pending_entry_ = nav_entry;
359 pending_entry_ = entry;
366 pending_entry_->SetTitle(base::string16());
368 pending_entry_->SetTransitionType(PAGE_TRANSITION_RELOAD);
409 pending_entry_ = entry;
419 if (pending_entry_)
420 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 687 milliseconds