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

  /external/chromium/third_party/libjingle/source/talk/base/
sslsocketfactory.cc 136 if (!logging_label_.empty() && binary_mode_) {
138 logging_label_.c_str(), binary_mode_);
172 if (!logging_label_.empty() && !binary_mode_) {
174 logging_label_.c_str(), binary_mode_);
sslsocketfactory.h 68 logging_label_ = label;
84 std::string hostname_, logging_label_; member in class:talk_base::SslSocketFactory

Completed in 549 milliseconds