Searched refs:BluetoothPrivateSetAdapterStateFunction (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_private_api.h51 class BluetoothPrivateSetAdapterStateFunction class in namespace:extensions::core_api
56 BluetoothPrivateSetAdapterStateFunction();
59 virtual ~BluetoothPrivateSetAdapterStateFunction();
76 DISALLOW_COPY_AND_ASSIGN(BluetoothPrivateSetAdapterStateFunction);
H A Dbluetooth_private_api.cc117 BluetoothPrivateSetAdapterStateFunction::
118 BluetoothPrivateSetAdapterStateFunction() {} function in class:extensions::core_api::BluetoothPrivateSetAdapterStateFunction
120 BluetoothPrivateSetAdapterStateFunction::
121 ~BluetoothPrivateSetAdapterStateFunction() {}
123 bool BluetoothPrivateSetAdapterStateFunction::DoWork(
170 BluetoothPrivateSetAdapterStateFunction::CreatePropertySetCallback(
173 &BluetoothPrivateSetAdapterStateFunction::OnAdapterPropertySet,
179 BluetoothPrivateSetAdapterStateFunction::CreatePropertyErrorCallback(
182 &BluetoothPrivateSetAdapterStateFunction::OnAdapterPropertyError,
187 void BluetoothPrivateSetAdapterStateFunction
[all...]

Completed in 111 milliseconds