Searched refs:Delete (Results 1 - 25 of 575) sorted by relevance

1234567891011>>

/external/chromium/base/memory/
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);
H A Dscoped_temp_dir.h17 // intervening calls to Delete or Take, or the calls will fail.
42 bool Delete() WARN_UNUSED_RESULT;
H A Dsingleton_objc.h47 static void Delete(Type* object) { function in struct:DefaultSingletonObjCTraits
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
H A Dwrite_batch.h12 // batch.Delete("key");
40 void Delete(const Slice& key);
50 virtual void Delete(const Slice& key) = 0;
/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/chromium_org/content/common/input/
H A Dscoped_web_input_event.cc23 WebInputEventTraits::Delete(web_event);
/external/chromium_org/third_party/skia/src/core/
H A DSkTLS.h35 * When this thread, or Delete is called, the cached data is removed, and
46 static void Delete(CreateProc);
/external/chromium_org/v8/src/
H A Dallocation.h45 void operator delete(void* p) { Delete(p); }
49 static void Delete(void* p);
108 INLINE(static void Delete(void* p)) { Malloced::Delete(p); }
/external/llvm/include/llvm/Support/
H A DFormattedStream.h87 formatted_raw_ostream(raw_ostream &Stream, bool Delete = false)
89 setStream(Stream, Delete);
101 void setStream(raw_ostream &Stream, bool Delete = false) {
105 DeleteStream = Delete;
135 // Delete the stream if needed. Otherwise, transfer the buffer
/external/skia/src/core/
H A DSkTLS.h35 * When this thread, or Delete is called, the cached data is removed, and
46 static void Delete(CreateProc);
/external/srec/seti/sltsEngine/include/
H A Dlinklist.h58 LListResult Delete(LList *list);
/external/v8/src/
H A Dallocation-inl.h42 void PreallocatedStorage::Delete(void* p) { function in class:v8::internal::PreallocatedStorage
H A Dallocation.h45 void operator delete(void* p) { Delete(p); }
49 static void Delete(void* p);
108 INLINE(static void Delete(void* p)) { Malloced::Delete(p); }
124 static inline void Delete(void* p);
/external/chromium_org/base/files/
H A Dscoped_temp_dir.cc16 if (!path_.empty() && !Delete())
60 bool ScopedTempDir::Delete() { function in class:base::ScopedTempDir
H A Dscoped_temp_dir.h16 // intervening calls to Delete or Take, or the calls will fail.
43 bool Delete() WARN_UNUSED_RESULT;
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dpage_heap_test.cc32 // Split span 's1' into 's1', 's2'. Delete 's2'
35 ph->Delete(s2);
42 // Delete span 's1'
43 ph->Delete(s1);
/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/third_party/tcmalloc/vendor/src/tests/
H A Dpage_heap_test.cc32 // Split span 's1' into 's1', 's2'. Delete 's2'
35 ph->Delete(s2);
42 // Delete span 's1'
43 ph->Delete(s1);
/external/chromium_org/base/memory/
H A Dsingleton_objc.h46 static void Delete(Type* object) { function in struct:DefaultSingletonObjCTraits
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_urls_sql_handler.h25 virtual bool Delete(const TableIDRows& ids_set) OVERRIDE;
H A Durls_sql_handler.h24 virtual bool Delete(const TableIDRows& ids_set) OVERRIDE;
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_url_request_user_data.h25 // Delete the ChromeURLRequestUserData from a |request|. |request| must be
27 static void Delete(net::URLRequest* request);
/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/net/disk_cache/
H A Dcache_util_posix.cc49 if (!file_util::Delete(file, /* recursive */ false)) {
56 if (!file_util::Delete(path, /* recursive */ false)) {
64 return file_util::Delete(name, false);
/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::__anon10364
49 dict_var->Delete(key);
74 &Delete,

Completed in 800 milliseconds

1234567891011>>