OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BluetoothExtensionFunction
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/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 149 milliseconds