Searched refs:Delete (Results 126 - 150 of 224) sorted by relevance

123456789

/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/common/
H A Dservice_process_util_unittest.cc454 EXPECT_TRUE(file_util::Delete(file, true));
537 ASSERT_TRUE(file_util::Delete(file_path, true));
/external/chromium/chrome/browser/history/
H A Dtext_database_unittest.cc111 file_util::Delete(db->file_name(), false);
H A Dtext_database_manager.cc175 // Delete any existing page info.
389 file_util::Delete(file_name, false);
/external/chromium/chrome/browser/password_manager/
H A Dlogin_database.cc405 file_util::Delete(db_path_, false);
/external/chromium/chrome/browser/
H A Dspellcheck_host_impl.cc313 file_util::Delete(bdict_file_path_, false);
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_bookmark_unittest.cc182 void Delete(int64 id) { function in class:browser_sync::__anon2482::FakeServerChange
184 // Delete the sync node.
561 // Delete a single item.
564 // Delete an item with several children.
642 dels.Delete(u2);
643 dels.Delete(u3);
699 ops.Delete(f1);
/external/chromium/base/
H A Dfile_util_proxy.cc60 if (!file_util::Delete(dest_file_path, false /* recursive */)) {
318 if (!file_util::Delete(file_path_, recursive_)) {
825 bool FileUtilProxy::Delete(scoped_refptr<MessageLoopProxy> message_loop_proxy, function in class:base::FileUtilProxy
H A Dfile_util.h104 BASE_API bool Delete(const FilePath& path, bool recursive);
H A Dfile_util_posix.cc146 bool Delete(const FilePath& path, bool recursive) { function in namespace:file_util
207 Delete(from_path, true);
H A Dfile_util_win.cc119 bool Delete(const FilePath& path, bool recursive) { function in namespace:file_util
198 // the move by using Copy and Delete. Ideally we could check whether
308 if (Delete(from_path, true)) {
/external/chromium/chrome/browser/ui/webui/options/
H A Dcertificate_manager_handler.cc301 // Certificate Delete overlay strings.
401 NewCallback(this, &CertificateManagerHandler::Delete));
862 void CertificateManagerHandler::Delete(const ListValue* args) { function in class:CertificateManagerHandler
866 bool result = certificate_manager_model_->Delete(cert);
/external/webkit/Source/JavaScriptCore/wtf/
H A DFastMalloc.cpp1052 void Delete(T* p) {
1157 span_allocator.Delete(span);
1310 // Delete the span "[p, p+n-1]".
1313 void Delete(Span* span);
1838 inline void TCMalloc_PageHeap::Delete(Span* span) {
2097 // Pretend the new area is allocated and then Delete() it to
2100 // We do not adjust free_pages_ here since Delete() will do it for us.
2103 Delete(span);
2631 pageheap->Delete(span);
3221 threadheap_allocator.Delete(hea
[all...]
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable_unittest.cc326 file_util::Delete(file_path_, true);
337 file_util::Delete(file_path_, true);
1395 ASSERT_TRUE(file_util::Delete(dm.GetSyncDataDatabasePath(), true));
1535 file_util::Delete(directory_manager_->GetSyncDataDatabasePath(),
1658 file_util::Delete(dirman.GetSyncDataDatabasePath(), true);
1677 file_util::Delete(dirman.GetSyncDataDatabasePath(), true);
/external/chromium/chrome/browser/extensions/
H A Dextension_updater_unittest.cc762 file_util::Delete(tmpfile_path, false);
859 file_util::Delete(tmpfile_path, false);
880 file_util::Delete(service.install_path(), false);
/external/chromium/base/metrics/
H A Dstats_table_unittest.cc23 mem.Delete(name);
/external/chromium/chrome/browser/first_run/
H A Dfirst_run.cc349 return file_util::Delete(first_run_sentinel, false);
/external/chromium/chrome/browser/net/
H A Dsqlite_persistent_cookie_store.cc587 file_util::Delete(path_, false);
/external/chromium/chrome/browser/safe_browsing/
H A Dclient_side_detection_service.cc103 // Delete the previous-version model file.
105 base::FileUtilProxy::Delete(
239 // Delete the model string that we kept around while we were writing the
/external/chromium/chrome/browser/ui/webui/
H A Dactive_downloads_ui.cc275 item->Delete(DownloadItem::DELETE_DUE_TO_USER_DISCARD);
/external/clang/lib/Parse/
H A DParser.cpp1039 bool Delete = false; local
1048 Delete = true;
1062 << Delete;
1066 Delete ? "delete" : "default", tok::semi);
/external/regex-re2/re2/
H A Dregexp.h239 void Delete();
/external/chromium/net/base/
H A Dfile_stream_unittest.cc31 file_util::Delete(temp_file_path_, false);
69 file_util::Delete(temp_file_path(), false);
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A DSDL_main.cpp570 gEpocEnv->iCleanupItems->Delete(i);
594 gEpocEnv->iCleanupItems->Delete(i);

Completed in 3212 milliseconds

123456789