HomeSort by relevance Sort by last modified time
    Searched refs:NEW_URL (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/bookmarks/
bookmark_editor.cc 10 : type(NEW_URL),
bookmark_editor.h 38 NEW_URL,
bookmark_utils.cc 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);
    [all...]

Completed in 49 milliseconds