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

  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api.h 261 class BluetoothStopDiscoveryFunction : public BluetoothExtensionFunction {
266 virtual ~BluetoothStopDiscoveryFunction() {}
bluetooth_api.cc 648 void BluetoothStopDiscoveryFunction::OnSuccessCallback() {
653 void BluetoothStopDiscoveryFunction::OnErrorCallback() {
660 bool BluetoothStopDiscoveryFunction::DoWork(
665 base::Bind(&BluetoothStopDiscoveryFunction::OnSuccessCallback, this),
666 base::Bind(&BluetoothStopDiscoveryFunction::OnErrorCallback, this));
bluetooth_apitest.cc 345 scoped_refptr<api::BluetoothStopDiscoveryFunction> stop_function;
346 stop_function = setupFunction(new api::BluetoothStopDiscoveryFunction);
355 stop_function = setupFunction(new api::BluetoothStopDiscoveryFunction);

Completed in 189 milliseconds