/external/chromium/chrome/browser/download/ |
base_file.h | 42 // Rename the download file. Returns true on success. 43 virtual bool Rename(const FilePath& full_path);
|
download_file_unittest.cc | 127 // Rename the file before any data is downloaded, after some has, after it all 139 // Rename the file before downloading any data. 140 EXPECT_TRUE(download_file_->Rename(path_1)); 152 // Rename the file after downloading some data. 153 EXPECT_TRUE(download_file_->Rename(path_2)); 163 // Rename the file after downloading all the data. 164 EXPECT_TRUE(download_file_->Rename(path_3)); 178 // Rename the file after downloading all the data and closing the file. 179 EXPECT_TRUE(download_file_->Rename(path_4));
|
save_item.h | 50 void Rename(const FilePath& full_path);
|
save_item.cc | 114 // Rename the save item with new path. 115 void SaveItem::Rename(const FilePath& full_path) {
|
base_file_unittest.cc | 124 // Rename the file after writing to it, then detach. 135 EXPECT_TRUE(base_file_->Rename(new_path)); 191 // Rename the file after all writes to it. 202 EXPECT_TRUE(base_file_->Rename(new_path)); 209 // Rename the file while the download is still in progress. 221 EXPECT_TRUE(base_file_->Rename(new_path));
|
download_manager_unittest.cc | 205 MOCK_METHOD1(Rename, bool(const FilePath&)); 365 EXPECT_CALL(*download_file, Rename(new_path)).WillOnce(Return(true)); 369 EXPECT_CALL(*download_file, Rename(_)) 420 EXPECT_CALL(*download_file, Rename(cr_path)).WillOnce(Return(true)); 486 EXPECT_CALL(*download_file, Rename(cr_path)).WillOnce(Return(true)); 569 download_file->Rename(cr_path);
|
base_file.cc | 87 bool BaseFile::Rename(const FilePath& new_path) { 109 // We cannot rename because rename will keep the same security descriptor 127 // rename fails. Copying sucks for large downloads. crbug.com/8737 211 // We may be re-opening the file after rename. Always make sure we're
|
download_item.h | 209 void Rename(const FilePath& full_path); 218 // This may perform final rename if necessary and will eventually call
|
download_file_manager.cc | 302 // name for the download specified by 'id'. Rename the in progress download. 304 // There are 2 possible rename cases where this method can be called: 319 if (!download->Rename(full_path)) { 327 // download specified by 'id'. Rename the download that's in the process 330 // There are 2 possible rename cases where this method can be called: 365 // Rename the file, overwriting if necessary. 366 if (!download->Rename(new_path)) {
|
download_item.cc | 465 void DownloadItem::Rename(const FilePath& full_path) { 495 << " needs rename = " << NeedsRename() 522 << " needed rename = " << NeedsRename() 526 Rename(full_path);
|
save_file_manager.cc | 505 save_file->Rename(i->second);
|
save_package.cc | 564 // rename the SaveItem. 566 save_item->Rename(final_name); 569 save_item->Rename(saved_main_file_path_); [all...] |
download_manager.cc | 496 // Rename to intermediate name. 499 // The download is not safe. We can now rename the file to its 501 // NOTE: The |Rename| below will be a no-op for dangerous files, as we're 506 // rename it to its intermediate '.crdownload' path. The final 518 download->Rename(download_path); 619 // file rename, and UI display) then it's not ready for completion. [all...] |
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA1/ |
SDL_main.cpp | 106 currentThread.Rename(exeName.Name());
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
documentrenamenode15.js | 78 Rename the fourth acronym element to svg:rect and verify the
|
/external/chromium/chrome/browser/resources/file_manager/js/ |
mock_chrome.js | 142 ERROR_RENAMING: 'Unable to rename "$1": $2', 144 RENAME_BUTTON_LABEL: 'Rename',
|
file_manager.js | 481 this.renameInput_.className = 'rename'; 557 this.commands_['rename'].canExecuteChange(); 562 * Invoked to decide whether the "rename" command can be executed. 568 // Rename not in progress. 585 // Rename not in progress. 696 case 'rename': 701 console.warn('Unable to find label for rename of index: ' + [all...] |
/external/webkit/LayoutTests/storage/ |
test-authorizer.js | 72 executeStatement(tx, "ALTER TABLE Test RENAME TO TestTable;", "SQLITE_ALTER_TABLE"); 73 // Rename the table back to its original name 74 executeStatement(tx, "ALTER TABLE TestTable RENAME To Test;", "SQLITE_ALTER_TABLE");
|
/external/bison/data/ |
glr.c | [all...] |
/external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/ |
smartypants.php | 781 template engine. Rename the file to "modifier.smartypants.php"
|
/external/ceres-solver/docs/ |
changes.tex | 145 \item Rename the macro \texttt{CERES\_DONT\_HAVE\_PROTOCOL\_BUFFERS}
|
/external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
markdown.php | 188 # Rename this file to "classTextile.php" and it can replace Textile everywhere. [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant.jar | |
/prebuilts/tools/common/ant/ |
ant.jar | |
/prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/ |
ant-1.8.0.jar | |