Lines Matching refs:ProtocolMessage
1129 var o = new ProtocolMessage();
1176 var o = new ProtocolMessage();
1284 function ProtocolMessage(request) {
1304 ProtocolMessage.prototype.setOption = function(name, value) {
1312 ProtocolMessage.prototype.failed = function(message, opt_details) {
1321 ProtocolMessage.prototype.toJSONProtocol = function() {
1373 return new ProtocolMessage(request);