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
25
class
BluetoothExtensionFunction
: public ChromeAsyncExtensionFunction {
27
BluetoothExtensionFunction
();
30
virtual ~
BluetoothExtensionFunction
();
42
DISALLOW_COPY_AND_ASSIGN(
BluetoothExtensionFunction
);
bluetooth_extension_function.cc
39
BluetoothExtensionFunction
::
BluetoothExtensionFunction
() {
42
BluetoothExtensionFunction
::~
BluetoothExtensionFunction
() {
45
bool
BluetoothExtensionFunction
::RunImpl() {
50
GetAdapter(base::Bind(&
BluetoothExtensionFunction
::RunOnAdapterReady, this),
56
void
BluetoothExtensionFunction
::RunOnAdapterReady(
Completed in 165 milliseconds