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/frame_host/
navigation_controller_impl.cc 221 transient_entry_index_(-1),
284 if (transient_entry_index_ != -1) {
430 if (transient_entry_index_ != -1)
431 return entries_[transient_entry_index_].get();
438 if (transient_entry_index_ != -1)
439 return entries_[transient_entry_index_].get();
471 if (transient_entry_index_ != -1)
472 return transient_entry_index_;
569 bool transient = (transient_entry_index_ != -1);
595 if (transient_entry_index_ != -1)
    [all...]
navigation_controller_impl.h 328 // transient_entry_index_).
365 int transient_entry_index_; member in class:content::NavigationControllerImpl

Completed in 69 milliseconds