Searched defs:BluetoothApiSocket (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/extensions/browser/api/bluetooth_socket/
H A Dbluetooth_api_socket.cc22 BrowserContextKeyedAPIFactory<ApiResourceManager<BluetoothApiSocket> > >
27 BrowserContextKeyedAPIFactory<ApiResourceManager<BluetoothApiSocket> >*
28 ApiResourceManager<BluetoothApiSocket>::GetFactoryInstance() {
32 BluetoothApiSocket::BluetoothApiSocket(const std::string& owner_extension_id) function in class:extensions::BluetoothApiSocket
41 BluetoothApiSocket::BluetoothApiSocket( function in class:extensions::BluetoothApiSocket
57 BluetoothApiSocket::~BluetoothApiSocket() {
63 void BluetoothApiSocket
[all...]
H A Dbluetooth_api_socket.h25 class BluetoothApiSocket : public ApiResource { class in namespace:extensions
39 explicit BluetoothApiSocket(const std::string& owner_extension_id);
40 BluetoothApiSocket(const std::string& owner_extension_id,
44 virtual ~BluetoothApiSocket();
114 friend class ApiResourceManager<BluetoothApiSocket>;
156 DISALLOW_COPY_AND_ASSIGN(BluetoothApiSocket);

Completed in 90 milliseconds