HomeSort by relevance Sort by last modified time
    Searched refs:DeleteEntry (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
delete_entry.cc 16 DeleteEntry::DeleteEntry(extensions::EventRouter* event_router,
27 DeleteEntry::~DeleteEntry() {
30 bool DeleteEntry::Execute(int request_id) {
49 void DeleteEntry::OnSuccess(int /* request_id */,
55 void DeleteEntry::OnError(int /* request_id */,
delete_entry.h 30 class DeleteEntry : public Operation {
32 DeleteEntry(extensions::EventRouter* event_router,
37 virtual ~DeleteEntry();
54 DISALLOW_COPY_AND_ASSIGN(DeleteEntry);
delete_entry_unittest.cc 57 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/
web_contents_resource_provider.h 52 void DeleteEntry(content::WebContents* web_contents,
web_contents_resource_provider.cc 137 provider_->DeleteEntry(web_contents(), this); // Deletes |this|.
330 void WebContentsResourceProvider::DeleteEntry(
  /external/chromium_org/chromeos/dbus/
mock_shill_profile_client.h 39 MOCK_METHOD4(DeleteEntry, void(const dbus::ObjectPath& profile_path,
shill_profile_client.h 123 // Calls DeleteEntry method.
125 virtual void DeleteEntry(const dbus::ObjectPath& profile_path,
shill_profile_client.cc 49 virtual void DeleteEntry(const dbus::ObjectPath& profile_path,
119 void ShillProfileClientImpl::DeleteEntry(
fake_shill_profile_client.h 42 virtual void DeleteEntry(const dbus::ObjectPath& profile_path,
shill_profile_client_unittest.cc 163 TEST_F(ShillProfileClientTest, DeleteEntry) {
178 client_->DeleteEntry(dbus::ObjectPath(kDefaultProfilePath),
fake_shill_profile_client.cc 101 void FakeShillProfileClient::DeleteEntry(const dbus::ObjectPath& profile_path,
  /external/chromium_org/chromeos/network/
policy_applicator.cc 198 DeleteEntry(entry);
222 DeleteEntry(entry);
240 void PolicyApplicator::DeleteEntry(const std::string& entry) {
241 DBusThreadManager::Get()->GetShillProfileClient()->DeleteEntry(
policy_applicator.h 75 void DeleteEntry(const std::string& entry);
managed_network_configuration_handler_unittest.cc 410 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/content/browser/renderer_host/media/
audio_renderer_host.h 151 void DeleteEntry(scoped_ptr<AudioEntry> entry);
audio_input_renderer_host.h 188 // Closes the stream. The stream is then deleted in DeleteEntry() after it
193 void DeleteEntry(AudioEntry* entry);
audio_input_renderer_host.cc 495 entry->controller->Close(base::Bind(&AudioInputRendererHost::DeleteEntry,
502 void AudioInputRendererHost::DeleteEntry(AudioEntry* entry) {
504 LogMessage(entry->stream_id, "DeleteEntry: stream is now closed", true);
525 // |entry| is destroyed in DeleteEntry().
audio_renderer_host.cc 449 base::Bind(&AudioRendererHost::DeleteEntry, this, base::Passed(&entry)));
453 void AudioRendererHost::DeleteEntry(scoped_ptr<AudioEntry> entry) {
  /external/chromium_org/sync/syncable/
directory_unittest.h 66 void DeleteEntry(const Id& id);
  /external/chromium_org/third_party/leveldatabase/src/db/
table_cache.cc 19 static void DeleteEntry(const Slice& key, void* value) {
76 *handle = cache_->Insert(key, tf, 1, &DeleteEntry);
  /external/chromium_org/chrome/browser/chromeos/extensions/file_system_provider/
file_system_provider_apitest.cc 87 IN_PROC_BROWSER_TEST_F(FileSystemProviderApiTest, DeleteEntry) {
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
provided_file_system.h 67 virtual AbortCallback DeleteEntry(
provided_file_system_interface.h 140 virtual AbortCallback DeleteEntry(
fake_provided_file_system.h 100 virtual AbortCallback DeleteEntry(
provided_file_system.cc 199 ProvidedFileSystem::AbortCallback ProvidedFileSystem::DeleteEntry(
205 scoped_ptr<RequestManager::HandlerInterface>(new operations::DeleteEntry(

Completed in 1081 milliseconds

1 2