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

  /external/chromium_org/third_party/webrtc/base/
sslsocketfactory.h 52 logging_label_ = label;
71 std::string hostname_, logging_label_; member in class:rtc::SslSocketFactory
sslsocketfactory.cc 130 if (!logging_label_.empty() && binary_mode_) {
132 logging_label_.c_str(), binary_mode_);
166 if (!logging_label_.empty() && !binary_mode_) {
168 logging_label_.c_str(), binary_mode_);

Completed in 41 milliseconds