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

  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine.cc 252 debug_name_("SctpDataMediaChannel") {
273 LOG(LS_VERBOSE) << debug_name_
280 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to create SCTP socket.";
287 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to set SCTP to non blocking.";
299 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to set SO_LINGER.";
306 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to set SCTP_NODELAY.";
322 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to set SCTP_EVENT type: "
348 LOG(LS_VERBOSE) << debug_name_ << "->Connect().";
358 LOG(LS_WARNING) << debug_name_ << "->Connect(): Ignored as socket "
374 LOG_ERRNO(LS_ERROR) << debug_name_ << "->Connect():
    [all...]
sctpdataengine.h 180 debug_name_ = debug_name;
182 const std::string& debug_name() const { return debug_name_; }
226 std::string debug_name_; member in class:cricket::SctpDataMediaChannel
  /external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.h 73 std::string debug_name_; member in class:content::ContextProviderCommandBuffer
context_provider_command_buffer.cc 52 debug_name_(debug_name),
94 base::StringPrintf("%s-%p", debug_name_.c_str(), context3d_.get());
  /external/chromium_org/webkit/common/gpu/
context_provider_in_process.h 72 std::string debug_name_; member in class:webkit::gpu::ContextProviderInProcess
context_provider_in_process.cc 69 debug_name_(debug_name) {
95 base::StringPrintf("%s-%p", debug_name_.c_str(), context3d_.get());
  /external/chromium_org/cc/layers/
layer_impl.h 277 void SetDebugName(const std::string& debug_name) { debug_name_ = debug_name; }
278 std::string debug_name() const { return debug_name_; }
634 std::string debug_name_; member in class:cc::LayerImpl
layer_impl.cc 507 layer->SetDebugName(debug_name_);
    [all...]

Completed in 1294 milliseconds