Searched refs:RecordRemoved (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/device/nfc/
H A Dnfc_tag_technology_chromeos.h41 virtual void RecordRemoved(const dbus::ObjectPath& object_path) OVERRIDE;
H A Dnfc_peer_chromeos.h46 virtual void RecordRemoved(const dbus::ObjectPath& object_path) OVERRIDE;
H A Dnfc_peer_chromeos.cc117 void NfcPeerChromeOS::RecordRemoved(const dbus::ObjectPath& object_path) { function in class:chromeos::NfcPeerChromeOS
H A Dnfc_tag_technology_chromeos.cc106 void NfcNdefTagTechnologyChromeOS::RecordRemoved( function in class:chromeos::NfcNdefTagTechnologyChromeOS
/external/chromium_org/chromeos/dbus/
H A Dfake_nfc_record_client.cc183 RecordRemoved(dbus::ObjectPath(kDeviceSmartPosterRecordPath)));
185 RecordRemoved(dbus::ObjectPath(kDeviceTextRecordPath)));
187 RecordRemoved(dbus::ObjectPath(kDeviceUriRecordPath)));
247 RecordRemoved(dbus::ObjectPath(kTagRecordPath)));
H A Dnfc_record_client.h88 virtual void RecordRemoved(const dbus::ObjectPath& object_path) {} function in class:chromeos::NfcRecordClient::Observer
H A Dnfc_record_client.cc224 RecordRemoved(object_path));
H A Dnfc_client_unittest.cc72 MOCK_METHOD1(RecordRemoved, void(const dbus::ObjectPath&));
858 RecordRemoved(dbus::ObjectPath(kTestRecordPath0)));
860 RecordRemoved(dbus::ObjectPath(kTestRecordPath1)));
876 RecordRemoved(dbus::ObjectPath(kTestRecordPath2)));
878 RecordRemoved(dbus::ObjectPath(kTestRecordPath3)));
/external/chromium_org/net/dns/
H A Dmdns_cache.h58 RecordRemoved, enumerator in enum:net::MDnsCache::UpdateType
H A Dmdns_client_impl.cc409 AlertListeners(MDnsCache::RecordRemoved,
511 if (update_type != MDnsCache::RecordRemoved) {
528 case MDnsCache::RecordRemoved:

Completed in 162 milliseconds