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

  /external/chromium_org/extensions/browser/api/bluetooth/
bluetooth_private_api.h 51 class BluetoothPrivateSetAdapterStateFunction
56 BluetoothPrivateSetAdapterStateFunction();
59 virtual ~BluetoothPrivateSetAdapterStateFunction();
76 DISALLOW_COPY_AND_ASSIGN(BluetoothPrivateSetAdapterStateFunction);
bluetooth_private_api.cc 117 BluetoothPrivateSetAdapterStateFunction::
118 BluetoothPrivateSetAdapterStateFunction() {}
120 BluetoothPrivateSetAdapterStateFunction::
121 ~BluetoothPrivateSetAdapterStateFunction() {}
123 bool BluetoothPrivateSetAdapterStateFunction::DoWork(
170 BluetoothPrivateSetAdapterStateFunction::CreatePropertySetCallback(
173 &BluetoothPrivateSetAdapterStateFunction::OnAdapterPropertySet,
179 BluetoothPrivateSetAdapterStateFunction::CreatePropertyErrorCallback(
182 &BluetoothPrivateSetAdapterStateFunction::OnAdapterPropertyError,
187 void BluetoothPrivateSetAdapterStateFunction::OnAdapterPropertySet
    [all...]

Completed in 57 milliseconds