NfcAdapterClient  103 chromeos/dbus/dbus_thread_manager.cc         NfcAdapterClient::Create(nfc_manager_client_.get()));
NfcAdapterClient  187 chromeos/dbus/dbus_thread_manager.cc   NfcAdapterClient* nfc_adapter_client() {
NfcAdapterClient  245 chromeos/dbus/dbus_thread_manager.cc   scoped_ptr<NfcAdapterClient> nfc_adapter_client_;
NfcAdapterClient  404 chromeos/dbus/dbus_thread_manager.cc   virtual NfcAdapterClient* GetNfcAdapterClient() OVERRIDE {
NfcAdapterClient   47 chromeos/dbus/dbus_thread_manager.h class NfcAdapterClient;
NfcAdapterClient  146 chromeos/dbus/dbus_thread_manager.h   virtual NfcAdapterClient* GetNfcAdapterClient() = 0;
NfcAdapterClient  100 chromeos/dbus/fake_dbus_thread_manager.cc   SetNfcAdapterClient(scoped_ptr<NfcAdapterClient>(new FakeNfcAdapterClient));
NfcAdapterClient  251 chromeos/dbus/fake_dbus_thread_manager.cc     scoped_ptr<NfcAdapterClient> client) {
NfcAdapterClient  429 chromeos/dbus/fake_dbus_thread_manager.cc NfcAdapterClient* FakeDBusThreadManager::GetNfcAdapterClient() {
NfcAdapterClient   68 chromeos/dbus/fake_dbus_thread_manager.h   void SetNfcAdapterClient(scoped_ptr<NfcAdapterClient> client);
NfcAdapterClient  111 chromeos/dbus/fake_dbus_thread_manager.h   virtual NfcAdapterClient* GetNfcAdapterClient() OVERRIDE;
NfcAdapterClient  153 chromeos/dbus/fake_dbus_thread_manager.h   scoped_ptr<NfcAdapterClient> nfc_adapter_client_;
NfcAdapterClient   25 chromeos/dbus/fake_nfc_adapter_client.cc     : NfcAdapterClient::Properties(NULL, callback) {
NfcAdapterClient  215 chromeos/dbus/fake_nfc_adapter_client.cc     FOR_EACH_OBSERVER(NfcAdapterClient::Observer, observers_,
NfcAdapterClient  218 chromeos/dbus/fake_nfc_adapter_client.cc     FOR_EACH_OBSERVER(NfcAdapterClient::Observer, observers_,
NfcAdapterClient  228 chromeos/dbus/fake_nfc_adapter_client.cc     FOR_EACH_OBSERVER(NfcAdapterClient::Observer, observers_,
NfcAdapterClient  231 chromeos/dbus/fake_nfc_adapter_client.cc     FOR_EACH_OBSERVER(NfcAdapterClient::Observer, observers_,
NfcAdapterClient  324 chromeos/dbus/fake_nfc_adapter_client.cc   FOR_EACH_OBSERVER(NfcAdapterClient::Observer, observers_,
NfcAdapterClient   20 chromeos/dbus/fake_nfc_adapter_client.h class CHROMEOS_EXPORT FakeNfcAdapterClient : public NfcAdapterClient {
NfcAdapterClient   27 chromeos/dbus/fake_nfc_adapter_client.h   struct Properties : public NfcAdapterClient::Properties {
NfcAdapterClient   21 chromeos/dbus/nfc_adapter_client.cc NfcAdapterClient::Properties::Properties(
NfcAdapterClient   35 chromeos/dbus/nfc_adapter_client.cc NfcAdapterClient::Properties::~Properties() {
NfcAdapterClient   40 chromeos/dbus/nfc_adapter_client.cc     : public NfcAdapterClient,
NfcAdapterClient   56 chromeos/dbus/nfc_adapter_client.cc   virtual void AddObserver(NfcAdapterClient::Observer* observer) OVERRIDE {
NfcAdapterClient   62 chromeos/dbus/nfc_adapter_client.cc   virtual void RemoveObserver(NfcAdapterClient::Observer* observer) OVERRIDE {
NfcAdapterClient  174 chromeos/dbus/nfc_adapter_client.cc     FOR_EACH_OBSERVER(NfcAdapterClient::Observer, observers_,
NfcAdapterClient  180 chromeos/dbus/nfc_adapter_client.cc     FOR_EACH_OBSERVER(NfcAdapterClient::Observer, observers_,
NfcAdapterClient  190 chromeos/dbus/nfc_adapter_client.cc     FOR_EACH_OBSERVER(NfcAdapterClient::Observer, observers_,
NfcAdapterClient  199 chromeos/dbus/nfc_adapter_client.cc   ObserverList<NfcAdapterClient::Observer> observers_;
NfcAdapterClient  217 chromeos/dbus/nfc_adapter_client.cc NfcAdapterClient::NfcAdapterClient() {
NfcAdapterClient  220 chromeos/dbus/nfc_adapter_client.cc NfcAdapterClient::~NfcAdapterClient() {
NfcAdapterClient  223 chromeos/dbus/nfc_adapter_client.cc NfcAdapterClient* NfcAdapterClient::Create(NfcManagerClient* manager_client) {
NfcAdapterClient   26 chromeos/dbus/nfc_adapter_client.h class CHROMEOS_EXPORT NfcAdapterClient : public DBusClient {
NfcAdapterClient   80 chromeos/dbus/nfc_adapter_client.h   virtual ~NfcAdapterClient();
NfcAdapterClient  115 chromeos/dbus/nfc_adapter_client.h   static NfcAdapterClient* Create(NfcManagerClient* manager_client);
NfcAdapterClient  120 chromeos/dbus/nfc_adapter_client.h   NfcAdapterClient();
NfcAdapterClient  123 chromeos/dbus/nfc_adapter_client.h   DISALLOW_COPY_AND_ASSIGN(NfcAdapterClient);
NfcAdapterClient   53 chromeos/dbus/nfc_client_unittest.cc class MockNfcAdapterObserver : public NfcAdapterClient::Observer {
NfcAdapterClient  206 chromeos/dbus/nfc_client_unittest.cc     adapter_client_.reset(NfcAdapterClient::Create(manager_client_.get()));
NfcAdapterClient  250 chromeos/dbus/nfc_client_unittest.cc     NfcAdapterClient::Properties* properties =
NfcAdapterClient  266 chromeos/dbus/nfc_client_unittest.cc     NfcAdapterClient::Properties* properties =
NfcAdapterClient  354 chromeos/dbus/nfc_client_unittest.cc   scoped_ptr<NfcAdapterClient> adapter_client_;
NfcAdapterClient   35 chromeos/dbus/nfc_device_client.cc                             public NfcAdapterClient::Observer,
NfcAdapterClient   38 chromeos/dbus/nfc_device_client.cc   explicit NfcDeviceClientImpl(NfcAdapterClient* adapter_client)
NfcAdapterClient  167 chromeos/dbus/nfc_device_client.cc     NfcAdapterClient::Properties *adapter_properties =
NfcAdapterClient  229 chromeos/dbus/nfc_device_client.cc   NfcAdapterClient* adapter_client_;
NfcAdapterClient  246 chromeos/dbus/nfc_device_client.cc NfcDeviceClient* NfcDeviceClient::Create(NfcAdapterClient* adapter_client) {
NfcAdapterClient   24 chromeos/dbus/nfc_device_client.h class NfcAdapterClient;
NfcAdapterClient  104 chromeos/dbus/nfc_device_client.h   static NfcDeviceClient* Create(NfcAdapterClient* adapter_client);
NfcAdapterClient   38 chromeos/dbus/nfc_tag_client.cc                          public NfcAdapterClient::Observer,
NfcAdapterClient   41 chromeos/dbus/nfc_tag_client.cc   explicit NfcTagClientImpl(NfcAdapterClient* adapter_client)
NfcAdapterClient  169 chromeos/dbus/nfc_tag_client.cc     NfcAdapterClient::Properties *adapter_properties =
NfcAdapterClient  249 chromeos/dbus/nfc_tag_client.cc   NfcAdapterClient* adapter_client_;
NfcAdapterClient  266 chromeos/dbus/nfc_tag_client.cc NfcTagClient* NfcTagClient::Create(NfcAdapterClient* adapter_client) {
NfcAdapterClient   24 chromeos/dbus/nfc_tag_client.h class NfcAdapterClient;
NfcAdapterClient  124 chromeos/dbus/nfc_tag_client.h   static NfcTagClient* Create(NfcAdapterClient* adapter_client);
NfcAdapterClient  154 device/nfc/nfc_adapter_chromeos.cc   NfcAdapterClient::Properties* properties =
NfcAdapterClient  256 device/nfc/nfc_adapter_chromeos.cc   NfcAdapterClient::Properties* properties =
NfcAdapterClient  300 device/nfc/nfc_adapter_chromeos.cc   NfcAdapterClient::Properties* properties =
NfcAdapterClient   27 device/nfc/nfc_adapter_chromeos.h                            public chromeos::NfcAdapterClient::Observer,
NfcAdapterClient  325 device/nfc/nfc_chromeos_unittest.cc   NfcAdapterClient::Properties* properties =
NfcAdapterClient  376 device/nfc/nfc_chromeos_unittest.cc   NfcAdapterClient::Properties* properties =