HomeSort by relevance Sort by last modified time
    Searched refs:TagRemoved (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chromeos/dbus/
nfc_tag_client.h 63 virtual void TagRemoved(const dbus::ObjectPath& object_path) {}
nfc_record_client.cc 146 virtual void TagRemoved(const dbus::ObjectPath& object_path) OVERRIDE {
nfc_tag_client.cc 200 TagRemoved(object_path));
nfc_client_unittest.cc 81 MOCK_METHOD1(TagRemoved, void(const dbus::ObjectPath&));
582 TagRemoved(dbus::ObjectPath(kTestTagPath0)));
609 TagRemoved(dbus::ObjectPath(kTestTagPath1)));
    [all...]
  /external/chromium_org/device/nfc/
nfc_adapter_chromeos.h 68 virtual void TagRemoved(const dbus::ObjectPath& object_path) OVERRIDE;
nfc_adapter_chromeos.cc 178 void NfcAdapterChromeOS::TagRemoved(const dbus::ObjectPath& object_path) {

Completed in 43 milliseconds