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

1 2

  /external/chromium_org/chromeos/dbus/
mock_shill_profile_client.h 38 MOCK_METHOD4(DeleteEntry, void(const dbus::ObjectPath& profile_path,
shill_profile_client.h 105 // Calls DeleteEntry method.
107 virtual void DeleteEntry(const dbus::ObjectPath& profile_path,
shill_profile_client_stub.h 39 virtual void DeleteEntry(const dbus::ObjectPath& profile_path,
shill_profile_client.cc 48 virtual void DeleteEntry(const dbus::ObjectPath& profile_path,
113 void ShillProfileClientImpl::DeleteEntry(
shill_profile_client_unittest.cc 164 TEST_F(ShillProfileClientTest, DeleteEntry) {
179 client_->DeleteEntry(dbus::ObjectPath(kDefaultProfilePath),
shill_profile_client_stub.cc 102 void ShillProfileClientStub::DeleteEntry(const dbus::ObjectPath& profile_path,
  /external/chromium_org/content/browser/renderer_host/media/
audio_input_renderer_host.h 127 // Closes the stream. The stream is then deleted in DeleteEntry() after it
132 void DeleteEntry(AudioEntry* entry);
audio_renderer_host.h 135 void DeleteEntry(scoped_ptr<AudioEntry> entry);
audio_input_renderer_host.cc 358 entry->controller->Close(base::Bind(&AudioInputRendererHost::DeleteEntry,
364 void AudioInputRendererHost::DeleteEntry(AudioEntry* entry) {
378 // |entry| is destroyed in DeleteEntry().
audio_renderer_host.cc 428 base::Bind(&AudioRendererHost::DeleteEntry, this, base::Passed(&entry)));
434 void AudioRendererHost::DeleteEntry(scoped_ptr<AudioEntry> entry) {
  /external/chromium_org/net/disk_cache/flash/
log_store.h 44 void DeleteEntry(int32 entry_id, int32 size);
log_store_entry.cc 61 store_->DeleteEntry(id_, Size());
log_store.cc 91 void LogStore::DeleteEntry(int32 id, int32 size) {
  /external/chromium_org/third_party/leveldatabase/src/db/
table_cache.cc 19 static void DeleteEntry(const Slice& key, void* value) {
70 *handle = cache_->Insert(key, tf, 1, &DeleteEntry);
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_metadata_store.h 75 void DeleteEntry(const fileapi::FileSystemURL& url,
drive_metadata_store_unittest.cc 174 SyncStatusCode DeleteEntry(const fileapi::FileSystemURL& url) {
176 drive_metadata_store_->DeleteEntry(
334 EXPECT_EQ(SYNC_STATUS_OK, DeleteEntry(url));
337 EXPECT_EQ(SYNC_DATABASE_ERROR_NOT_FOUND, DeleteEntry(url));
remote_sync_delegate.cc 184 metadata_store()->DeleteEntry(
342 metadata_store()->DeleteEntry(
local_sync_delegate.cc 434 metadata_store()->DeleteEntry(url_, callback);
  /external/chromium_org/chromeos/network/
managed_network_configuration_handler_unittest.cc 359 DeleteEntry(dbus::ObjectPath(kUser1ProfilePath), "old_entry_path", _, _));
392 DeleteEntry(dbus::ObjectPath(kUser1ProfilePath), "old_entry_path", _, _));
428 DeleteEntry(dbus::ObjectPath(kUser1ProfilePath), "old_entry_path", _, _));
500 DeleteEntry(dbus::ObjectPath(kUser1ProfilePath),
managed_network_configuration_handler.cc 345 void DeleteEntry(const std::string& entry);
    [all...]
network_configuration_handler.cc 175 DBusThreadManager::Get()->GetShillProfileClient()->DeleteEntry(
cros_network_functions.cc 369 DBusThreadManager::Get()->GetShillProfileClient()->DeleteEntry(
network_configuration_handler_unittest.cc 366 DeleteEntry(_, _, _, _)).WillRepeatedly(Invoke(
  /external/chromium_org/sync/syncable/
directory.h 530 void DeleteEntry(bool save_to_journal,
directory.cc 627 void Directory::DeleteEntry(bool save_to_journal,
726 DeleteEntry(save_to_journal, entry, &entries_to_journal);
    [all...]

Completed in 331 milliseconds

1 2