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 208 transient_entry_index_(-1),
271 if (transient_entry_index_ != -1) {
417 if (transient_entry_index_ != -1)
418 return entries_[transient_entry_index_].get();
425 if (transient_entry_index_ != -1)
426 return entries_[transient_entry_index_].get();
458 if (transient_entry_index_ != -1)
459 return transient_entry_index_;
556 bool transient = (transient_entry_index_ != -1);
582 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 318 milliseconds