Searched refs:BluetoothSocketAbstractConnectFunction (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/extensions/browser/api/bluetooth_socket/
H A Dbluetooth_socket_api.h211 class BluetoothSocketAbstractConnectFunction : class in namespace:extensions::core_api
214 BluetoothSocketAbstractConnectFunction();
217 virtual ~BluetoothSocketAbstractConnectFunction();
239 public BluetoothSocketAbstractConnectFunction {
249 // BluetoothSocketAbstractConnectFunction:
H A Dbluetooth_socket_api.cc439 BluetoothSocketAbstractConnectFunction::
440 BluetoothSocketAbstractConnectFunction() {} function in class:extensions::core_api::BluetoothSocketAbstractConnectFunction
442 BluetoothSocketAbstractConnectFunction::
443 ~BluetoothSocketAbstractConnectFunction() {}
445 bool BluetoothSocketAbstractConnectFunction::Prepare() {
454 void BluetoothSocketAbstractConnectFunction::AsyncWorkStart() {
457 base::Bind(&BluetoothSocketAbstractConnectFunction::OnGetAdapter, this));
460 void BluetoothSocketAbstractConnectFunction::OnGetAdapter(
494 void BluetoothSocketAbstractConnectFunction::OnConnect(
518 void BluetoothSocketAbstractConnectFunction
[all...]
/external/chromium_org/chrome/browser/extensions/api/easy_unlock_private/
H A Deasy_unlock_private_api.h174 : public core_api::BluetoothSocketAbstractConnectFunction {
184 // BluetoothSocketAbstractConnectFunction:

Completed in 57 milliseconds