Searched refs:Delete (Results 276 - 300 of 498) sorted by relevance

<<11121314151617181920

/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_file_ref_host.cc200 return backend_->Delete(context->MakeReplyMessageContext());
/external/chromium_org/content/browser/web_contents/
H A Dtouch_editable_impl_aura.cc323 wc->Delete();
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_pepper_interface_html5_fs.h144 virtual int32_t Delete(PP_Resource file_ref, PP_CompletionCallback callback);
/external/chromium_org/ppapi/proxy/
H A Dfile_ref_resource.cc154 int32_t FileRefResource::Delete(scoped_refptr<TrackedCallback> callback) { function in class:ppapi::proxy::FileRefResource
/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/remoting/protocol/
H A Dprotocol_mock_objects.h229 virtual bool Delete(const std::string& client_id) OVERRIDE;
/external/chromium_org/sql/
H A Dconnection.h256 // Delete the underlying database files associated with |path|.
266 static bool Delete(const base::FilePath& path);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DKeyboardShortcut.js79 Delete: { code: 46, name: "Del" },
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dsequence.pxd63 # Delete the ith element of object o. Returns -1 on failure. This
72 # Delete the slice in sequence object o from i1 to i2. Returns -1
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dleveldb_main.cc78 virtual void Delete(const Slice& key) { function in class:leveldb::__anon12446::WriteBatchItemPrinter
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_fbo.c126 rb->Delete = nouveau_renderbuffer_del;
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dunknown_field_set.h125 // Delete fields with indices in the range [start .. start+num-1].
129 // Delete all fields with a specific field number. The order of left fields
200 void Delete();
/external/chromium_org/third_party/re2/re2/
H A Dtostring.cc271 cc->Delete();
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
H A Dvoe_standard_test.cc228 if (false == VoiceEngine::Delete(voice_engine_)) {
229 TEST_LOG("\n\nVoiceEngine::Delete() failed. \n");
269 // Release/Delete
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_codec_unittest.cc43 VoiceEngine::Delete(voe_);
/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 Delements.h123 MUST_USE_RESULT virtual MaybeHandle<Object> Delete(
H A Dzone.cc197 Malloced::Delete(segment);
H A Dzone.h167 INLINE(static void Delete(void *pointer)) { }
/external/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp72 bool Delete = false; local
79 Delete = true;
91 << Delete;
94 Delete ? "delete" : "default")) {
/external/lldb/source/DataFormatters/
H A DTypeCategoryMap.cpp44 TypeCategoryMap::Delete (KeyType name) function in class:TypeCategoryMap
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_fbo.c126 rb->Delete = nouveau_renderbuffer_del;
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_EditCtrl.h39 //3 Delete
133 void Delete();
/external/protobuf/src/google/protobuf/
H A Drepeated_field.h165 // static void Delete(Type*);
272 static void Delete(GenericType* value) { delete value; } function in class:google::protobuf::internal::GenericTypeHandler
298 static void Delete(string* value);
622 TypeHandler::Delete(cast<TypeHandler>(elements_[i]));
745 TypeHandler::Delete(cast<TypeHandler>(elements_[current_size_]));
/external/regex-re2/re2/
H A Dtostring.cc271 cc->Delete();

Completed in 5294 milliseconds

<<11121314151617181920