NfcPeerChromeOS   190 device/nfc/nfc_adapter_chromeos.cc   NfcPeerChromeOS* peer_chromeos = new NfcPeerChromeOS(object_path);
NfcPeerChromeOS   274 device/nfc/nfc_adapter_chromeos.cc     NfcPeerChromeOS* peer_chromeos = new NfcPeerChromeOS(object_path);
NfcPeerChromeOS    28 device/nfc/nfc_peer_chromeos.cc NfcPeerChromeOS::NfcPeerChromeOS(const dbus::ObjectPath& object_path)
NfcPeerChromeOS    42 device/nfc/nfc_peer_chromeos.cc NfcPeerChromeOS::~NfcPeerChromeOS() {
NfcPeerChromeOS    47 device/nfc/nfc_peer_chromeos.cc void NfcPeerChromeOS::AddObserver(device::NfcPeer::Observer* observer) {
NfcPeerChromeOS    52 device/nfc/nfc_peer_chromeos.cc void NfcPeerChromeOS::RemoveObserver(device::NfcPeer::Observer* observer) {
NfcPeerChromeOS    57 device/nfc/nfc_peer_chromeos.cc std::string NfcPeerChromeOS::GetIdentifier() const {
NfcPeerChromeOS    61 device/nfc/nfc_peer_chromeos.cc const NfcNdefMessage& NfcPeerChromeOS::GetNdefMessage() const {
NfcPeerChromeOS    65 device/nfc/nfc_peer_chromeos.cc void NfcPeerChromeOS::PushNdef(const NfcNdefMessage& message,
NfcPeerChromeOS    92 device/nfc/nfc_peer_chromeos.cc       base::Bind(&NfcPeerChromeOS::OnPushNdef,
NfcPeerChromeOS    95 device/nfc/nfc_peer_chromeos.cc       base::Bind(&NfcPeerChromeOS::OnPushNdefError,
NfcPeerChromeOS   100 device/nfc/nfc_peer_chromeos.cc void NfcPeerChromeOS::StartHandover(HandoverType handover_type,
NfcPeerChromeOS   109 device/nfc/nfc_peer_chromeos.cc void NfcPeerChromeOS::RecordAdded(const dbus::ObjectPath& object_path) {
NfcPeerChromeOS   117 device/nfc/nfc_peer_chromeos.cc void NfcPeerChromeOS::RecordRemoved(const dbus::ObjectPath& object_path) {
NfcPeerChromeOS   129 device/nfc/nfc_peer_chromeos.cc void NfcPeerChromeOS::RecordPropertiesReceived(
NfcPeerChromeOS   154 device/nfc/nfc_peer_chromeos.cc void NfcPeerChromeOS::OnPushNdef(const base::Closure& callback) {
NfcPeerChromeOS   158 device/nfc/nfc_peer_chromeos.cc void NfcPeerChromeOS::OnPushNdefError(const ErrorCallback& error_callback,
NfcPeerChromeOS   166 device/nfc/nfc_peer_chromeos.cc void NfcPeerChromeOS::AddRecord(const dbus::ObjectPath& object_path) {
NfcPeerChromeOS    20 device/nfc/nfc_peer_chromeos.h class NfcPeerChromeOS : public device::NfcPeer,
NfcPeerChromeOS    41 device/nfc/nfc_peer_chromeos.h   explicit NfcPeerChromeOS(const dbus::ObjectPath& object_path);
NfcPeerChromeOS    42 device/nfc/nfc_peer_chromeos.h   virtual ~NfcPeerChromeOS();
NfcPeerChromeOS    74 device/nfc/nfc_peer_chromeos.h   base::WeakPtrFactory<NfcPeerChromeOS> weak_ptr_factory_;
NfcPeerChromeOS    76 device/nfc/nfc_peer_chromeos.h   DISALLOW_COPY_AND_ASSIGN(NfcPeerChromeOS);