TagType           143 chrome/browser/ui/webui/chromeos/nfc_debug_ui.cc std::string TagTypeToString(NfcTag::TagType type) {
TagType            55 device/nfc/nfc_tag.h     virtual void TagTypeChanged(NfcTag* tag, TagType type) {}
TagType            80 device/nfc/nfc_tag.h   virtual TagType GetType() const = 0;
TagType            21 device/nfc/nfc_tag_chromeos.cc NfcTag::TagType DBusTypePropertyToTagType(const std::string& type) {
TagType            75 device/nfc/nfc_tag_chromeos.cc NfcTag::TagType NfcTagChromeOS::GetType() const {
TagType            99 device/nfc/nfc_tag_chromeos.cc   NfcTag::TagType type = GetType();
TagType            29 device/nfc/nfc_tag_chromeos.h   virtual TagType GetType() const OVERRIDE;