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

  /external/chromium_org/chromeos/dbus/
nfc_client_helpers.h 37 typedef std::vector<dbus::ObjectPath> ObjectPathVector;
106 void UpdateObjects(const ObjectPathVector& object_paths);
128 ObjectPathVector GetObjectPaths();
  /external/chromium_org/device/nfc/
nfc_peer_chromeos.cc 24 typedef std::vector<dbus::ObjectPath> ObjectPathVector;
32 const ObjectPathVector& records =
35 for (ObjectPathVector::const_iterator iter = records.begin();
135 const ObjectPathVector& records =
138 for (ObjectPathVector::const_iterator iter = records.begin();
nfc_tag_technology_chromeos.cc 19 typedef std::vector<dbus::ObjectPath> ObjectPathVector;
29 const ObjectPathVector& records =
32 for (ObjectPathVector::const_iterator iter = records.begin();
125 const ObjectPathVector& records =
128 for (ObjectPathVector::const_iterator iter = records.begin();
nfc_adapter_chromeos.cc 20 typedef std::vector<dbus::ObjectPath> ObjectPathVector;
30 const ObjectPathVector& object_paths =
135 const ObjectPathVector& object_paths =
137 for (ObjectPathVector::const_iterator iter =
173 const ObjectPathVector& devices =
177 for (ObjectPathVector::const_iterator iter = devices.begin();
266 const ObjectPathVector& devices =
269 for (ObjectPathVector::const_iterator iter = devices.begin();

Completed in 43 milliseconds