Home | History | Annotate | Download | only in bookmarks

Lines Matching full:new_url

551     const string16& new_title, const GURL& new_url) {
553 if (details.type == BookmarkEditor::EditDetails::NEW_URL) {
554 node = model->AddURL(parent, parent->child_count(), new_title, new_url);
572 const string16& new_title, const GURL& new_url) {
573 if (details.type == BookmarkEditor::EditDetails::NEW_URL ||
575 return CreateNewNode(model, parent, details, new_title, new_url);
582 model->SetURL(node, new_url);
590 const string16& new_title, const GURL& new_url) {
591 if (details.type == BookmarkEditor::EditDetails::NEW_URL ||
593 return CreateNewNode(model, new_parent, details, new_title, new_url);
602 model->SetURL(node, new_url);