OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothAPI
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api.h
34
class
BluetoothAPI
: public BrowserContextKeyedAPI,
37
// Convenience method to get the
BluetoothAPI
for a browser context.
38
static
BluetoothAPI
* Get(content::BrowserContext* context);
40
static BrowserContextKeyedAPIFactory<
BluetoothAPI
>* GetFactoryInstance();
42
explicit
BluetoothAPI
(content::BrowserContext* context);
43
virtual ~
BluetoothAPI
();
56
friend class BrowserContextKeyedAPIFactory<
BluetoothAPI
>;
57
static const char* service_name() { return "
BluetoothAPI
"; }
bluetooth_api.cc
40
return extensions::
BluetoothAPI
::Get(context)->event_router();
47
static base::LazyInstance<BrowserContextKeyedAPIFactory<
BluetoothAPI
> >
51
BrowserContextKeyedAPIFactory<
BluetoothAPI
>*
52
BluetoothAPI
::GetFactoryInstance() {
57
BluetoothAPI
*
BluetoothAPI
::Get(BrowserContext* context) {
62
BluetoothAPI
::
BluetoothAPI
(content::BrowserContext* context)
73
BluetoothAPI
::~
BluetoothAPI
() {}
[
all
...]
bluetooth_extension_function.cc
24
return extensions::
BluetoothAPI
::Get(context)->event_router();
bluetooth_private_api.cc
47
BluetoothAPI
::Get(browser_context_)->event_router()->AddPairingDelegate(
57
BluetoothAPI
::Get(browser_context_)->event_router()->RemovePairingDelegate(
243
BluetoothAPI
::Get(browser_context())->event_router();
bluetooth_private_apitest.cc
67
return extensions::
BluetoothAPI
::Get(browser()->profile())
bluetooth_apitest.cc
100
extensions::
BluetoothAPI
* bluetooth_api() {
101
return extensions::
BluetoothAPI
::Get(browser()->profile());
/external/chromium_org/chrome/browser/extensions/
browser_context_keyed_service_factories.cc
95
extensions::
BluetoothAPI
::GetFactoryInstance();
/external/chromium_org/extensions/browser/api/
api_resource_manager.h
157
friend class
BluetoothAPI
;
Completed in 139 milliseconds