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 50 const std::string new_title = local
55 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);
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
    [all...]
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bubble_view.cc 365 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/sync/test/integration/
two_client_bookmarks_sync_test.cc 346 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...]
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl_unittest.cc 4296 base::string16 new_title = local
    [all...]

Completed in 319 milliseconds