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

  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api.h 103 class BluetoothStartDiscoveryFunction : public BluetoothExtensionFunction {
109 virtual ~BluetoothStartDiscoveryFunction() {}
bluetooth_api.cc 163 void BluetoothStartDiscoveryFunction::OnSuccessCallback() {
167 void BluetoothStartDiscoveryFunction::OnErrorCallback() {
172 bool BluetoothStartDiscoveryFunction::DoWork(
177 base::Bind(&BluetoothStartDiscoveryFunction::OnSuccessCallback, this),
178 base::Bind(&BluetoothStartDiscoveryFunction::OnErrorCallback, this));
bluetooth_apitest.cc 176 scoped_refptr<api::BluetoothStartDiscoveryFunction> start_function;
177 start_function = setupFunction(new api::BluetoothStartDiscoveryFunction);
194 start_function = setupFunction(new api::BluetoothStartDiscoveryFunction);

Completed in 48 milliseconds