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

  /external/chromium_org/chrome/utility/local_discovery/
service_discovery_message_handler.cc 51 struct SocketInfo {
52 SocketInfo(net::SocketDescriptor socket,
81 void AddSocket(const SocketInfo& socket_info) {
122 SocketInfo(descriptor, interfaces[i].second, interfaces[i].first));
254 SocketInfo(sockets[i].descriptor.fd, sockets[i].address_family,
  /external/chromium_org/third_party/closure_compiler/externs/
chrome_extensions.js 785 * @see https://developer.chrome.com/apps/bluetoothSocket#type-SocketInfo
787 chrome.bluetoothSocket.SocketInfo = function() {};
791 chrome.bluetoothSocket.SocketInfo.prototype.socketId;
795 chrome.bluetoothSocket.SocketInfo.prototype.persistent;
799 chrome.bluetoothSocket.SocketInfo.prototype.name;
803 chrome.bluetoothSocket.SocketInfo.prototype.bufferSize;
807 chrome.bluetoothSocket.SocketInfo.prototype.paused;
811 chrome.bluetoothSocket.SocketInfo.prototype.connected;
815 chrome.bluetoothSocket.SocketInfo.prototype.address;
819 chrome.bluetoothSocket.SocketInfo.prototype.uuid
    [all...]

Completed in 193 milliseconds