Searched defs:Delete (Results 1 - 25 of 157) sorted by relevance

1234567

/external/chromium/base/memory/
H A Dsingleton_objc.h47 static void Delete(Type* object) { function in struct:DefaultSingletonObjCTraits
H A Dscoped_temp_dir.cc14 if (!path_.empty() && !Delete())
61 bool ScopedTempDir::Delete() { function in class:ScopedTempDir
65 bool ret = file_util::Delete(path_, true);
/external/chromium_org/base/memory/
H A Dsingleton_objc.h46 static void Delete(Type* object) { function in struct:DefaultSingletonObjCTraits
H A Dshared_memory_android.cc45 bool SharedMemory::Delete(const std::string& name) { function in class:base::SharedMemory
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_url_request_user_data.cc37 void ChromeURLRequestUserData::Delete(net::URLRequest* request) { function in class:ChromeURLRequestUserData
/external/chromium_org/v8/src/
H A Dallocation-inl.h42 void PreallocatedStorageAllocationPolicy::Delete(void* p) { function in class:v8::internal::PreallocatedStorageAllocationPolicy
/external/v8/src/
H A Dallocation-inl.h42 void PreallocatedStorage::Delete(void* p) { function in class:v8::internal::PreallocatedStorage
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dappengine_blobstore.py41 def Delete(self, key, namespace): member in class:AppEngineBlobstore
42 """Delete the blob with version |version| if it is found.
45 blob_key = self._datastore.Delete(datastore.BLOB_REFERENCE_BLOBSTORE, key)
H A Dblob_reference_store.py32 def Delete(self, namespace, key): member in class:BlobReferenceStore
/external/chromium_org/base/files/
H A Dscoped_temp_dir.cc16 if (!path_.empty() && !Delete())
62 bool ScopedTempDir::Delete() { function in class:base::ScopedTempDir
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_urls_sql_handler.cc50 bool AndroidURLsSQLHandler::Delete(const TableIDRows& ids_set) { function in class:history::AndroidURLsSQLHandler
H A Dfavicon_sql_handler.cc35 return Delete(ids_set);
76 bool FaviconSQLHandler::Delete(const TableIDRows& ids_set) { function in class:history::FaviconSQLHandler
H A Durls_sql_handler.cc145 bool UrlsSQLHandler::Delete(const TableIDRows& ids_set) { function in class:history::UrlsSQLHandler
/external/chromium_org/chrome/installer/util/
H A Dself_cleaning_temp_dir.cc43 if (!path().empty() && !Delete())
70 bool SelfCleaningTempDir::Delete() { function in class:installer::SelfCleaningTempDir
72 LOG(DFATAL) << "Attempting to Delete an uninitialized SelfCleaningTempDir.";
/external/chromium_org/ppapi/c/
H A Dppb_var_dictionary.h76 void (*Delete)(struct PP_Var dict, struct PP_Var key); member in struct:PPB_VarDictionary_1_0
/external/chromium_org/ppapi/cpp/
H A Dvar_dictionary.cc86 void VarDictionary::Delete(const Var& key) { function in class:pp::VarDictionary
88 get_interface<PPB_VarDictionary_1_0>()->Delete(var_, key.pp_var());
/external/chromium_org/ppapi/thunk/
H A Dppb_var_dictionary_thunk.cc44 void Delete(PP_Var dict, PP_Var key) { function in namespace:ppapi::thunk::__anon9654
49 dict_var->Delete(key);
74 &Delete,
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dsnapshot.h52 void Delete(const SnapshotImpl* s) { function in class:leveldb::SnapshotList
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Drepeated_field.cc79 void StringTypeHandlerBase::Delete(string* value) { function in class:google::protobuf::internal::StringTypeHandlerBase
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpage_heap_allocator.h60 Delete(New());
103 void Delete(T* p) { function in class:tcmalloc::PageHeapAllocator
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpage_heap_allocator.h58 Delete(New());
88 void Delete(T* p) { function in class:tcmalloc::PageHeapAllocator
/external/chromium_org/v8/test/cctest/
H A Dtest-list.cc39 // Stash the size in the first word to use for Delete.
47 static void Delete(void* ptr) { function in class:ZeroingAllocationPolicy
/external/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp54 bool Delete = local
56 if (!Delete) {
67 if (Local || Delete)
70 if (Delete)
76 bool Delete = local
78 if (!Delete) {
87 if (Local || Delete)
90 if (Delete)
/external/protobuf/src/google/protobuf/
H A Drepeated_field.cc87 void StringTypeHandlerBase::Delete(string* value) { function in class:google::protobuf::internal::StringTypeHandlerBase
/external/v8/test/cctest/
H A Dtest-list.cc39 // Stash the size in the first word to use for Delete.
47 static void Delete(void* ptr) { function in class:ZeroingAllocationPolicy

Completed in 1171 milliseconds

1234567