Searched defs:Delete (Results 101 - 125 of 153) sorted by relevance

1234567

/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_pepper_interface_html5_fs.cc541 int32_t FakeFileRefInterface::Delete(PP_Resource file_ref, function in class:FakeFileRefInterface
/external/chromium_org/third_party/re2/re2/
H A Dregexp.cc46 cc_->Delete();
862 // necessitating a special allocator and Delete method.
875 void CharClass::Delete() { function in class:re2::CharClass
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLCreateNullInterface.cpp128 return reinterpret_cast<ThreadContext*>(SkTLS::Get(Create, Delete));
139 static void Delete(void* context) { SkDELETE(reinterpret_cast<ThreadContext *>(context)); } function in struct:ThreadContext
/external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
H A DAndroidTest.java395 // Delete channel
405 // Delete VoiceEngine
406 Delete(); // Error logging is done in native API wrapper
490 Delete();
1113 private native boolean Delete(); method in class:AndroidTest
/external/chromium_org/v8/src/
H A Dhydrogen-bce.cc321 void BoundsCheckTable::Delete(BoundsCheckKey* key) { function in class:v8::internal::BoundsCheckTable
459 table_.Delete(data->Key());
H A Dv8natives.js653 function Delete(obj, p, should_throw) { function
894 if (!Delete(obj, index, false)) {
/external/lzma/CPP/Common/
H A DMyString.h116 Delete(0, (int)(p - _chars));
136 Delete(i, _length - i);
421 Delete(0, p - _chars);
460 Delete(i, _length - i);
522 Delete(pos, oldStringLength);
529 int Delete(int index, int count = 1) function in class:CStringBase
540 void DeleteBack() { Delete(_length - 1); }
/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 Dregexp.cc46 cc_->Delete();
862 // necessitating a special allocator and Delete method.
875 void CharClass::Delete() { function in class:re2::CharClass
/external/chromium_org/chrome/browser/profile_resetter/
H A Dprofile_resetter_unittest.cc286 void Delete();
301 Delete();
338 void ShortcutHandler::Delete() { function in class:__anon4509::ShortcutHandler
363 void ShortcutHandler::Delete() { function in class:__anon4509::ShortcutHandler
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcertificate_manager_handler.cc352 // Certificate Delete overlay strings.
482 base::Bind(&CertificateManagerHandler::Delete,
989 void CertificateManagerHandler::Delete(const base::ListValue* args) { function in class:options::CertificateManagerHandler
993 bool result = certificate_manager_model_->Delete(cert);
/external/chromium_org/sql/
H A Dconnection.cc550 bool Connection::Delete(const base::FilePath& path) { function in class:sql::Connection
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Drepeated_field.h217 // static void Delete(Type*);
336 static void Delete(GenericType* value) { delete value; } function in class:google::protobuf::internal::GenericTypeHandler
382 static void Delete(string* value);
423 // Delete elements with indices in the range [start .. start+num-1].
812 TypeHandler::Delete(cast<TypeHandler>(elements_[i]));
939 TypeHandler::Delete(cast<TypeHandler>(elements_[current_size_]));
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_model.cc325 bool TextfieldModel::Delete() { function in class:views::TextfieldModel
358 // Delete one code point, which may be two UTF-16 words.
491 // than beginning, unlike Delete/Backspace.
492 // TODO(oshima): Change Delete/Backspace to use DeleteSelection,
/external/clang/lib/Parse/
H A DParser.cpp1048 bool Delete = false; local
1055 Delete = true;
1067 << Delete;
1070 Delete ? "delete" : "default")) {
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp105 Delete, ///< Delete the specified members enumerator in enum:ArchiveOperation
197 case 'd': ++NumOperations; Operation = Delete; break;
353 case Delete:
504 if (Operation == Delete)
583 if (Operation == Delete)
876 case Delete:
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h329 static void Delete(T* x) { function in namespace:testing::internal
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp386 FX_STRSIZE CFX_ByteString::Delete(FX_STRSIZE nIndex, FX_STRSIZE nCount) function in class:CFX_ByteString
H A Dfx_basic_wstring.cpp740 FX_STRSIZE CFX_WideString::Delete(FX_STRSIZE nIndex, FX_STRSIZE nCount) function in class:CFX_WideString
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_EditCtrl.cpp211 Delete();
317 Delete();
603 void CPWL_EditCtrl::Delete() function in class:CPWL_EditCtrl
606 m_pEdit->Delete();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
H A DCodeMirrorTextEditor.js66 "Delete": "delCharAfter",
92 "Ctrl-Delete": "delGroupAfter",
114 "Alt-Delete": "delGroupAfter",
/external/chromium_org/base/debug/
H A Dtrace_event_impl.cc43 static void Delete() { function in class:DeleteTraceLogForTesting
2260 DeleteTraceLogForTesting::Delete();
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_database.cc587 // Delete any files of the side-effect free sidelist that may be around
614 // Delete files on disk.
616 // reset. Perhaps inline |Delete()|?
617 if (!Delete())
1390 bool SafeBrowsingDatabaseNew::Delete() { function in class:SafeBrowsingDatabaseNew
1394 // TODO(shess): This is a mess. SafeBrowsingFileStore::Delete() closes the
1397 // a helper which calls Delete() if the store exists, else DeleteStore() on
1405 const bool r1 = browse_store_->Delete();
1409 const bool r2 = download_store_.get() ? download_store_->Delete() : true;
1414 csd_whitelist_store_->Delete()
[all...]
H A Dsafe_browsing_store_file.cc193 // Delete the chunks in |deleted| from |chunks|.
564 bool SafeBrowsingStoreFile::Delete() { function in class:SafeBrowsingStoreFile
1057 // Delete stale staging file.
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_bookmark_unittest.cc154 void Delete(int64 id) { function in class:browser_sync::__anon4787::FakeServerChange
156 // Delete the sync node.
854 // Delete a single item.
857 // Delete an item with several children.
943 dels.Delete(u2);
944 dels.Delete(u3);
945 dels.Delete(u6);
1002 ops.Delete(f1);
1253 dels.Delete(u2);
1254 dels.Delete(f
[all...]

Completed in 997 milliseconds

1234567