Lines Matching defs:status
23 enum Status {
33 // Returns true iff the connection's status is CONNECTED.
55 // Sets the connection's status to |status|. If this is different from the
56 // previous status, notifies observers of the change in status.
58 virtual void SetStatus(Status status);
60 Status status() const { return status_; }
89 // The current status of the connection.
90 Status status_;