OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BluetoothSocketAbstractConnectFunction
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/extensions/browser/api/bluetooth_socket/
bluetooth_socket_api.h
211
class
BluetoothSocketAbstractConnectFunction
:
214
BluetoothSocketAbstractConnectFunction
();
217
virtual ~
BluetoothSocketAbstractConnectFunction
();
239
public
BluetoothSocketAbstractConnectFunction
{
249
//
BluetoothSocketAbstractConnectFunction
:
bluetooth_socket_api.cc
439
BluetoothSocketAbstractConnectFunction
::
440
BluetoothSocketAbstractConnectFunction
() {}
442
BluetoothSocketAbstractConnectFunction
::
443
~
BluetoothSocketAbstractConnectFunction
() {}
445
bool
BluetoothSocketAbstractConnectFunction
::Prepare() {
454
void
BluetoothSocketAbstractConnectFunction
::AsyncWorkStart() {
457
base::Bind(&
BluetoothSocketAbstractConnectFunction
::OnGetAdapter, this));
460
void
BluetoothSocketAbstractConnectFunction
::OnGetAdapter(
494
void
BluetoothSocketAbstractConnectFunction
::OnConnect(
518
void
BluetoothSocketAbstractConnectFunction
::OnConnectError
[
all
...]
Completed in 43 milliseconds