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 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 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.h 75 void DeleteEntry(const std::string& entry);
policy_applicator.cc 194 DeleteEntry(entry);
217 DeleteEntry(entry);
235 void PolicyApplicator::DeleteEntry(const std::string& entry) {
236 DBusThreadManager::Get()->GetShillProfileClient()->DeleteEntry(
managed_network_configuration_handler_unittest.cc 351 DeleteEntry(dbus::ObjectPath(kUser1ProfilePath), "eth_entry", _, _));
407 DeleteEntry(dbus::ObjectPath(kUser1ProfilePath), "old_entry_path", _, _));
440 DeleteEntry(dbus::ObjectPath(kUser1ProfilePath), "old_entry_path", _, _));
476 DeleteEntry(dbus::ObjectPath(kUser1ProfilePath), "old_entry_path", _, _));
610 DeleteEntry(dbus::ObjectPath(kUser1ProfilePath),
network_configuration_handler.cc 157 DBusThreadManager::Get()->GetShillProfileClient()->DeleteEntry(
network_configuration_handler_unittest.cc 380 DeleteEntry(_, _, _, _)).WillRepeatedly(Invoke(
  /external/chromium_org/content/browser/renderer_host/media/
audio_renderer_host.h 151 void DeleteEntry(scoped_ptr<AudioEntry> entry);
audio_input_renderer_host.h 180 // Closes the stream. The stream is then deleted in DeleteEntry() after it
185 void DeleteEntry(AudioEntry* entry);
audio_input_renderer_host.cc 422 entry->controller->Close(base::Bind(&AudioInputRendererHost::DeleteEntry,
429 void AudioInputRendererHost::DeleteEntry(AudioEntry* entry) {
444 // |entry| is destroyed in DeleteEntry().
audio_renderer_host.cc 462 base::Bind(&AudioRendererHost::DeleteEntry, this, base::Passed(&entry)));
466 void AudioRendererHost::DeleteEntry(scoped_ptr<AudioEntry> entry) {
  /external/chromium_org/sync/syncable/
directory_unittest.h 66 void DeleteEntry(const Id& id);
directory.h 587 void DeleteEntry(bool save_to_journal,
directory_unittest.cc 125 void SyncableDirectoryTest::DeleteEntry(const Id& id) {
    [all...]
directory.cc 682 void Directory::DeleteEntry(bool save_to_journal,
783 DeleteEntry(save_to_journal, entry, &entries_to_journal, lock);
    [all...]
  /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 183 metadata_store()->DeleteEntry(
349 metadata_store()->DeleteEntry(
local_sync_delegate.cc 438 metadata_store()->DeleteEntry(url_, callback);
drive_metadata_store.cc 456 void DriveMetadataStore::DeleteEntry(

Completed in 341 milliseconds

1 2