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

  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_event_router.cc 29 ExtensionBluetoothEventRouter::ExtensionBluetoothEventRouter(Profile* profile)
40 ExtensionBluetoothEventRouter::~ExtensionBluetoothEventRouter() {
56 bool ExtensionBluetoothEventRouter::IsBluetoothSupported() const {
61 void ExtensionBluetoothEventRouter::GetAdapter(
71 void ExtensionBluetoothEventRouter::OnListenerAdded() {
76 void ExtensionBluetoothEventRouter::OnListenerRemoved() {
82 int ExtensionBluetoothEventRouter::RegisterSocket(
95 bool ExtensionBluetoothEventRouter::ReleaseSocket(int id)
    [all...]
bluetooth_event_router.h 29 class ExtensionBluetoothEventRouter
32 explicit ExtensionBluetoothEventRouter(Profile* profile);
33 virtual ~ExtensionBluetoothEventRouter();
142 base::WeakPtrFactory<ExtensionBluetoothEventRouter> weak_ptr_factory_;
144 DISALLOW_COPY_AND_ASSIGN(ExtensionBluetoothEventRouter);

Completed in 28 milliseconds