HomeSort by relevance Sort by last modified time
    Searched refs:new_title (Results 1 - 25 of 43) 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/
move_operation.cc 151 const std::string new_title = new_name_has_hosted_extension ? local
157 new_title,
161 new_title,
166 const std::string& new_title,
176 metadata_->RenameEntryOnUIThread(src_path, new_title, callback);
move_operation.h 89 const std::string& new_title,
copy_operation.cc 365 base::FilePath new_title = dest_file_path.BaseName(); local
369 new_title = new_title.RemoveExtension();
375 new_title.value(),
  /external/chromium_org/chrome/browser/drive/
drive_service_interface.h 189 // and it'll be named |new_title|.
197 const std::string& new_title,
201 // The copy is named as the UTF-8 encoded |new_title| and is not added to any
210 const std::string& new_title,
214 // to the UTF-8 encoded |new_title|. Upon completion,
219 const std::string& new_title,
drive_api_service.h 120 const std::string& new_title,
124 const std::string& new_title,
128 const std::string& new_title,
dummy_drive_service.cc 111 const std::string& new_title,
116 const std::string& new_title,
121 const std::string& new_title,
dummy_drive_service.h 76 const std::string& new_title,
80 const std::string& new_title,
84 const std::string& new_title,
gdata_wapi_service.h 116 const std::string& new_title,
120 const std::string& new_title,
124 const std::string& new_title,
fake_drive_service.h 151 const std::string& new_title,
157 const std::string& new_title,
161 const std::string& new_title,
gdata_wapi_service.cc 407 const std::string& new_title,
421 const std::string& new_title,
432 new_title));
437 const std::string& new_title,
447 new_title));
  /external/chromium/chrome/browser/bookmarks/
bookmark_utils.h 170 const string16& new_title,
181 const string16& new_title,
bookmark_utils.cc 551 const string16& new_title, const GURL& new_url) {
554 node = model->AddURL(parent, parent->child_count(), new_title, new_url);
556 node = model->AddFolder(parent, parent->child_count(), new_title);
572 const string16& new_title, const GURL& new_url) {
575 return CreateNewNode(model, parent, details, new_title, new_url);
583 model->SetTitle(node, new_title);
590 const string16& new_title, const GURL& new_url) {
593 return CreateNewNode(model, new_parent, details, new_title, new_url);
603 model->SetTitle(node, new_title);
  /external/chromium/chrome/browser/extensions/
extension_menu_manager.h 128 void set_title(const std::string& new_title) { title_ = new_title; }
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bubble_gtk.cc 275 const string16 new_title(
278 if (new_title != node->GetTitle()) {
279 model->SetTitle(node, new_title);
bookmark_editor_gtk.cc 458 string16 new_title(GetInputTitle());
462 bb_model_, parent_, details_, new_title, new_url);
478 bb_model_, new_parent, details_, new_title, new_url);
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bubble_view.cc 426 const string16 new_title = title_tf_->text(); local
427 if (new_title != node->GetTitle()) {
428 model->SetTitle(node, new_title);
  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler.h 119 const std::string& new_title,
125 const std::string& new_title,
130 const std::string& new_title,
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bubble_view.cc 371 const string16 new_title = title_tf_->text(); local
372 if (new_title != node->GetTitle()) {
373 model->SetTitle(node, new_title);
  /external/chromium_org/chrome/browser/sync/test/integration/
bookmarks_helper.h 86 // |profile| to |new_title|.
89 const std::wstring& new_title);
  /external/chromium_org/chrome/browser/extensions/
menu_manager.h 156 void set_title(const std::string& new_title) { title_ = new_title; }
  /external/chromium/chrome/browser/ui/views/
select_file_dialog.cc 478 std::wstring new_title = UTF16ToWideHack(ExtractStringValue(args)); local
479 if (new_title != delegate_->title_) {
480 delegate_->title_ = new_title;
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_bubble_gtk.cc 417 const string16 new_title(
420 if (new_title != node->GetTitle()) {
421 model_->SetTitle(node, new_title);
  /external/chromium_org/chrome/browser/google_apis/
drive_api_requests.cc 247 const std::string& new_title,
252 new_title_(new_title) {
345 const std::string& new_title,
352 new_title_(new_title) {

Completed in 354 milliseconds

1 2