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

  /external/chromium_org/device/nfc/
nfc_tag.h 101 virtual NfcNdefTagTechnology* GetNdefTagTechnology() = 0;
nfc_tag_chromeos.h 35 virtual device::NfcNdefTagTechnology* GetNdefTagTechnology() OVERRIDE;
nfc_tag_chromeos.cc 129 NfcNdefTagTechnology* NfcTagChromeOS::GetNdefTagTechnology() {
nfc_chromeos_unittest.cc 430 const NfcNdefMessage& message = tag->GetNdefTagTechnology()->GetNdefMessage();
601 CHECK(tag->GetNdefTagTechnology());
602 tag->GetNdefTagTechnology()->AddObserver(&observer);
604 NfcNdefTagTechnology* tag_technology = tag->GetNdefTagTechnology();
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
nfc_debug_ui.cc 320 tag->GetNdefTagTechnology()->AddObserver(this);
328 tag->GetNdefTagTechnology()->RemoveObserver(this);
519 tag->GetNdefTagTechnology()->WriteNdef(
637 GetRecordList(tag->GetNdefTagTechnology()->GetNdefMessage(), records);

Completed in 77 milliseconds