HomeSort by relevance Sort by last modified time
    Searched refs:Delete (Results 51 - 75 of 578) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_var_dictionary_interface.h 22 virtual void Delete(PP_Var dict, PP_Var key);
  /external/chromium_org/ppapi/cpp/
file_ref.h 121 /// Delete() deletes a file or directory. If <code>file_ref</code> refers to
122 /// a directory, then the directory must be empty. It is an error to delete a
123 /// file or directory that is in use. It is not valid to delete a file in
127 /// completion of Delete().
130 int32_t Delete(const CompletionCallback& cc);
var_dictionary.cc 86 void VarDictionary::Delete(const Var& key) {
88 get_interface<PPB_VarDictionary_1_0>()->Delete(var_, key.pp_var());
  /external/chromium_org/ppapi/shared_impl/
dictionary_var.h 38 void Delete(const PP_Var& key);
  /external/chromium_org/ppapi/thunk/
ppb_file_ref_api.h 36 virtual int32_t Delete(scoped_refptr<TrackedCallback> callback) = 0;
ppb_file_ref_thunk.cc 119 int32_t Delete(PP_Resource file_ref,
121 VLOG(4) << "PPB_FileRef::Delete()";
125 return enter.SetResult(enter.object()->Delete(enter.callback()));
177 &Delete,
190 &Delete,
205 &Delete,
  /external/chromium_org/remoting/host/
pairing_registry_delegate_win.h 60 virtual bool Delete(const std::string& client_id) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptHeapSnapshot.cpp 45 const_cast<v8::HeapSnapshot*>(m_snapshot)->Delete();
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_audio_processing_unittest.cc 32 VoiceEngine::Delete(voe_);
voe_base_unittest.cc 30 VoiceEngine::Delete(voe_);
  /external/chromium_org/v8/src/
hydrogen-bce.h 22 INLINE(void Delete(BoundsCheckKey* key));
splay-tree.h 46 INLINE(void operator delete(void* p)) {
47 AllocationPolicy::Delete(p);
50 INLINE(void operator delete(void* p, AllocationPolicy policy)) {
111 INLINE(void operator delete(void* p)) {
112 return AllocationPolicy::Delete(p);
116 INLINE(void operator delete(void* p, AllocationPolicy allocator)) {
185 void Call(Node* node) { AllocationPolicy::Delete(node); }
  /external/lldb/source/Plugins/SymbolFile/DWARF/
LogChannelDWARF.h 65 Delete ();
LogChannelDWARF.cpp 80 LogChannelDWARF::Delete ()
115 Delete ();
131 Delete ();
  /external/lzma/CPP/7zip/UI/Common/
ArchiveName.cpp 23 dirPrefix.Delete(dirPrefix.Length() - 1);
ExtractingFilePath.cpp 24 res.Delete(res.Length() - 1);
93 pathParts.Delete(i);
136 s.Delete(s.Length() - 1);
  /external/chromium_org/chrome/installer/util/
self_cleaning_temp_dir.cc 43 if (!path().empty() && !Delete())
70 bool SelfCleaningTempDir::Delete() {
72 LOG(DFATAL) << "Attempting to Delete an uninitialized SelfCleaningTempDir.";
79 // First try to recursively delete the leaf directory managed by our
84 LOG(WARNING) << "Failed to delete temporary directory " << path().value()
91 // Now delete or schedule all empty directories up to and including our
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
renderbuffer.c 46 rb->Delete = _mesa_delete_renderbuffer;
76 * Delete a gl_framebuffer.
77 * This is the default function for renderbuffer->Delete().
79 * own delete function. But the driver might also call this function to
163 oldRb->Delete(ctx, oldRb);
  /external/mesa3d/src/mesa/main/
renderbuffer.c 46 rb->Delete = _mesa_delete_renderbuffer;
76 * Delete a gl_framebuffer.
77 * This is the default function for renderbuffer->Delete().
79 * own delete function. But the driver might also call this function to
163 oldRb->Delete(ctx, oldRb);
  /external/lldb/source/DataFormatters/
TypeCategory.cpp 139 TypeCategoryImpl::Delete (ConstString name,
144 success = m_summary_nav->Delete(name) || success;
146 success = m_regex_summary_nav->Delete(name) || success;
148 success = m_filter_nav->Delete(name) || success;
150 success = m_regex_filter_nav->Delete(name) || success;
153 success = m_synth_nav->Delete(name) || success;
155 success = m_regex_synth_nav->Delete(name) || success;
DataVisualization.cpp 66 DataVisualization::ValueFormats::Delete (const ConstString &type)
68 return GetFormatManager().GetValueNavigator().Delete(type);
174 DataVisualization::Categories::Delete (const ConstString &category)
258 DataVisualization::NamedSummaryFormats::Delete (const ConstString &type)
260 return GetFormatManager().GetNamedSummaryNavigator().Delete(type);
  /external/chromium_org/third_party/leveldatabase/src/db/
write_batch.cc 66 handler->Delete(key);
68 return Status::Corruption("bad WriteBatch Delete");
105 void WriteBatch::Delete(const Slice& key) {
121 virtual void Delete(const Slice& key) {
  /external/lzma/CPP/7zip/Archive/7z/
7zProperties.cpp 69 src.Delete(i);
79 src.Delete(i);
89 dest.Delete(i);
  /external/chromium_org/build/util/lib/common/
util.py 43 # Don't use shutil.rmtree because it can't delete read-only files on Win.
54 def Delete(path):
65 Delete(path)
  /external/chromium_org/chrome/browser/history/android/
favicon_sql_handler.cc 35 return Delete(ids_set);
72 bool FaviconSQLHandler::Delete(const TableIDRows& ids_set) {
76 // Since the URL was deleted, we delete all types of icon mappings.

Completed in 619 milliseconds

1 23 4 5 6 7 8 91011>>