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 204 transient_entry_index_(-1),
266 if (transient_entry_index_ != -1) {
411 if (transient_entry_index_ != -1)
412 return entries_[transient_entry_index_].get();
419 if (transient_entry_index_ != -1)
420 return entries_[transient_entry_index_].get();
457 if (transient_entry_index_ != -1)
458 return transient_entry_index_;
555 bool transient = (transient_entry_index_ != -1);
581 if (transient_entry_index_ != -1)
    [all...]
navigation_controller_impl.h 317 // transient_entry_index_).
354 int transient_entry_index_; member in class:content::NavigationControllerImpl

Completed in 327 milliseconds