Lines Matching refs:ParsedResponse
51 function ParsedResponse(json) { class
62 ParsedResponse.prototype.response = function() {
67 ParsedResponse.prototype.body = function() {
72 ParsedResponse.prototype.running = function() {
77 ParsedResponse.prototype.lookup = function(handle) {
104 response = new ParsedResponse(resp);
127 response = new ParsedResponse(dcp.processDebugJSONRequest(json));
145 response = new ParsedResponse(dcp.processDebugJSONRequest(json));
162 response = new ParsedResponse(dcp.processDebugJSONRequest(json));
177 response = new ParsedResponse(dcp.processDebugJSONRequest(json));
191 response = new ParsedResponse(dcp.processDebugJSONRequest(json));
202 response = new ParsedResponse(dcp.processDebugJSONRequest(json));
210 response = new ParsedResponse(dcp.processDebugJSONRequest(json));
218 response = new ParsedResponse(dcp.processDebugJSONRequest(json));
226 response = new ParsedResponse(dcp.processDebugJSONRequest(json));
235 response = new ParsedResponse(dcp.processDebugJSONRequest(json));
240 response = new ParsedResponse(dcp.processDebugJSONRequest(json));
249 response = new ParsedResponse(resp);