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

  /external/chromium_org/content/browser/web_contents/
navigation_controller_impl.cc 205 pending_entry_index_(-1),
291 current_index = pending_entry_index_;
345 pending_entry_index_ = current_index;
450 if (pending_entry_index_ != -1)
451 return pending_entry_index_;
532 pending_entry_index_ = current_index - 1;
533 entries_[pending_entry_index_]->SetTransitionType(
535 entries_[pending_entry_index_]->GetTransitionType() |
553 pending_entry_index_ = current_index;
557 pending_entry_index_++
    [all...]
navigation_controller_impl.h 320 // (last_committed_entry_index_, pending_entry_index_ or
341 // This may refer to an item in the entries_ list if the pending_entry_index_
351 int pending_entry_index_; member in class:content::NavigationControllerImpl

Completed in 464 milliseconds