Searched refs:debug_name_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
H A Dsctpdataengine.cc222 debug_name_("SctpDataMediaChannel") {
243 LOG(LS_VERBOSE) << debug_name_
250 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to create SCTP socket.";
257 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to set SCTP to non blocking.";
269 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to set SO_LINGER.";
285 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to set SCTP_EVENT type: "
311 LOG(LS_VERBOSE) << debug_name_ << "->Connect().";
315 LOG(LS_WARNING) << debug_name_ << "->Connect(): Ignored as socket "
331 LOG_ERRNO(LS_ERROR) << debug_name_ << "->Connect(): "
342 LOG_ERRNO(LS_ERROR) << debug_name_ << "Faile
[all...]
H A Dsctpdataengine.h176 debug_name_ = debug_name;
178 const std::string& debug_name() const { return debug_name_; }
225 std::string debug_name_; member in class:cricket::SctpDataMediaChannel
/external/chromium_org/cc/layers/
H A Dlayer_impl.h218 void SetDebugName(const std::string& debug_name) { debug_name_ = debug_name; }
219 std::string debug_name() const { return debug_name_; }
548 std::string debug_name_; member in class:cc::LayerImpl
H A Dlayer.h489 std::string debug_name_; member in class:cc::Layer
H A Dlayer.cc746 layer->SetDebugName(debug_name_);
873 debug_name_ = debug_name;
H A Dlayer_impl.cc393 layer->SetDebugName(debug_name_);

Completed in 75 milliseconds