Searched refs:stack_trace_ (Results 1 – 6 of 6) sorted by relevance
151 stack_trace_(stack_trace), in RuntimeError()167 for (StackTrace::const_iterator iter = stack_trace_.begin(); in ToValue()168 iter != stack_trace_.end(); ++iter) { in ToValue()187 for (StackTrace::const_iterator iter = stack_trace_.begin(); in PrintForTest()188 iter != stack_trace_.end(); ++iter) { in PrintForTest()208 stack_trace_.size() == error->stack_trace_.size() && in IsEqualImpl()209 (stack_trace_.empty() || stack_trace_[0] == error->stack_trace_[0]); in IsEqualImpl()229 if (!stack_trace_.empty() && source_ != stack_trace_[0].source) in CleanUpInit()230 source_ = stack_trace_[0].source; in CleanUpInit()
141 const StackTrace& stack_trace() const { return stack_trace_; } in stack_trace()164 StackTrace stack_trace_; variable
316 base::debug::StackTrace stack_trace_; variable
874 scoped_ptr<const base::debug::StackTrace> stack_trace_; in NON_EXPORTED_BASE() local
1237 stack_trace_.reset(stack_trace_copy); in set_stack_trace()1241 return stack_trace_.get(); in stack_trace()
511 request_->set_stack_trace(stack_trace_); in StartURLRequest()