OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:should_clear_history_list
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/content/public/browser/
navigation_controller.cc
21
should_clear_history_list
(false) {
42
should_clear_history_list
(false) {
62
should_clear_history_list
= other.
should_clear_history_list
;
navigation_controller.h
175
bool
should_clear_history_list
;
member in struct:content::NavigationController::LoadURLParams
/external/chromium_org/content/browser/frame_host/
navigation_entry_impl.h
212
bool
should_clear_history_list
() const {
function in class:content::NavigationEntryImpl
215
void set_should_clear_history_list(bool
should_clear_history_list
) {
216
should_clear_history_list_ =
should_clear_history_list
;
navigation_controller_impl_unittest.cc
[
all
...]
navigation_controller_impl.cc
709
entry->set_should_clear_history_list(params.
should_clear_history_list
);
[
all
...]
/external/chromium_org/content/shell/browser/
webkit_test_controller.cc
276
params.
should_clear_history_list
= true;
/external/chromium_org/content/common/
view_messages.h
646
IPC_STRUCT_MEMBER(bool,
should_clear_history_list
)
[
all
...]
/external/chromium_org/content/browser/web_contents/
web_contents_impl.cc
215
params->
should_clear_history_list
= entry.
should_clear_history_list
();
217
if (entry.
should_clear_history_list
()) {
[
all
...]
/external/chromium_org/content/renderer/
render_view_impl.cc
[
all
...]
Completed in 161 milliseconds