HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothAPI (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api_factory.cc 16 BluetoothAPI* BluetoothAPIFactory::GetForProfile(Profile* profile) {
17 return static_cast<BluetoothAPI*>(
28 "BluetoothAPI",
38 return new BluetoothAPI(static_cast<Profile*>(profile));
bluetooth_api_factory.h 15 class BluetoothAPI;
19 static BluetoothAPI* GetForProfile(Profile* profile);
bluetooth_extension_function.cc 20 return extensions::BluetoothAPI::Get(profile)->bluetooth_event_router();
bluetooth_api.h 33 class BluetoothAPI : public BrowserContextKeyedService,
36 // Convenience method to get the BluetoothAPI for a profile.
37 static BluetoothAPI* Get(Profile* profile);
39 explicit BluetoothAPI(Profile* profile);
40 virtual ~BluetoothAPI();
bluetooth_api.cc 39 return extensions::BluetoothAPI::Get(profile)->bluetooth_event_router();
82 BluetoothAPI* BluetoothAPI::Get(Profile* profile) {
86 BluetoothAPI::BluetoothAPI(Profile* profile) : profile_(profile) {
91 BluetoothAPI::~BluetoothAPI() {
94 ExtensionBluetoothEventRouter* BluetoothAPI::bluetooth_event_router() {
101 void BluetoothAPI::Shutdown() {
105 void BluetoothAPI::OnListenerAdded(const EventListenerInfo& details)
    [all...]
bluetooth_apitest.cc 83 return extensions::BluetoothAPI::Get(browser()->profile())

Completed in 272 milliseconds