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

  /external/chromium_org/extensions/browser/api/bluetooth_socket/
bluetooth_socket_event_dispatcher.cc 32 // kIOPending is not relevant to apps, as BluetoothSocketEventDispatcher
62 BrowserContextKeyedAPIFactory<BluetoothSocketEventDispatcher> > g_factory =
66 BrowserContextKeyedAPIFactory<BluetoothSocketEventDispatcher>*
67 BluetoothSocketEventDispatcher::GetFactoryInstance() {
72 BluetoothSocketEventDispatcher* BluetoothSocketEventDispatcher::Get(
76 return BrowserContextKeyedAPIFactory<BluetoothSocketEventDispatcher>::Get(
80 BluetoothSocketEventDispatcher::BluetoothSocketEventDispatcher(
94 BluetoothSocketEventDispatcher::~BluetoothSocketEventDispatcher() {
    [all...]
bluetooth_socket_event_dispatcher.h 31 class BluetoothSocketEventDispatcher
33 public base::SupportsWeakPtr<BluetoothSocketEventDispatcher> {
35 explicit BluetoothSocketEventDispatcher(content::BrowserContext* context);
36 virtual ~BluetoothSocketEventDispatcher();
48 static BrowserContextKeyedAPIFactory<BluetoothSocketEventDispatcher>*
52 static BluetoothSocketEventDispatcher* Get(content::BrowserContext* context);
56 friend class BrowserContextKeyedAPIFactory<BluetoothSocketEventDispatcher>;
58 static const char* service_name() { return "BluetoothSocketEventDispatcher"; }

Completed in 36 milliseconds