/external/chromium/chrome/browser/bookmarks/ |
D | bookmark_utils.cc | 551 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()
|
D | bookmark_utils.h | 170 const string16& new_title, 181 const string16& new_title,
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
D | bookmark_bubble_gtk.cc | 275 const string16 new_title( in ApplyEdits() local 278 if (new_title != node->GetTitle()) { in ApplyEdits() 279 model->SetTitle(node, new_title); in ApplyEdits()
|
D | bookmark_editor_gtk.cc | 458 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/ |
D | extension_menu_manager.h | 128 void set_title(const std::string& new_title) { title_ = new_title; } in set_title() argument
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
D | bookmark_bubble_view.cc | 426 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()
|
D | bookmark_editor_view.cc | 542 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/ |
D | select_file_dialog.cc | 478 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/ |
D | profile_sync_service_bookmark_unittest.cc | 208 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/ |
D | testing_automation_provider.cc | 2910 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()
|