Searched defs:new_title (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dmove_operation.cc50 const std::string new_title = local
55 entry.set_title(new_title);
H A Dcopy_operation.cc48 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);
399 base::FilePath new_title = params.dest_file_path.BaseName(); local
403 new_title = new_title.RemoveExtension();
413 new_title.AsUTF8Unsafe(), last_modified, params.callback);
466 const std::string new_title local
45 TransferJsonGdocParams(const FileOperationCallback& callback, const std::string& resource_id, const ResourceEntry& parent_entry, const std::string& new_title) argument
536 CopyResourceOnServer( const std::string& resource_id, const std::string& parent_resource_id, const std::string& new_title, const base::Time& last_modified, const FileOperationCallback& callback) argument
[all...]
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_editor.cc15 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);
12 CreateNewNode(BookmarkModel* model, const BookmarkNode* parent, const BookmarkEditor::EditDetails& details, const base::string16& new_title, const GURL& new_url) argument
123 ApplyEditsWithNoFolderChange( BookmarkModel* model, const BookmarkNode* parent, const EditDetails& details, const base::string16& new_title, const GURL& new_url) argument
145 ApplyEditsWithPossibleFolderChange( BookmarkModel* model, const BookmarkNode* new_parent, const EditDetails& details, const base::string16& new_title, const GURL& new_url) argument
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dtwo_client_bookmarks_sync_test.cc346 std::string new_title = IndexedURLTitle(2); local
347 SetTitle(0, bookmark, new_title);
382 std::string new_title = IndexedURLTitle(2); local
383 SetTitle(0, bookmark, new_title);
426 std::string new_title = IndexedFolderName(2); local
427 SetTitle(0, folder, new_title);
442 std::string new_title = IndexedFolderName(2); local
443 SetTitle(0, folder, new_title);
470 std::string new_title = IndexedFolderName(2); local
471 SetTitle(0, folder, new_title);
504 std::string new_title = IndexedSubfolderName(2); local
523 std::string new_title = IndexedURLTitle(2); local
[all...]
H A Dbookmarks_helper.cc526 const std::string& new_title) {
534 GetVerifierBookmarkModel()->SetTitle(v_node, base::UTF8ToUTF16(new_title));
536 model->SetTitle(node, base::UTF8ToUTF16(new_title));
524 SetTitle(int profile, const BookmarkNode* node, const std::string& new_title) argument
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dfake_drive_service_helper.cc180 const std::string& new_title) {
184 file_id, std::string(), new_title, base::Time(), base::Time(),
178 RenameResource( const std::string& file_id, const std::string& new_title) argument
H A Ddrive_service_on_worker.cc310 const std::string& new_title,
320 const std::string& new_title,
307 CopyResource( const std::string& resource_id, const std::string& parent_resource_id, const std::string& new_title, const base::Time& last_modified, const google_apis::FileResourceCallback& callback) argument
317 UpdateResource( const std::string& resource_id, const std::string& parent_resource_id, const std::string& new_title, const base::Time& last_modified, const base::Time& last_viewed_by_me, const google_apis::FileResourceCallback& callback) argument
H A Dmetadata_database_unittest.cc421 void ApplyRenameChangeToMetadata(const std::string& new_title, argument
424 details->set_title(new_title);
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bubble_view.cc365 const base::string16 new_title = title_tf_->text(); local
366 if (new_title != node->GetTitle()) {
367 model->SetTitle(node, new_title);
/external/chromium_org/chrome/browser/drive/
H A Ddummy_drive_service.cc117 const std::string& new_title,
124 const std::string& new_title,
114 CopyResource( const std::string& resource_id, const std::string& parent_resource_id, const std::string& new_title, const base::Time& last_modified, const FileResourceCallback& callback) argument
121 UpdateResource( const std::string& resource_id, const std::string& parent_resource_id, const std::string& new_title, const base::Time& last_modified, const base::Time& last_viewed_by_me, const google_apis::FileResourceCallback& callback) argument
H A Ddrive_api_service.cc481 const std::string& new_title,
491 request->set_title(new_title);
500 const std::string& new_title,
510 request->set_title(new_title);
478 CopyResource( const std::string& resource_id, const std::string& parent_resource_id, const std::string& new_title, const base::Time& last_modified, const FileResourceCallback& callback) argument
497 UpdateResource( const std::string& resource_id, const std::string& parent_resource_id, const std::string& new_title, const base::Time& last_modified, const base::Time& last_viewed_by_me, const FileResourceCallback& callback) argument
H A Dfake_drive_service.cc777 const std::string& new_title,
816 new_file->set_title(new_title);
849 const std::string& new_title,
883 if (!new_title.empty())
884 file->set_title(new_title);
774 CopyResource( const std::string& resource_id, const std::string& in_parent_resource_id, const std::string& new_title, const base::Time& last_modified, const FileResourceCallback& callback) argument
846 UpdateResource( const std::string& resource_id, const std::string& parent_resource_id, const std::string& new_title, const base::Time& last_modified, const base::Time& last_viewed_by_me, const google_apis::FileResourceCallback& callback) argument
/external/chromium_org/chrome/browser/extensions/
H A Dmenu_manager.h184 void set_title(const std::string& new_title) { title_ = new_title; } argument
/external/chromium_org/chrome/browser/chromeos/drive/
H A Djob_scheduler.cc449 const std::string& new_title,
461 new_title,
474 const std::string& new_title,
489 new_title,
446 CopyResource( const std::string& resource_id, const std::string& parent_resource_id, const std::string& new_title, const base::Time& last_modified, const google_apis::FileResourceCallback& callback) argument
471 UpdateResource( const std::string& resource_id, const std::string& parent_resource_id, const std::string& new_title, const base::Time& last_modified, const base::Time& last_viewed_by_me, const ClientContext& context, const google_apis::FileResourceCallback& callback) argument
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl_unittest.cc4296 base::string16 new_title = local
4298 EXPECT_EQ(title, new_title);
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_bookmark_unittest.cc182 std::string ModifyTitle(int64 id, const std::string& new_title) { argument
186 node.SetTitle(new_title);

Completed in 1104 milliseconds