IsPersistent 53 chrome/browser/extensions/api/serial/serial_connection.cc bool SerialConnection::IsPersistent() const { return persistent(); } IsPersistent 17 extensions/browser/api/api_resource.cc bool ApiResource::IsPersistent() const { IsPersistent 321 extensions/browser/api/socket/tcp_socket.cc bool ResumableTCPSocket::IsPersistent() const { return persistent(); } IsPersistent 327 extensions/browser/api/socket/tcp_socket.cc bool ResumableTCPServerSocket::IsPersistent() const { return persistent(); } IsPersistent 294 extensions/browser/api/socket/udp_socket.cc bool ResumableUDPSocket::IsPersistent() const { return persistent(); }