/external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/ |
D | delete_entry.cc | 16 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()
|
D | delete_entry.h | 30 class DeleteEntry : public Operation { 32 DeleteEntry(extensions::EventRouter* event_router, 37 virtual ~DeleteEntry(); 54 DISALLOW_COPY_AND_ASSIGN(DeleteEntry);
|
D | delete_entry_unittest.cc | 57 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/ |
D | policy_applicator.cc | 198 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()
|
D | managed_network_configuration_handler_unittest.cc | 410 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()
|
D | policy_applicator.h | 75 void DeleteEntry(const std::string& entry);
|
/external/chromium_org/chromeos/dbus/ |
D | shill_profile_client.cc | 49 virtual void DeleteEntry(const dbus::ObjectPath& profile_path, 119 void ShillProfileClientImpl::DeleteEntry( in DeleteEntry() function in chromeos::__anonbb5ff42c0111::ShillProfileClientImpl
|
D | shill_profile_client_unittest.cc | 163 TEST_F(ShillProfileClientTest, DeleteEntry) { in TEST_F() argument 178 client_->DeleteEntry(dbus::ObjectPath(kDefaultProfilePath), in TEST_F()
|
D | mock_shill_profile_client.h | 39 MOCK_METHOD4(DeleteEntry, void(const dbus::ObjectPath& profile_path,
|
D | shill_profile_client.h | 125 virtual void DeleteEntry(const dbus::ObjectPath& profile_path,
|
D | fake_shill_profile_client.h | 42 virtual void DeleteEntry(const dbus::ObjectPath& profile_path,
|
D | fake_shill_profile_client.cc | 101 void FakeShillProfileClient::DeleteEntry(const dbus::ObjectPath& profile_path, in DeleteEntry() function in chromeos::FakeShillProfileClient
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
D | table_cache.cc | 19 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/ |
D | web_contents_resource_provider.h | 52 void DeleteEntry(content::WebContents* web_contents,
|
D | web_contents_resource_provider.cc | 137 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/ |
D | directory_unittest.h | 66 void DeleteEntry(const Id& id);
|
/external/chromium_org/content/browser/renderer_host/media/ |
D | audio_renderer_host.h | 151 void DeleteEntry(scoped_ptr<AudioEntry> entry);
|
D | audio_input_renderer_host.h | 193 void DeleteEntry(AudioEntry* entry);
|
D | audio_renderer_host.cc | 449 base::Bind(&AudioRendererHost::DeleteEntry, this, base::Passed(&entry))); in OnCloseStream() 453 void AudioRendererHost::DeleteEntry(scoped_ptr<AudioEntry> entry) { in DeleteEntry() function in content::AudioRendererHost
|
D | audio_input_renderer_host.cc | 495 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/ |
D | file_system_provider_apitest.cc | 87 IN_PROC_BROWSER_TEST_F(FileSystemProviderApiTest, DeleteEntry) { in IN_PROC_BROWSER_TEST_F() argument
|
/external/chromium_org/chrome/browser/chromeos/file_system_provider/ |
D | provided_file_system.cc | 199 ProvidedFileSystem::AbortCallback ProvidedFileSystem::DeleteEntry( in DeleteEntry() function in chromeos::file_system_provider::ProvidedFileSystem 205 scoped_ptr<RequestManager::HandlerInterface>(new operations::DeleteEntry( in DeleteEntry()
|
D | provided_file_system.h | 67 virtual AbortCallback DeleteEntry(
|
D | provided_file_system_interface.h | 140 virtual AbortCallback DeleteEntry(
|
D | fake_provided_file_system.h | 100 virtual AbortCallback DeleteEntry(
|