OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothGetAdapterStateFunction
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api.h
69
class
BluetoothGetAdapterStateFunction
: public BluetoothExtensionFunction {
75
virtual ~
BluetoothGetAdapterStateFunction
();
bluetooth_api.cc
102
BluetoothGetAdapterStateFunction
::~
BluetoothGetAdapterStateFunction
() {}
104
bool
BluetoothGetAdapterStateFunction
::DoWork(
bluetooth_apitest.cc
127
scoped_refptr<api::
BluetoothGetAdapterStateFunction
> get_adapter_state;
128
get_adapter_state = setupFunction(new api::
BluetoothGetAdapterStateFunction
);
Completed in 2845 milliseconds