HomeSort by relevance Sort by last modified time
    Searched defs:new_title (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
move_operation.cc 47 const std::string new_title = local
52 entry.set_title(new_title);
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...]
  /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);
  /external/chromium_org/chrome/browser/sync/test/integration/
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...]
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl_unittest.cc 4242 base::string16 new_title = local
    [all...]

Completed in 130 milliseconds