Searched refs:BluetoothPrivateAPI (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_private_api.h22 class BluetoothPrivateAPI : public BrowserContextKeyedAPI, class in namespace:extensions
25 static BrowserContextKeyedAPIFactory<BluetoothPrivateAPI>*
28 explicit BluetoothPrivateAPI(content::BrowserContext* context);
29 virtual ~BluetoothPrivateAPI();
39 static const char* service_name() { return "BluetoothPrivateAPI"; }
44 friend class BrowserContextKeyedAPIFactory<BluetoothPrivateAPI>;
H A Dbluetooth_private_api.cc20 static base::LazyInstance<BrowserContextKeyedAPIFactory<BluetoothPrivateAPI> >
24 BrowserContextKeyedAPIFactory<BluetoothPrivateAPI>*
25 BluetoothPrivateAPI::GetFactoryInstance() {
29 BluetoothPrivateAPI::BluetoothPrivateAPI(content::BrowserContext* context) function in class:extensions::BluetoothPrivateAPI
35 BluetoothPrivateAPI::~BluetoothPrivateAPI() {}
37 void BluetoothPrivateAPI::Shutdown() {
41 void BluetoothPrivateAPI::OnListenerAdded(const EventListenerInfo& details) {
51 void BluetoothPrivateAPI
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dbrowser_context_keyed_service_factories.cc93 extensions::BluetoothPrivateAPI::GetFactoryInstance();

Completed in 103 milliseconds