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

1 2

  /external/chromium_org/chromeos/dbus/
mock_shill_profile_client.h 39 MOCK_METHOD4(DeleteEntry, void(const dbus::ObjectPath& profile_path,
fake_shill_profile_client.h 42 virtual void DeleteEntry(const dbus::ObjectPath& profile_path,
shill_profile_client.h 103 // Calls DeleteEntry method.
105 virtual void DeleteEntry(const dbus::ObjectPath& profile_path,
shill_profile_client.cc 47 virtual void DeleteEntry(const dbus::ObjectPath& profile_path,
117 void ShillProfileClientImpl::DeleteEntry(
shill_profile_client_unittest.cc 164 TEST_F(ShillProfileClientTest, DeleteEntry) {
179 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 193 DeleteEntry(entry);
206 DeleteEntry(entry);
224 void PolicyApplicator::DeleteEntry(const std::string& entry) {
225 DBusThreadManager::Get()->GetShillProfileClient()->DeleteEntry(
policy_applicator.h 70 void DeleteEntry(const std::string& entry);
managed_network_configuration_handler_unittest.cc 346 DeleteEntry(dbus::ObjectPath(kUser1ProfilePath), "eth_entry", _, _));
402 DeleteEntry(dbus::ObjectPath(kUser1ProfilePath), "old_entry_path", _, _));
435 DeleteEntry(dbus::ObjectPath(kUser1ProfilePath), "old_entry_path", _, _));
471 DeleteEntry(dbus::ObjectPath(kUser1ProfilePath), "old_entry_path", _, _));
543 DeleteEntry(dbus::ObjectPath(kUser1ProfilePath),
network_configuration_handler.cc 167 DBusThreadManager::Get()->GetShillProfileClient()->DeleteEntry(
network_configuration_handler_unittest.cc 377 DeleteEntry(_, _, _, _)).WillRepeatedly(Invoke(
  /external/chromium_org/content/browser/renderer_host/media/
audio_renderer_host.h 146 void DeleteEntry(scoped_ptr<AudioEntry> entry);
audio_input_renderer_host.h 131 // Closes the stream. The stream is then deleted in DeleteEntry() after it
136 void DeleteEntry(AudioEntry* entry);
audio_input_renderer_host.cc 368 entry->controller->Close(base::Bind(&AudioInputRendererHost::DeleteEntry,
375 void AudioInputRendererHost::DeleteEntry(AudioEntry* entry) {
389 // |entry| is destroyed in DeleteEntry().
audio_renderer_host.cc 450 base::Bind(&AudioRendererHost::DeleteEntry, this, base::Passed(&entry)));
454 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) {
76 *handle = cache_->Insert(key, tf, 1, &DeleteEntry);
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
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(
326 EXPECT_EQ(SYNC_STATUS_OK, DeleteEntry(url));
329 EXPECT_EQ(SYNC_DATABASE_ERROR_NOT_FOUND, DeleteEntry(url));
remote_sync_delegate.cc 184 metadata_store()->DeleteEntry(
350 metadata_store()->DeleteEntry(
local_sync_delegate.cc 438 metadata_store()->DeleteEntry(url_, callback);
  /external/chromium_org/sync/syncable/
directory.h 529 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 457 milliseconds

1 2