Lines Matching refs:response
114 DispatchResponse response = heapprofiler_->AddInspectedHeapObject(*params);
115 SendResponse(request, response);
120 DispatchResponse response = heapprofiler_->CollectGarbage();
121 SendResponse(request, response);
126 DispatchResponse response = heapprofiler_->Enable();
129 SendResponse(request, response, result);
134 DispatchResponse response = heapprofiler_->Disable();
135 SendResponse(request, response);
147 DispatchResponse response = heapprofiler_->GetHeapObjectId(*params, &objectId);
149 SendResponse(request, response, result);
161 DispatchResponse response = heapprofiler_->GetObjectByHeapObjectId(*params, &remoteObjectResult);
163 SendResponse(request, response);
168 SendResponse(request, response, result);
174 DispatchResponse response = heapprofiler_->GetSamplingProfile(&profile);
176 SendResponse(request, response);
182 SendResponse(request, response, result);
192 DispatchResponse response = heapprofiler_->StartSampling(*params);
193 SendResponse(request, response);
199 DispatchResponse response = heapprofiler_->StopSampling(&profile);
201 SendResponse(request, response);
206 SendResponse(request, response, result);
217 DispatchResponse response = heapprofiler_->StartTrackingHeapObjects(*params);
218 SendResponse(request, response);
228 DispatchResponse response = heapprofiler_->StopTrackingHeapObjects(*params);
229 SendResponse(request, response);
239 DispatchResponse response = heapprofiler_->TakeHeapSnapshot(*params);
240 SendResponse(request, response);