HomeSort by relevance Sort by last modified time
    Searched refs:ErrorStateToProto (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/extensions/browser/api/cast_channel/
logger_util.h 15 proto::ErrorState ErrorStateToProto(ChannelError state);
logger_util.cc 22 proto::ErrorState ErrorStateToProto(ChannelError state) {
cast_transport.h 140 static proto::ErrorState ErrorStateToProto(ChannelError state);
cast_transport.cc 92 proto::ErrorState CastTransport::ErrorStateToProto(ChannelError state) {
187 ErrorStateToProto(error_state_));
cast_socket.cc 845 logger_->LogSocketErrorState(channel_id_, ErrorStateToProto(error_state_));

Completed in 233 milliseconds