Searched refs:parameter_copy_storage_ (Results 1 – 2 of 2) sorted by relevance
71 parameter_copy_storage_ = other.parameter_copy_storage_; in CopyFrom()150 parameter_copy_storage_ = new RefCountedString; in Initialize()151 parameter_copy_storage_->data().resize(alloc_size); in Initialize()152 char* ptr = string_as_array(¶meter_copy_storage_->data()); in Initialize()174 parameter_copy_storage_ = NULL; in Reset()197 if (parameter_copy_storage_) in EstimateTraceMemoryOverhead()198 overhead->AddRefCountedString(*parameter_copy_storage_.get()); in EstimateTraceMemoryOverhead()
144 return parameter_copy_storage_.get(); in parameter_copy_storage()170 scoped_refptr<base::RefCountedString> parameter_copy_storage_; variable