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/web_contents/
navigation_controller_impl.cc 203 pending_entry_(NULL),
287 if (IsInitialNavigation() && pending_entry_) {
288 entry = pending_entry_;
342 pending_entry_ = nav_entry;
344 pending_entry_ = entry;
351 pending_entry_->SetTitle(string16());
353 pending_entry_->SetTransitionType(PAGE_TRANSITION_RELOAD);
394 pending_entry_ = entry;
404 if (pending_entry_)
405 return pending_entry_;
    [all...]
navigation_controller_impl.h 344 NavigationEntryImpl* pending_entry_; member in class:content::NavigationControllerImpl
349 // index of pending entry if it is in entries_, or -1 if pending_entry_ is a

Completed in 95 milliseconds