HomeSort by relevance Sort by last modified time
    Searched refs:new_title (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_editor.cc 15 const base::string16& new_title,
28 node = model->AddURL(parent, insert_index, new_title, new_url);
30 node = model->AddFolder(parent, insert_index, new_title);
127 const base::string16& new_title,
131 return CreateNewNode(model, parent, details, new_title, new_url);
139 model->SetTitle(node, new_title);
149 const base::string16& new_title,
153 return CreateNewNode(model, new_parent, details, new_title, new_url);
163 model->SetTitle(node, new_title);
bookmark_editor.h 114 const base::string16& new_title,
125 const base::string16& new_title,
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
copy_operation.cc 48 const std::string& new_title)
53 new_title(new_title),
61 const std::string new_title; member in struct:drive::file_system::CopyOperation::TransferJsonGdocParams
261 entry.set_title(params->new_title);
347 base::FilePath new_title = params->dest_file_path.BaseName(); local
351 new_title = new_title.RemoveExtension();
361 new_title.AsUTF8Unsafe(), last_modified, params->callback);
414 const std::string new_title local
    [all...]
move_operation.cc 47 const std::string new_title = local
52 entry.set_title(new_title);
copy_operation.h 108 // with renaming it to |new_title|.
111 const std::string& new_title,
  /external/chromium_org/chrome/browser/drive/
drive_api_service.h 125 const std::string& new_title,
131 const std::string& new_title,
137 const std::string& new_title,
drive_service_interface.h 271 // and it'll be named |new_title|.
281 const std::string& new_title,
286 // |parent_resource_id| with renaming to |new_title|.
296 const std::string& new_title,
302 // to the UTF-8 encoded |new_title|. Upon completion,
307 const std::string& new_title,
dummy_drive_service.cc 122 const std::string& new_title,
129 const std::string& new_title,
138 const std::string& new_title,
dummy_drive_service.h 81 const std::string& new_title,
87 const std::string& new_title,
93 const std::string& new_title,
fake_drive_service.h 179 const std::string& new_title,
185 const std::string& new_title,
191 const std::string& new_title,
drive_api_service.cc 474 const std::string& new_title,
484 request->set_title(new_title);
493 const std::string& new_title,
503 request->set_title(new_title);
523 const std::string& new_title,
532 request->set_title(new_title);
fake_drive_service.cc 743 const std::string& new_title,
775 new_file->set_title(new_title);
811 const std::string& new_title,
830 if (!new_title.empty())
831 file->set_title(new_title);
869 const std::string& new_title,
875 resource_id, std::string(), new_title, base::Time(), base::Time(),
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_service_on_worker.h 119 const std::string& new_title,
125 const std::string& new_title,
131 const std::string& new_title,
fake_drive_service_helper.h 53 const std::string& new_title);
drive_service_on_worker.cc 341 const std::string& new_title,
351 const std::string& new_title,
361 const std::string& new_title,
fake_drive_service_helper.cc 180 const std::string& new_title) {
183 file_id, new_title,
metadata_database_unittest.cc 419 void ApplyRenameChangeToMetadata(const std::string& new_title,
422 details->set_title(new_title);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler.h 134 const std::string& new_title,
141 const std::string& new_title,
149 const std::string& new_title,
job_scheduler.cc 449 const std::string& new_title,
461 new_title,
474 const std::string& new_title,
489 new_title,
502 const std::string& new_title,
512 new_title,
    [all...]
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bubble_view.cc 357 const base::string16 new_title = title_tf_->text(); local
358 if (new_title != node->GetTitle()) {
359 model->SetTitle(node, new_title);
bookmark_editor_view.cc 558 base::string16 new_title(title_tf_->text());
562 bb_model_, parent_, details_, new_title, new_url);
572 bb_model_, new_parent, details_, new_title, new_url);
  /external/chromium_org/chrome/browser/sync/test/integration/
bookmarks_helper.h 86 // |profile| to |new_title|.
89 const std::string& new_title);
two_client_bookmarks_sync_test.cc 326 std::string new_title = IndexedURLTitle(2); local
327 SetTitle(0, bookmark, new_title);
362 std::string new_title = IndexedURLTitle(2); local
363 SetTitle(0, bookmark, new_title);
406 std::string new_title = IndexedFolderName(2); local
407 SetTitle(0, folder, new_title);
422 std::string new_title = IndexedFolderName(2); local
423 SetTitle(0, folder, new_title);
450 std::string new_title = IndexedFolderName(2); local
451 SetTitle(0, folder, new_title);
484 std::string new_title = IndexedSubfolderName(2); local
503 std::string new_title = IndexedURLTitle(2); local
    [all...]
bookmarks_helper.cc 505 const std::string& new_title) {
513 GetVerifierBookmarkModel()->SetTitle(v_node, base::UTF8ToUTF16(new_title));
515 model->SetTitle(node, base::UTF8ToUTF16(new_title));
  /external/chromium_org/chrome/browser/extensions/
menu_manager.h 182 void set_title(const std::string& new_title) { title_ = new_title; }

Completed in 275 milliseconds

1 2