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

  /external/chromium_org/content/browser/web_contents/
navigation_entry_impl_unittest.cc 175 EXPECT_EQ(NavigationEntryImpl::RESTORE_NONE, entry1_->restore_type());
176 EXPECT_EQ(NavigationEntryImpl::RESTORE_NONE, entry2_->restore_type());
180 entry2_->restore_type());
navigation_entry_impl.h 166 RestoreType restore_type() const { function in class:content::NavigationEntryImpl
render_view_host_manager.cc 574 if (entry.restore_type() != NavigationEntryImpl::RESTORE_NONE)
    [all...]
navigation_controller_impl.cc     [all...]
navigation_controller_impl_unittest.cc     [all...]
web_contents_impl.cc 193 if (entry.restore_type() ==
    [all...]

Completed in 149 milliseconds