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

  /external/chromium_org/content/browser/web_contents/
navigation_controller_impl.cc 206 transient_entry_index_(-1),
268 if (transient_entry_index_ != -1) {
402 if (transient_entry_index_ != -1)
403 return entries_[transient_entry_index_].get();
410 if (transient_entry_index_ != -1)
411 return entries_[transient_entry_index_].get();
448 if (transient_entry_index_ != -1)
449 return transient_entry_index_;
546 bool transient = (transient_entry_index_ != -1);
572 if (transient_entry_index_ != -1)
    [all...]
navigation_controller_impl.h 321 // transient_entry_index_).
358 int transient_entry_index_; member in class:content::NavigationControllerImpl

Completed in 198 milliseconds