NfcAdapterChromeOS   24 device/nfc/nfc_adapter_chromeos.cc NfcAdapterChromeOS::NfcAdapterChromeOS()
NfcAdapterChromeOS   38 device/nfc/nfc_adapter_chromeos.cc NfcAdapterChromeOS::~NfcAdapterChromeOS() {
NfcAdapterChromeOS   44 device/nfc/nfc_adapter_chromeos.cc void NfcAdapterChromeOS::AddObserver(NfcAdapter::Observer* observer) {
NfcAdapterChromeOS   49 device/nfc/nfc_adapter_chromeos.cc void NfcAdapterChromeOS::RemoveObserver(NfcAdapter::Observer* observer) {
NfcAdapterChromeOS   54 device/nfc/nfc_adapter_chromeos.cc bool NfcAdapterChromeOS::IsPresent() const {
NfcAdapterChromeOS   58 device/nfc/nfc_adapter_chromeos.cc bool NfcAdapterChromeOS::IsPowered() const {
NfcAdapterChromeOS   65 device/nfc/nfc_adapter_chromeos.cc bool NfcAdapterChromeOS::IsPolling() const {
NfcAdapterChromeOS   72 device/nfc/nfc_adapter_chromeos.cc bool NfcAdapterChromeOS::IsInitialized() const {
NfcAdapterChromeOS   76 device/nfc/nfc_adapter_chromeos.cc void NfcAdapterChromeOS::SetPowered(bool powered,
NfcAdapterChromeOS   87 device/nfc/nfc_adapter_chromeos.cc           base::Bind(&NfcAdapterChromeOS::OnSetPowered,
NfcAdapterChromeOS   93 device/nfc/nfc_adapter_chromeos.cc void NfcAdapterChromeOS::StartPolling(const base::Closure& callback,
NfcAdapterChromeOS   99 device/nfc/nfc_adapter_chromeos.cc                     base::Bind(&NfcAdapterChromeOS::OnStartPolling,
NfcAdapterChromeOS  102 device/nfc/nfc_adapter_chromeos.cc                     base::Bind(&NfcAdapterChromeOS::OnStartPollingError,
NfcAdapterChromeOS  107 device/nfc/nfc_adapter_chromeos.cc void NfcAdapterChromeOS::StopPolling(const base::Closure& callback,
NfcAdapterChromeOS  111 device/nfc/nfc_adapter_chromeos.cc                    base::Bind(&NfcAdapterChromeOS::OnStopPolling,
NfcAdapterChromeOS  114 device/nfc/nfc_adapter_chromeos.cc                    base::Bind(&NfcAdapterChromeOS::OnStopPollingError,
NfcAdapterChromeOS  119 device/nfc/nfc_adapter_chromeos.cc void NfcAdapterChromeOS::AdapterAdded(const dbus::ObjectPath& object_path) {
NfcAdapterChromeOS  125 device/nfc/nfc_adapter_chromeos.cc void NfcAdapterChromeOS::AdapterRemoved(const dbus::ObjectPath& object_path) {
NfcAdapterChromeOS  149 device/nfc/nfc_adapter_chromeos.cc void NfcAdapterChromeOS::AdapterPropertyChanged(
NfcAdapterChromeOS  163 device/nfc/nfc_adapter_chromeos.cc void NfcAdapterChromeOS::DeviceAdded(const dbus::ObjectPath& object_path) {
NfcAdapterChromeOS  196 device/nfc/nfc_adapter_chromeos.cc void NfcAdapterChromeOS::DeviceRemoved(const dbus::ObjectPath& object_path) {
NfcAdapterChromeOS  207 device/nfc/nfc_adapter_chromeos.cc void NfcAdapterChromeOS::TagAdded(const dbus::ObjectPath& object_path) {
NfcAdapterChromeOS  240 device/nfc/nfc_adapter_chromeos.cc void NfcAdapterChromeOS::TagRemoved(const dbus::ObjectPath& object_path) {
NfcAdapterChromeOS  251 device/nfc/nfc_adapter_chromeos.cc void NfcAdapterChromeOS::SetAdapter(const dbus::ObjectPath& object_path) {
NfcAdapterChromeOS  296 device/nfc/nfc_adapter_chromeos.cc void NfcAdapterChromeOS::RemoveAdapter() {
NfcAdapterChromeOS  336 device/nfc/nfc_adapter_chromeos.cc void NfcAdapterChromeOS::PoweredChanged(bool powered) {
NfcAdapterChromeOS  341 device/nfc/nfc_adapter_chromeos.cc void NfcAdapterChromeOS::PollingChanged(bool polling) {
NfcAdapterChromeOS  346 device/nfc/nfc_adapter_chromeos.cc void NfcAdapterChromeOS::PresentChanged(bool present) {
NfcAdapterChromeOS  351 device/nfc/nfc_adapter_chromeos.cc void NfcAdapterChromeOS::OnSetPowered(const base::Closure& callback,
NfcAdapterChromeOS  370 device/nfc/nfc_adapter_chromeos.cc void NfcAdapterChromeOS::OnStartPolling(const base::Closure& callback) {
NfcAdapterChromeOS  374 device/nfc/nfc_adapter_chromeos.cc void NfcAdapterChromeOS::OnStartPollingError(
NfcAdapterChromeOS  383 device/nfc/nfc_adapter_chromeos.cc void NfcAdapterChromeOS::OnStopPolling(const base::Closure& callback) {
NfcAdapterChromeOS  387 device/nfc/nfc_adapter_chromeos.cc void NfcAdapterChromeOS::OnStopPollingError(
NfcAdapterChromeOS   26 device/nfc/nfc_adapter_chromeos.h class NfcAdapterChromeOS : public device::NfcAdapter,
NfcAdapterChromeOS   50 device/nfc/nfc_adapter_chromeos.h   NfcAdapterChromeOS();
NfcAdapterChromeOS   51 device/nfc/nfc_adapter_chromeos.h   virtual ~NfcAdapterChromeOS();
NfcAdapterChromeOS  106 device/nfc/nfc_adapter_chromeos.h   base::WeakPtrFactory<NfcAdapterChromeOS> weak_ptr_factory_;
NfcAdapterChromeOS  108 device/nfc/nfc_adapter_chromeos.h   DISALLOW_COPY_AND_ASSIGN(NfcAdapterChromeOS);
NfcAdapterChromeOS   45 device/nfc/nfc_adapter_factory.cc     chromeos::NfcAdapterChromeOS* new_adapter =
NfcAdapterChromeOS   46 device/nfc/nfc_adapter_factory.cc         new chromeos::NfcAdapterChromeOS();
NfcAdapterChromeOS  169 device/nfc/nfc_chromeos_unittest.cc     adapter_ = new NfcAdapterChromeOS();
NfcAdapterChromeOS   36 device/nfc/nfc_peer_chromeos.h   friend class NfcAdapterChromeOS;
NfcAdapterChromeOS   47 device/nfc/nfc_tag_chromeos.h   friend class NfcAdapterChromeOS;