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

1234567

/external/chromium_org/athena/activity/
H A Dactivity.cc21 void Activity::Delete(Activity* activity) { function in class:athena::Activity
/external/chromium_org/base/memory/
H A Dsingleton_objc.h46 static void Delete(Type* object) { function in struct:DefaultSingletonObjCTraits
H A Dshared_memory_android.cc54 bool SharedMemory::Delete(const std::string& name) { function in class:base::SharedMemory
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dappengine_blobstore.py47 def Delete(self, key, namespace): member in class:AppEngineBlobstore
48 """Delete the blob with version |version| if it is found.
51 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())
60 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);
72 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/browser/metrics/
H A Dthread_watcher_android.cc52 static void Delete(base::android::ApplicationStatusListener* instance) { function in struct:__anon4303::LeakyApplicationStatusListenerTraits
/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/chromeos/dbus/
H A Dfake_modem_messaging_client.cc34 void FakeModemMessagingClient::Delete(const std::string& service_name, function in class:chromeos::FakeModemMessagingClient
/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::__anon10319
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.cpp24 /// Make sure GV is visible from both modules. Delete is true if it is
28 static void makeVisible(GlobalValue &GV, bool Delete) { argument
30 if (Local || Delete) {
85 bool Delete = variable
87 if (!Delete) {
94 makeVisible(*I, Delete);
96 if (Delete)
102 bool Delete = variable
104 if (!Delete) {
109 makeVisible(*I, Delete);
121 bool Delete = deleteStuff == (bool)Named.count(CurI); variable
[all...]
/external/protobuf/src/google/protobuf/
H A Drepeated_field.cc87 void StringTypeHandlerBase::Delete(string* value) { function in class:google::protobuf::internal::StringTypeHandlerBase
/external/chromium_org/base/android/
H A Dbuild_info.cc34 static void Delete(BuildInfo* x) { function in struct:base::android::BuildInfoSingletonTraits
/external/chromium_org/ppapi/
H A Dgenerate_ppapi_size_checks.py102 def Delete(self, start_line, end_line): member in class:FilePatch
126 # Add and Delete remain valid list indices, and we don't have to worry about
383 file_patches[sourcefile].Delete(typeinfo.source_location.start_line,
/external/chromium_org/ppapi/shared_impl/
H A Ddictionary_var.cc60 void DictionaryVar::Delete(const PP_Var& key) { function in class:ppapi::DictionaryVar

Completed in 665 milliseconds

1234567