Searched defs:Delete (Results 51 - 75 of 153) sorted by relevance

1234567

/external/chromium_org/chrome/test/chromedriver/
H A Dutil.py63 def Delete(path): function
74 Delete(path)
/external/chromium_org/components/policy/core/common/cloud/
H A Dresource_cache.cc78 // Delete the file before writing to it. This ensures that the write does not
132 void ResourceCache::Delete(const std::string& key, const std::string& subkey) { function in class:policy::ResourceCache
137 // Delete() does nothing if the directory given to it is not empty. Hence, the
162 // Delete files with invalid names, and files whose subkey doesn't pass the
170 // Delete() does nothing if the directory given to it is not empty. Hence, the
211 // Delete() does nothing if the directory given to it is not empty. Hence, the
H A Dcomponent_cloud_policy_store.cc138 Delete(ns);
152 Delete(ns);
179 void ComponentCloudPolicyStore::Delete(const PolicyNamespace& ns) { function in class:policy::ComponentCloudPolicyStore
185 cache_->Delete(constants->proto_cache_key, ns.component_id);
186 cache_->Delete(constants->data_cache_key, ns.component_id);
/external/chromium_org/content/browser/download/
H A Ddrag_download_file.cc80 void Delete() { function in class:content::DragDownloadFile::DragDownloadFileUI
183 &DragDownloadFileUI::Delete, base::Unretained(drag_ui_)));
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_external_file_ref_backend.cc58 int32_t PepperExternalFileRefBackend::Delete( function in class:content::PepperExternalFileRefBackend
H A Dpepper_internal_file_ref_backend.cc128 int32_t PepperInternalFileRefBackend::Delete( function in class:content::PepperInternalFileRefBackend
/external/chromium_org/ppapi/thunk/
H A Dppb_file_ref_thunk.cc119 int32_t Delete(PP_Resource file_ref, function in namespace:ppapi::thunk::__anon10261
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/
H A Dpairing_registry_delegate_win.cc235 bool PairingRegistryDelegateWin::Delete(const std::string& client_id) { function in class:remoting::PairingRegistryDelegateWin
/external/chromium_org/sync/engine/
H A Dmodel_type_entity.cc142 void ModelTypeEntity::Delete() { function in class:syncer::ModelTypeEntity
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dwrite_batch.cc66 handler->Delete(key);
68 return Status::Corruption("bad WriteBatch Delete");
105 void WriteBatch::Delete(const Slice& key) { function in class:leveldb::WriteBatch
121 virtual void Delete(const Slice& key) { function in class:leveldb::__anon12451::MemTableInserter
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoice_engine_impl.cc56 self->AddRef(); // First reference. Released in VoiceEngine::Delete.
135 bool VoiceEngine::Delete(VoiceEngine*& voiceEngine) function in class:webrtc::VoiceEngine
147 "VoiceEngine::Delete did not release the very last reference. "
/external/chromium_org/tools/telemetry/telemetry/util/
H A Dcloud_storage.py172 def Delete(bucket, remote_path): function
/external/chromium_org/v8/src/
H A Dsmart-pointers.h60 if (p_) Deallocator::Delete(p_);
82 ~SmartPointerBase() { if (p_) Deallocator::Delete(p_); }
93 static void Delete(T* array) { function in struct:v8::internal::ArrayDeallocator
112 static void Delete(T* object) { function in struct:v8::internal::ObjectDeallocator
/external/clang/test/SemaCXX/
H A Dcxx1y-contextual-conversion-tweaks.cpp20 void Delete() { function in namespace:n3323_example
/external/lldb/source/DataFormatters/
H A DDataVisualization.cpp66 DataVisualization::ValueFormats::Delete (const ConstString &type) function in class:DataVisualization::ValueFormats
68 return GetFormatManager().GetValueNavigator().Delete(type);
174 DataVisualization::Categories::Delete (const ConstString &category) function in class:DataVisualization::Categories
258 DataVisualization::NamedSummaryFormats::Delete (const ConstString &type) function in class:DataVisualization::NamedSummaryFormats
260 return GetFormatManager().GetNamedSummaryNavigator().Delete(type);
H A DTypeCategoryMap.cpp44 TypeCategoryMap::Delete (KeyType name) function in class:TypeCategoryMap
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DLogChannelDWARF.cpp80 LogChannelDWARF::Delete () function in class:LogChannelDWARF
115 Delete ();
131 Delete ();
/external/protobuf/src/google/protobuf/
H A Dunknown_field_set.cc57 (*fields_)[i].Delete();
174 void UnknownField::Delete() { function in class:google::protobuf::UnknownField
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DTokenRewriteStream.cs308 public virtual void Delete(int index) { method in class:Antlr.Runtime.TokenRewriteStream
309 Delete(DEFAULT_PROGRAM_NAME, index, index);
312 public virtual void Delete(int from, int to) { method in class:Antlr.Runtime.TokenRewriteStream
313 Delete(DEFAULT_PROGRAM_NAME, from, to);
316 public virtual void Delete(IToken indexT) { method in class:Antlr.Runtime.TokenRewriteStream
317 Delete(DEFAULT_PROGRAM_NAME, indexT, indexT);
320 public virtual void Delete(IToken from, IToken to) { method in class:Antlr.Runtime.TokenRewriteStream
321 Delete(DEFAULT_PROGRAM_NAME, from, to);
324 public virtual void Delete(string programName, int from, int to) { method in class:Antlr.Runtime.TokenRewriteStream
328 public virtual void Delete(strin method in class:Antlr.Runtime.TokenRewriteStream
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DTokenRewriteStream.cs352 public virtual void Delete( int index ) method in class:Antlr.Runtime.TokenRewriteStream
354 Delete( DEFAULT_PROGRAM_NAME, index, index );
357 public virtual void Delete( int from, int to ) method in class:Antlr.Runtime.TokenRewriteStream
359 Delete( DEFAULT_PROGRAM_NAME, from, to );
362 public virtual void Delete( IToken indexT ) method in class:Antlr.Runtime.TokenRewriteStream
364 Delete( DEFAULT_PROGRAM_NAME, indexT, indexT );
367 public virtual void Delete( IToken from, IToken to ) method in class:Antlr.Runtime.TokenRewriteStream
369 Delete( DEFAULT_PROGRAM_NAME, from, to );
372 public virtual void Delete( string programName, int from, int to ) method in class:Antlr.Runtime.TokenRewriteStream
377 public virtual void Delete( strin method in class:Antlr.Runtime.TokenRewriteStream
[all...]
/external/chromium_org/base/memory/
H A Dshared_memory_posix.cc252 bool SharedMemory::Delete(const std::string& name) { function in class:base::SharedMemory
H A Dsingleton_unittest.cc54 static void Delete(Type* instance) { function in struct:__anon2362::CallbackTrait
57 DefaultSingletonTraits<Type>::Delete(instance);
104 static void Delete(CallbackSingletonWithStaticTrait* instance) { function in struct:__anon2362::CallbackSingletonWithStaticTrait::Trait
107 StaticMemorySingletonTraits<CallbackSingletonWithStaticTrait>::Delete(
139 DefaultSingletonTraits<CallbackSingletonWithLeakTrait>::Delete(
238 // Delete the leaky singleton.
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_data_store.cc180 void HistoryDataStore::Delete(const std::string& query) { function in class:app_list::HistoryDataStore
/external/chromium_org/chromeos/dbus/
H A Dgsm_sms_client.cc60 // Calls Delete method.
61 void Delete(uint32 index, const DeleteCallback& callback) { function in class:chromeos::__anon6123::SMSProxy
117 // Handles responses of Delete method calls.
183 virtual void Delete(const std::string& service_name,
187 GetProxy(service_name, object_path)->Delete(index, callback);
H A Dmodem_messaging_client.cc59 // Calls Delete method.
60 void Delete(const dbus::ObjectPath& message_path, function in class:chromeos::__anon6129::ModemMessagingProxy
98 // Handles responses of Delete method calls.
156 virtual void Delete(const std::string& service_name,
160 GetProxy(service_name, object_path)->Delete(sms_path, callback);

Completed in 2238 milliseconds

1234567