OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothConnectFunction
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api.h
149
class
BluetoothConnectFunction
: public BluetoothExtensionFunction {
154
virtual ~
BluetoothConnectFunction
() {}
bluetooth_api.cc
371
void
BluetoothConnectFunction
::OnSuccessCallback() {
375
void
BluetoothConnectFunction
::OnErrorCallback() {
380
bool
BluetoothConnectFunction
::DoWork(scoped_refptr<BluetoothAdapter> adapter) {
411
base::Bind(&
BluetoothConnectFunction
::OnSuccessCallback, this),
412
base::Bind(&
BluetoothConnectFunction
::OnErrorCallback, this));
Completed in 172 milliseconds