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

  /external/chromium_org/extensions/browser/api/bluetooth_socket/
bluetooth_api_socket.cc 22 BrowserContextKeyedAPIFactory<ApiResourceManager<BluetoothApiSocket> > >
27 BrowserContextKeyedAPIFactory<ApiResourceManager<BluetoothApiSocket> >*
28 ApiResourceManager<BluetoothApiSocket>::GetFactoryInstance() {
32 BluetoothApiSocket::BluetoothApiSocket(const std::string& owner_extension_id)
41 BluetoothApiSocket::BluetoothApiSocket(
57 BluetoothApiSocket::~BluetoothApiSocket() {
63 void BluetoothApiSocket::AdoptConnectedSocket
    [all...]
bluetooth_api_socket.h 25 class BluetoothApiSocket : public ApiResource {
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 375 milliseconds