Searched defs:IsBound (Results 1 – 4 of 4) sorted by relevance
84 bool TCPSocketState::IsBound() const { in IsBound() function in ppapi::TCPSocketState
111 bool IsBound() { return local_addr_ != 0; } in IsBound() function
241 bool UDPSocket::IsBound() { return socket_.is_connected(); } in IsBound() function in extensions::UDPSocket
586 inline bool IsBound() const { return is_bound_; } in IsBound() function