Home
last modified time | relevance | path

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

12

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

12