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

  /external/chromium_org/extensions/browser/api/bluetooth/
bluetooth_extension_function.h 24 class BluetoothExtensionFunction : public AsyncExtensionFunction {
26 BluetoothExtensionFunction();
29 virtual ~BluetoothExtensionFunction();
41 DISALLOW_COPY_AND_ASSIGN(BluetoothExtensionFunction);
bluetooth_extension_function.cc 43 BluetoothExtensionFunction::BluetoothExtensionFunction() {
46 BluetoothExtensionFunction::~BluetoothExtensionFunction() {
49 bool BluetoothExtensionFunction::RunAsync() {
56 GetAdapter(base::Bind(&BluetoothExtensionFunction::RunOnAdapterReady, this),
62 void BluetoothExtensionFunction::RunOnAdapterReady(

Completed in 30 milliseconds