Searched refs:DeleteEntry (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
H A Ddelete_entry.cc16 DeleteEntry::DeleteEntry(extensions::EventRouter* event_router, function in class:chromeos::file_system_provider::operations::DeleteEntry
27 DeleteEntry::~DeleteEntry() {
30 bool DeleteEntry::Execute(int request_id) {
49 void DeleteEntry::OnSuccess(int /* request_id */,
55 void DeleteEntry::OnError(int /* request_id */,
H A Ddelete_entry.h30 class DeleteEntry : public Operation { class in namespace:chromeos::file_system_provider::operations
32 DeleteEntry(extensions::EventRouter* event_router,
37 virtual ~DeleteEntry();
54 DISALLOW_COPY_AND_ASSIGN(DeleteEntry);
H A Ddelete_entry_unittest.cc57 DeleteEntry delete_entry(NULL,
92 DeleteEntry delete_entry(NULL,
115 DeleteEntry delete_entry(NULL,
131 DeleteEntry delete_entry(NULL,
153 DeleteEntry delete_entry(NULL,
/external/chromium_org/chrome/browser/task_manager/
H A Dweb_contents_resource_provider.h52 void DeleteEntry(content::WebContents* web_contents,
H A Dweb_contents_resource_provider.cc137 provider_->DeleteEntry(web_contents(), this); // Deletes |this|.
330 void WebContentsResourceProvider::DeleteEntry( function in class:task_manager::WebContentsResourceProvider
/external/chromium_org/chromeos/dbus/
H A Dmock_shill_profile_client.h39 MOCK_METHOD4(DeleteEntry, void(const dbus::ObjectPath& profile_path,
H A Dshill_profile_client.cc49 virtual void DeleteEntry(const dbus::ObjectPath& profile_path,
119 void ShillProfileClientImpl::DeleteEntry( function in class:chromeos::__anon6142::ShillProfileClientImpl
H A Dshill_profile_client.h123 // Calls DeleteEntry method.
125 virtual void DeleteEntry(const dbus::ObjectPath& profile_path,
H A Dfake_shill_profile_client.h42 virtual void DeleteEntry(const dbus::ObjectPath& profile_path,
H A Dshill_profile_client_unittest.cc163 TEST_F(ShillProfileClientTest, DeleteEntry) {
178 client_->DeleteEntry(dbus::ObjectPath(kDefaultProfilePath),
H A Dfake_shill_profile_client.cc101 void FakeShillProfileClient::DeleteEntry(const dbus::ObjectPath& profile_path, function in class:chromeos::FakeShillProfileClient
/external/chromium_org/chromeos/network/
H A Dpolicy_applicator.cc198 DeleteEntry(entry);
222 DeleteEntry(entry);
240 void PolicyApplicator::DeleteEntry(const std::string& entry) { function in class:chromeos::PolicyApplicator
241 DBusThreadManager::Get()->GetShillProfileClient()->DeleteEntry(
H A Dpolicy_applicator.h75 void DeleteEntry(const std::string& entry);
H A Dmanaged_network_configuration_handler_unittest.cc410 DeleteEntry(dbus::ObjectPath(kUser1ProfilePath), "eth_entry", _, _));
466 DeleteEntry(dbus::ObjectPath(kUser1ProfilePath), "old_entry_path", _, _));
499 DeleteEntry(dbus::ObjectPath(kUser1ProfilePath), "old_entry_path", _, _));
535 DeleteEntry(dbus::ObjectPath(kUser1ProfilePath), "old_entry_path", _, _));
669 DeleteEntry(dbus::ObjectPath(kUser1ProfilePath),
/external/chromium_org/sync/syncable/
H A Ddirectory_unittest.h66 void DeleteEntry(const Id& id);
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dtable_cache.cc19 static void DeleteEntry(const Slice& key, void* value) { function in namespace:leveldb
76 *handle = cache_->Insert(key, tf, 1, &DeleteEntry);
/external/chromium_org/chrome/browser/chromeos/extensions/file_system_provider/
H A Dfile_system_provider_apitest.cc87 IN_PROC_BROWSER_TEST_F(FileSystemProviderApiTest, DeleteEntry) {
/external/chromium_org/content/browser/renderer_host/media/
H A Daudio_renderer_host.h151 void DeleteEntry(scoped_ptr<AudioEntry> entry);
H A Daudio_input_renderer_host.h188 // Closes the stream. The stream is then deleted in DeleteEntry() after it
193 void DeleteEntry(AudioEntry* entry);
H A Daudio_input_renderer_host.cc495 entry->controller->Close(base::Bind(&AudioInputRendererHost::DeleteEntry,
502 void AudioInputRendererHost::DeleteEntry(AudioEntry* entry) { function in class:content::AudioInputRendererHost
504 LogMessage(entry->stream_id, "DeleteEntry: stream is now closed", true);
525 // |entry| is destroyed in DeleteEntry().
H A Daudio_renderer_host.cc449 base::Bind(&AudioRendererHost::DeleteEntry, this, base::Passed(&entry)));
453 void AudioRendererHost::DeleteEntry(scoped_ptr<AudioEntry> entry) { function in class:content::AudioRendererHost
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Dprovided_file_system.h67 virtual AbortCallback DeleteEntry(
H A Dfake_provided_file_system.h100 virtual AbortCallback DeleteEntry(
H A Dprovided_file_system_interface.h140 virtual AbortCallback DeleteEntry(
H A Dprovided_file_system.cc199 ProvidedFileSystem::AbortCallback ProvidedFileSystem::DeleteEntry( function in class:chromeos::file_system_provider::ProvidedFileSystem
205 scoped_ptr<RequestManager::HandlerInterface>(new operations::DeleteEntry(

Completed in 378 milliseconds

12