Searched defs:BluetoothAPI (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_api.cc39 return extensions::BluetoothAPI::Get(context)->event_router();
46 static base::LazyInstance<BrowserContextKeyedAPIFactory<BluetoothAPI> >
50 BrowserContextKeyedAPIFactory<BluetoothAPI>*
51 BluetoothAPI::GetFactoryInstance() {
56 BluetoothAPI* BluetoothAPI::Get(BrowserContext* context) {
61 BluetoothAPI::BluetoothAPI(content::BrowserContext* context) function in class:extensions::BluetoothAPI
72 BluetoothAPI::~BluetoothAPI() {}
[all...]
H A Dbluetooth_api.h34 class BluetoothAPI : public BrowserContextKeyedAPI, class in namespace:extensions
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"; }

Completed in 116 milliseconds