Home
last modified time | relevance | path

Searched refs:new_title (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/bookmarks/
Dbookmark_utils.cc551 const string16& new_title, const GURL& new_url) { in CreateNewNode() argument
554 node = model->AddURL(parent, parent->child_count(), new_title, new_url); in CreateNewNode()
556 node = model->AddFolder(parent, parent->child_count(), new_title); in CreateNewNode()
572 const string16& new_title, const GURL& new_url) { in ApplyEditsWithNoFolderChange() argument
575 return CreateNewNode(model, parent, details, new_title, new_url); in ApplyEditsWithNoFolderChange()
583 model->SetTitle(node, new_title); in ApplyEditsWithNoFolderChange()
590 const string16& new_title, const GURL& new_url) { in ApplyEditsWithPossibleFolderChange() argument
593 return CreateNewNode(model, new_parent, details, new_title, new_url); in ApplyEditsWithPossibleFolderChange()
603 model->SetTitle(node, new_title); in ApplyEditsWithPossibleFolderChange()
Dbookmark_utils.h170 const string16& new_title,
181 const string16& new_title,
/external/chromium/chrome/browser/ui/gtk/bookmarks/
Dbookmark_bubble_gtk.cc275 const string16 new_title( in ApplyEdits() local
278 if (new_title != node->GetTitle()) { in ApplyEdits()
279 model->SetTitle(node, new_title); in ApplyEdits()
Dbookmark_editor_gtk.cc458 string16 new_title(GetInputTitle()); in ApplyEdits() local
462 bb_model_, parent_, details_, new_title, new_url); in ApplyEdits()
478 bb_model_, new_parent, details_, new_title, new_url); in ApplyEdits()
/external/chromium/chrome/browser/extensions/
Dextension_menu_manager.h128 void set_title(const std::string& new_title) { title_ = new_title; } in set_title() argument
/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_bubble_view.cc426 const string16 new_title = title_tf_->text(); in ApplyEdits() local
427 if (new_title != node->GetTitle()) { in ApplyEdits()
428 model->SetTitle(node, new_title); in ApplyEdits()
Dbookmark_editor_view.cc542 string16 new_title(WideToUTF16Hack(GetInputTitle())); in ApplyEdits() local
546 bb_model_, parent_, details_, new_title, new_url); in ApplyEdits()
556 bb_model_, new_parent, details_, new_title, new_url); in ApplyEdits()
/external/chromium/chrome/browser/ui/views/
Dselect_file_dialog.cc478 std::wstring new_title = UTF16ToWideHack(ExtractStringValue(args)); in HandleSetDialogTitle() local
479 if (new_title != delegate_->title_) { in HandleSetDialogTitle()
480 delegate_->title_ = new_title; in HandleSetDialogTitle()
/external/chromium/chrome/browser/sync/
Dprofile_sync_service_bookmark_unittest.cc208 std::wstring ModifyTitle(int64 id, const std::wstring& new_title) { in ModifyTitle() argument
212 node.SetTitle(new_title); in ModifyTitle()
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.cc2910 string16 new_title; in AddOrEditSearchEngine() local
2914 if (!args->GetString("new_title", &new_title) || in AddOrEditSearchEngine()
2934 controller->ModifyTemplateURL(template_url, new_title, new_keyword, in AddOrEditSearchEngine()
2939 controller->AddTemplateURL(new_title, new_keyword, new_ref_url); in AddOrEditSearchEngine()