Searched refs:should_replace_entry (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/frame_host/
H A Dnavigation_entry_impl.h190 bool should_replace_entry() const { function in class:content::NavigationEntryImpl
194 void set_should_replace_entry(bool should_replace_entry) { argument
195 should_replace_entry_ = should_replace_entry;
H A Dnavigator_impl.cc93 params->should_replace_current_entry = entry.should_replace_entry();
191 entry->set_should_replace_entry(pending_entry->should_replace_entry());
H A Dnavigation_controller_impl.cc783 pending_entry_ && pending_entry_->should_replace_entry();
H A Dnavigation_controller_impl_unittest.cc1338 EXPECT_TRUE(pending_entry->should_replace_entry());
1352 EXPECT_FALSE(committed_entry->should_replace_entry());
2851 should_replace_entry());

Completed in 924 milliseconds