Searched refs:response_message (Results 1 – 9 of 9) sorted by relevance
137 std::string* response_message) { in AppendHeader() argument145 response_message->reserve(response_message->size() + extra_size); in AppendHeader()146 response_message->append(header.begin(), header.end()); in AppendHeader()147 response_message->append(kColonSpace, kColonSpace + kColonSpaceSize); in AppendHeader()148 response_message->append(value.begin(), value.end()); in AppendHeader()149 response_message->append(kCrNl, kCrNl + kCrNlSize); in AppendHeader()364 std::string response_message; in ParseResponseInfo() local365 response_message = response_info.headers->GetStatusLine(); in ParseResponseInfo()366 response_message += "\r\n"; in ParseResponseInfo()370 &response_message); in ParseResponseInfo()[all …]
333 std::string response_message; in ParseResponseInfo() local334 response_message = response_info.headers->GetStatusLine(); in ParseResponseInfo()335 response_message += "\r\n"; in ParseResponseInfo()336 response_message += "Upgrade: WebSocket\r\n"; in ParseResponseInfo()337 response_message += "Connection: Upgrade\r\n"; in ParseResponseInfo()342 response_message += name + ": " + value + "\r\n"; in ParseResponseInfo()344 response_message += "\r\n"; in ParseResponseInfo()350 response_message.append(digest_data, sizeof(digest.a)); in ParseResponseInfo()352 return ParseRawResponse(response_message.data(), in ParseResponseInfo()353 response_message.size()) == response_message.size(); in ParseResponseInfo()[all …]
91 DBusMessage* response_message = in CallMethodAndBlock() local95 response_message ? 1 : 0, in CallMethodAndBlock()101 if (!response_message) { in CallMethodAndBlock()112 return Response::FromRawMessage(response_message); in CallMethodAndBlock()137 DBusMessage* response_message = NULL; in CallMethodWithErrorCallback() local143 response_message); in CallMethodWithErrorCallback()254 DBusMessage* response_message = NULL; in StartAsyncMethodCall() local260 response_message); in StartAsyncMethodCall()296 DBusMessage* response_message = dbus_pending_call_steal_reply(pending_call); in OnPendingCallIsComplete() local302 response_message); in OnPendingCallIsComplete()[all …]
215 DBusMessage* response_message);
844 DBusMessage* response_message = in GetServiceOwnerAndBlock() local848 if (!response_message) { in GetServiceOwnerAndBlock()856 scoped_ptr<Response> response(Response::FromRawMessage(response_message)); in GetServiceOwnerAndBlock()
124 scoped_ptr<DevToolsRemoteMessage> response_message( in SendResponse() local128 delegate_->Send(*response_message.get()); in SendResponse()161 scoped_ptr<DevToolsRemoteMessage> response_message( in DebuggerOutput() local166 delegate_->Send(*(response_message.get())); in DebuggerOutput()
103 scoped_ptr<DevToolsRemoteMessage> response_message( in ProcessJson() local107 delegate_->Send(*response_message.get()); in ProcessJson()
217 scoped_ptr<DevToolsRemoteMessage> response_message( in SendResponse() local220 delegate_->Send(*response_message.get()); in SendResponse()
43 std::string response_message; in GetJsonDictinaryAndCheckSuccess() local44 if (!response_dictionary->GetString("message", &response_message)) { in GetJsonDictinaryAndCheckSuccess()48 *message = response_message; in GetJsonDictinaryAndCheckSuccess()