HomeSort by relevance Sort by last modified time
    Searched defs:kTypeURI (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/device/nfc/
nfc_ndef_record.h 30 kTypeURI,
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
nfc_debug_ui.cc 82 const char kTypeURI[] = "URI";
119 case NfcNdefRecord::kTypeURI:
120 return kTypeURI;
138 if (type == kTypeURI)
139 return NfcNdefRecord::kTypeURI;

Completed in 64 milliseconds