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

  /external/chromium_org/device/nfc/
nfc_tag.h 86 virtual Protocol GetSupportedProtocol() const = 0;
nfc_tag_chromeos.cc 88 NfcTag::Protocol NfcTagChromeOS::GetSupportedProtocol() const {
100 NfcTag::Protocol protocol = GetSupportedProtocol();
151 TagSupportedProtocolChanged(this, GetSupportedProtocol()));
nfc_tag_chromeos.h 31 virtual device::NfcTag::Protocol GetSupportedProtocol() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
nfc_debug_ui.cc 617 TagProtocolToString(tag->GetSupportedProtocol()));

Completed in 463 milliseconds