Home
last modified time | relevance | path

Searched refs:CloneAndReplace (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/renderer/
Dhistory_entry.cc68 HistoryEntry::HistoryNode* HistoryEntry::HistoryNode::CloneAndReplace( in CloneAndReplace() function in content::HistoryEntry::HistoryNode
94 child_history_node->CloneAndReplace(new_entry, in CloneAndReplace()
182 HistoryEntry* HistoryEntry::CloneAndReplace(const WebHistoryItem& new_item, in CloneAndReplace() function in content::HistoryEntry
188 root_->CloneAndReplace(new_entry, in CloneAndReplace()
Dhistory_entry.h66 HistoryNode* CloneAndReplace(HistoryEntry* new_entry,
86 HistoryEntry* CloneAndReplace(const blink::WebHistoryItem& newItem,
Dhistory_controller.cc190 current_entry_.reset(current_entry_->CloneAndReplace( in CreateNewBackForwardItem()