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

  /external/chromium_org/device/bluetooth/
bluetooth_device_win.cc 115 for (ServiceRecordList::const_iterator iter = service_record_list_.begin();
181 for (ServiceRecordList::const_iterator iter = service_record_list_.begin();
221 for (ServiceRecordList::const_iterator iter = service_record_list_.begin();
bluetooth_device.h 239 typedef ScopedVector<BluetoothServiceRecord> ServiceRecordList;
240 typedef base::Callback<void(const ServiceRecordList&)> ServiceRecordsCallback;
bluetooth_device_win_unittest.cc 67 const BluetoothDevice::ServiceRecordList& service_record_list) {
82 const BluetoothDevice::ServiceRecordList* service_records_;
bluetooth_device_win.h 108 ServiceRecordList service_record_list_;
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api.h 145 const device::BluetoothDevice::ServiceRecordList& records);
bluetooth_api.cc 326 const BluetoothDevice::ServiceRecordList& records) {
327 for (BluetoothDevice::ServiceRecordList::const_iterator i = records.begin();

Completed in 210 milliseconds