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

  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
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_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();

Completed in 44 milliseconds