BluetoothAPI       37 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc   return extensions::BluetoothAPI::Get(context)->bluetooth_event_router();
BluetoothAPI       76 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc static base::LazyInstance<BrowserContextKeyedAPIFactory<BluetoothAPI> >
BluetoothAPI       80 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc BrowserContextKeyedAPIFactory<BluetoothAPI>*
BluetoothAPI       81 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc BluetoothAPI::GetFactoryInstance() {
BluetoothAPI       86 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc BluetoothAPI* BluetoothAPI::Get(BrowserContext* context) {
BluetoothAPI       90 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc BluetoothAPI::BluetoothAPI(BrowserContext* context)
BluetoothAPI      102 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc BluetoothAPI::~BluetoothAPI() {
BluetoothAPI      105 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc BluetoothEventRouter* BluetoothAPI::bluetooth_event_router() {
BluetoothAPI      112 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc void BluetoothAPI::Shutdown() {
BluetoothAPI      117 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc void BluetoothAPI::OnListenerAdded(const EventListenerInfo& details) {
BluetoothAPI      122 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc void BluetoothAPI::OnListenerRemoved(const EventListenerInfo& details) {
BluetoothAPI       39 chrome/browser/extensions/api/bluetooth/bluetooth_api.h class BluetoothAPI : public BrowserContextKeyedAPI,
BluetoothAPI       43 chrome/browser/extensions/api/bluetooth/bluetooth_api.h   static BluetoothAPI* Get(content::BrowserContext* context);
BluetoothAPI       45 chrome/browser/extensions/api/bluetooth/bluetooth_api.h   static BrowserContextKeyedAPIFactory<BluetoothAPI>* GetFactoryInstance();
BluetoothAPI       47 chrome/browser/extensions/api/bluetooth/bluetooth_api.h   explicit BluetoothAPI(content::BrowserContext* context);
BluetoothAPI       48 chrome/browser/extensions/api/bluetooth/bluetooth_api.h   virtual ~BluetoothAPI();
BluetoothAPI       60 chrome/browser/extensions/api/bluetooth/bluetooth_api.h   friend class BrowserContextKeyedAPIFactory<BluetoothAPI>;
BluetoothAPI      108 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc     return extensions::BluetoothAPI::Get(browser()->profile())
BluetoothAPI       20 chrome/browser/extensions/api/bluetooth/bluetooth_extension_function.cc   return extensions::BluetoothAPI::Get(context)->bluetooth_event_router();
BluetoothAPI       44 chrome/browser/extensions/api/bluetooth/bluetooth_private_api.cc   BluetoothAPI::Get(browser_context_)
BluetoothAPI       50 chrome/browser/extensions/api/bluetooth/bluetooth_private_api.cc   BluetoothAPI::Get(browser_context_)
BluetoothAPI      225 chrome/browser/extensions/api/bluetooth/bluetooth_private_api.cc       BluetoothAPI::Get(browser_context())->bluetooth_event_router();
BluetoothAPI       90 chrome/browser/extensions/browser_context_keyed_service_factories.cc   extensions::BluetoothAPI::GetFactoryInstance();