Home
last modified time | relevance | path

Searched refs:clone_children_of_target (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/renderer/
Dhistory_entry.cc71 bool clone_children_of_target, in CloneAndReplace() argument
79 if (is_target_frame && clone_children_of_target && !item_.isNull()) { in CloneAndReplace()
84 if (clone_children_of_target || !is_target_frame) { in CloneAndReplace()
96 clone_children_of_target, in CloneAndReplace()
183 bool clone_children_of_target, in CloneAndReplace() argument
190 clone_children_of_target, in CloneAndReplace()
Dhistory_entry.h68 bool clone_children_of_target,
87 bool clone_children_of_target,
Dhistory_controller.cc185 bool clone_children_of_target) { in CreateNewBackForwardItem() argument
191 new_item, clone_children_of_target, target_frame, render_view_)); in CreateNewBackForwardItem()
Dhistory_controller.h135 bool clone_children_of_target);