Searched refs:Delete (Results 251 - 275 of 498) sorted by relevance

<<11121314151617181920

/external/chromium_org/sandbox/win/sandbox_poc/
H A Dmain_ui_window.cc443 string_to_print.Delete(endline, string_to_print.GetLength());
444 read_buffer_global.Delete(0, endline);
450 read_buffer_global.Delete(0, 1);
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dc.cc185 SaveError(errptr, db->rep->Delete(options->rep, Slice(key, keylen)));
359 b->rep.Delete(Slice(key, klen));
375 virtual void Delete(const Slice& key) { function in class:H
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dframebuffer.c154 fb->Delete = _mesa_destroy_framebuffer;
180 fb->Delete = _mesa_destroy_framebuffer;
187 * Typically called via the gl_framebuffer->Delete() method.
249 oldFb->Delete(oldFb);
/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/lldb/include/lldb/DataFormatters/
H A DFormatNavigator.h139 Delete (KeyType name) function in class:lldb_private::FormatMap
279 Delete (ConstString type) function in class:lldb_private::FormatNavigator
368 return m_format_map.Delete(type);
/external/lzma/CPP/7zip/Archive/Common/
H A DHandlerOut.cpp512 name.Delete(0);
519 name.Delete(0);
530 name.Delete(0, 3);
/external/mesa3d/src/mesa/main/
H A Dframebuffer.c154 fb->Delete = _mesa_destroy_framebuffer;
180 fb->Delete = _mesa_destroy_framebuffer;
187 * Typically called via the gl_framebuffer->Delete() method.
249 oldFb->Delete(oldFb);
/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...]
/external/chromium_org/athena/content/
H A Dapp_activity_unittest.cc161 Activity::Delete(activity);
430 Activity::Delete(app_activity_registry->unloaded_activity_proxy());
H A Drender_view_context_menu_impl.cc273 source_web_contents_->Delete();
/external/chromium_org/chrome/browser/history/android/
H A Durls_sql_handler_unittest.cc321 TEST_F(UrlsSQLHandlerTest, Delete) {
339 ASSERT_TRUE(urls_sql_handler_.Delete(ids));
H A Dvisit_sql_handler_unittest.cc281 TEST_F(VisitSQLHandlerTest, Delete) {
299 ASSERT_TRUE(urls_sql_handler_.Delete(ids));
H A Dandroid_cache_database.cc177 sql::Connection::Delete(db_name_);
H A Dbookmark_model_sql_handler.cc142 bool BookmarkModelSQLHandler::Delete(const TableIDRows& ids_set) { function in class:history::BookmarkModelSQLHandler
/external/chromium_org/chromeos/network/
H A Dnetwork_sms_handler.cc126 // the order the deletion will be executed in. Delete messages from
136 DBusThreadManager::Get()->GetGsmSMSClient()->Delete(
254 // the order the deletion will be executed in. Delete messages from
264 DBusThreadManager::Get()->GetModemMessagingClient()->Delete(
/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());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
H A Druntests.bat25 REM Delete previous Eclipse installation and workspace
/external/chromium_org/base/memory/
H A Dshared_memory_win.cc166 bool SharedMemory::Delete(const std::string& name) { function in class:base::SharedMemory
/external/chromium_org/chrome/browser/
H A Dcertificate_manager_model.cc197 bool CertificateManagerModel::Delete(net::X509Certificate* cert) { function in class:CertificateManagerModel
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dtwo_client_search_engines_sync_test.cc127 IN_PROC_BROWSER_TEST_F(TwoClientSearchEnginesSyncTest, Delete) {
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_data.cc174 store_->Delete(query);
H A Dhistory_data_store.cc180 void HistoryDataStore::Delete(const std::string& query) { function in class:app_list::HistoryDataStore
/external/chromium_org/chrome/common/
H A Dservice_process_util.cc198 shared_mem_service_data_->Delete(GetServiceProcessSharedMemName());
/external/chromium_org/chrome/test/logging/win/
H A Dtest_log_collector.cc277 ignore_result(log_temp_dir_.Delete());
/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

Completed in 4104 milliseconds

<<11121314151617181920