Searched refs:Delete (Results 101 - 125 of 213) sorted by relevance

123456789

/external/chromium/chrome/browser/download/
H A Ddownload_item.cc58 file_util::Delete(path, false);
407 void DownloadItem::Delete(DeleteReason reason) { function in class:DownloadItem
/external/chromium/chrome/browser/extensions/
H A Dextension_browsertest.cc136 if (!file_util::Delete(crx_path, false)) {
142 if (!file_util::Delete(pem_path, false)) {
H A Dsandboxed_extension_unpacker.cc158 base::FileUtilProxy::Delete(
472 // Delete any images that may be used by the browser. We're going to write
498 if (!file_util::Delete(extension_root_.Append(path), false)) {
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_store_unittest_helper.cc293 // Delete them, too.
322 // Delete should work if the file wasn't there in the first place.
324 EXPECT_TRUE(store->Delete());
349 EXPECT_TRUE(store->Delete());
H A Dsafe_browsing_database.h235 bool Delete();
H A Dsafe_browsing_store.h168 // Delete(). The appropriate action is to use Delete() to clear the
175 virtual bool Delete() = 0;
217 // Delete the indicated chunk_id. The chunk will continue to be
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
H A Druntests.bat25 REM Delete previous Eclipse installation and workspace
/external/chromium/base/debug/
H A Dtrace_event_win_unittest.cc157 file_util::Delete(log_file_, false);
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_storage.cc233 base::FileUtilProxy::Delete(
/external/chromium/chrome/browser/
H A Dbrowser_shutdown.cc273 file_util::Delete(shutdown_ms_file, false);
/external/chromium/chrome/browser/chromeos/login/
H A Dgoogle_authenticator_unittest.cc194 Delete(tmp_file_path, false);
205 Delete(tmp_file_path, false);
210 EXPECT_TRUE(Delete(tmp_file_path, false)); // Ensure non-existent file.
532 Delete(tmp_file_path, false);
H A Downer_manager_unittest.cc60 file_util::Delete(tmpfile_, false);
H A Downership_service_unittest.cc65 file_util::Delete(tmpfile_, false);
/external/chromium/chrome/browser/history/
H A Dstarred_url_database_unittest.cc71 file_util::Delete(db_file_, false);
H A Dvisit_database_unittest.cc97 TEST_F(VisitDatabaseTest, Delete) {
124 // Delete the middle one.
H A Dtext_database_unittest.cc111 file_util::Delete(db->file_name(), false);
/external/chromium/chrome/browser/ui/webui/
H A Ddownloads_dom_handler.cc177 file->Delete(DownloadItem::DELETE_DUE_TO_USER_DISCARD);
/external/chromium/chrome/common/
H A Djson_pref_store_unittest.cc161 ASSERT_TRUE(file_util::Delete(output_file, false));
H A Dservice_process_util.cc171 shared_mem_service_data_->Delete(GetServiceProcessSharedMemName());
H A Dservice_process_util_unittest.cc454 EXPECT_TRUE(file_util::Delete(file, true));
537 ASSERT_TRUE(file_util::Delete(file_path, true));
/external/protobuf/src/google/protobuf/
H A Drepeated_field.h165 // static void Delete(Type*);
272 static void Delete(GenericType* value) { delete value; } function in class:google::protobuf::internal::GenericTypeHandler
298 static void Delete(string* value);
622 TypeHandler::Delete(cast<TypeHandler>(elements_[i]));
745 TypeHandler::Delete(cast<TypeHandler>(elements_[current_size_]));
/external/regex-re2/re2/
H A Dtostring.cc271 cc->Delete();
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
H A Dtree-rewrite.rb430 grammar Delete;
447 tokenVocab=Delete;
1280 lexer = Delete::Lexer.new( "abc" )
1282 parser = Delete::Parser.new( tokens )
/external/chromium/chrome/browser/webdata/
H A Dweb_data_service_unittest.cc83 file_util::Delete(profile_dir_, true);
92 file_util::Delete(profile_dir_, true);
/external/chromium/chrome/browser/password_manager/
H A Dlogin_database.cc405 file_util::Delete(db_path_, false);

Completed in 450 milliseconds

123456789