OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:restore_type
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/content/browser/frame_host/
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
172
RestoreType
restore_type
() const {
function in class:content::NavigationEntryImpl
render_frame_host_manager.cc
671
if (entry.
restore_type
() != NavigationEntryImpl::RESTORE_NONE)
[
all
...]
navigation_controller_impl.cc
[
all
...]
navigation_controller_impl_unittest.cc
[
all
...]
/external/chromium_org/content/browser/web_contents/
web_contents_impl.cc
199
if (entry.
restore_type
() ==
[
all
...]
Completed in 786 milliseconds