Searched refs:Delete (Results 76 - 100 of 498) sorted by relevance

1234567891011>>

/external/lzma/CPP/7zip/UI/Common/
H A DExtractingFilePath.cpp24 res.Delete(res.Length() - 1);
93 pathParts.Delete(i);
136 s.Delete(s.Length() - 1);
/external/chromium_org/build/util/lib/common/
H A Dutil.py54 def Delete(path): function
65 Delete(path)
/external/chromium_org/chrome/browser/history/android/
H A Dfavicon_sql_handler.cc35 return Delete(ids_set);
72 bool FaviconSQLHandler::Delete(const TableIDRows& ids_set) { function in class:history::FaviconSQLHandler
H A Dvisit_sql_handler.cc56 return Delete(ids_set);
107 bool VisitSQLHandler::Delete(const TableIDRows& ids_set) { function in class:history::VisitSQLHandler
H A Dandroid_urls_sql_handler.cc50 bool AndroidURLsSQLHandler::Delete(const TableIDRows& ids_set) { function in class:history::AndroidURLsSQLHandler
H A Dbookmark_model_sql_handler.h27 virtual bool Delete(const TableIDRows& ids_set) OVERRIDE;
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_cache_unittest.cc165 bool Delete(const ServiceWorkerFetchRequest& request) { function in class:content::ServiceWorkerCacheTest
168 cache_->Delete(CopyFetchRequest(request),
401 EXPECT_TRUE(Delete(body_request_));
416 EXPECT_TRUE(Delete(no_body_request_));
418 EXPECT_FALSE(Delete(no_body_request_));
421 EXPECT_TRUE(Delete(no_body_request_));
427 EXPECT_TRUE(Delete(body_request_));
429 EXPECT_FALSE(Delete(body_request_));
432 EXPECT_TRUE(Delete(body_request_));
440 EXPECT_TRUE(Delete(no_body_request
[all...]
/external/chromium_org/athena/activity/
H A Dactivity_manager_unittest.cc34 Activity::Delete(activity1);
/external/chromium_org/base/android/
H A Dbuild_info.cc34 static void Delete(BuildInfo* x) { function in struct:base::android::BuildInfoSingletonTraits
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_local_storage_helper_unittest.cc32 TEST_F(CannedBrowsingDataLocalStorageTest, Delete) {
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dmetadata_db_migration_util.cc65 write_batch.Delete(key);
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_data_store.h55 void Delete(const std::string& query);
/external/chromium_org/chrome/installer/setup/
H A Darchive_patch_helper_unittest.cc34 ASSERT_TRUE(test_dir_.Delete());
/external/chromium_org/chromeos/dbus/
H A Dfake_gsm_sms_client.h32 virtual void Delete(const std::string& service_name,
H A Dfake_modem_messaging_client.cc34 void FakeModemMessagingClient::Delete(const std::string& service_name, function in class:chromeos::FakeModemMessagingClient
H A Dgsm_sms_client.h52 // Calls Delete method. |callback| is called after the method call succeeds.
53 virtual void Delete(const std::string& service_name,
H A Dmodem_messaging_client.h49 // Calls Delete method. |callback| is called after the method call succeeds.
50 virtual void Delete(const std::string& service_name,
/external/chromium_org/components/policy/core/common/cloud/
H A Dresource_cache.h26 // The contents of the cache have to be manually cleared using Delete() or
54 void Delete(const std::string& key, const std::string& subkey);
/external/chromium_org/ppapi/cpp/
H A Dfile_ref.cc162 int32_t FileRef::Delete(const CompletionCallback& cc) { function in class:pp::FileRef
164 return get_interface<PPB_FileRef_1_2>()->Delete(
168 return get_interface<PPB_FileRef_1_1>()->Delete(
172 return get_interface<PPB_FileRef_1_0>()->Delete(
/external/chromium_org/ppapi/thunk/
H A Dppb_file_ref_api.h36 virtual int32_t Delete(scoped_refptr<TrackedCallback> callback) = 0;
/external/chromium_org/sync/engine/
H A Dmodel_type_sync_proxy_impl.h66 void Delete(const std::string& client_tag);
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dsnapshot.h52 void Delete(const SnapshotImpl* s) { function in class:leveldb::SnapshotList
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Drepeated_field.cc79 void StringTypeHandlerBase::Delete(string* value) { function in class:google::protobuf::internal::StringTypeHandlerBase
H A Dunknown_field_set.cc74 (*fields_)[i].Delete();
175 // Delete the specified fields.
177 (*fields_)[i + start].Delete();
195 field->Delete();
234 void UnknownField::Delete() { function in class:google::protobuf::UnknownField
/external/chromium_org/third_party/skia/src/core/
H A DSkGlyphCache_Globals.h99 static void DeleteTLS() { SkTLS::Delete(CreateTLS); }

Completed in 511 milliseconds

1234567891011>>