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 119 class BluetoothStopDiscoveryFunction : public BluetoothExtensionFunction {
124 virtual ~BluetoothStopDiscoveryFunction() {}
bluetooth_api.cc 183 void BluetoothStopDiscoveryFunction::OnSuccessCallback() {
187 void BluetoothStopDiscoveryFunction::OnErrorCallback() {
192 bool BluetoothStopDiscoveryFunction::DoWork(
197 base::Bind(&BluetoothStopDiscoveryFunction::OnSuccessCallback, this),
198 base::Bind(&BluetoothStopDiscoveryFunction::OnErrorCallback, this));
bluetooth_apitest.cc 206 scoped_refptr<api::BluetoothStopDiscoveryFunction> stop_function;
207 stop_function = setupFunction(new api::BluetoothStopDiscoveryFunction);
215 stop_function = setupFunction(new api::BluetoothStopDiscoveryFunction);

Completed in 249 milliseconds