Searched defs:selected_protocol (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Dwebsocket_dispatcher_host.cc114 const std::string& selected_protocol,
117 routing_id, fail, selected_protocol, extensions)) ==
111 SendAddChannelResponse( int routing_id, bool fail, const std::string& selected_protocol, const std::string& extensions) argument
H A Dwebsocket_host.cc163 const std::string& selected_protocol,
167 << " selected_protocol=\"" << selected_protocol << "\""
171 routing_id_, fail, selected_protocol, extensions));
161 OnAddChannelResponse( bool fail, const std::string& selected_protocol, const std::string& extensions) argument
/external/chromium_org/content/child/
H A Dwebsocket_bridge.cc84 const std::string& selected_protocol,
89 << selected_protocol << ", "
96 WebString protocol_to_pass = WebString::fromUTF8(selected_protocol);
83 DidConnect(bool fail, const std::string& selected_protocol, const std::string& extensions) argument
/external/chromium_org/mojo/services/network/
H A Dweb_socket_impl.cc109 const std::string& selected_protocol,
115 fail, selected_protocol, extensions, data_pipe.consumer_handle.Pass());
107 OnAddChannelResponse( bool fail, const std::string& selected_protocol, const std::string& extensions) argument
/external/chromium_org/third_party/boringssl/src/ssl/
H A Ds3_srvr.c2690 CBS next_protocol, selected_protocol, padding; local
2730 if (!CBS_get_u8_length_prefixed(&next_protocol, &selected_protocol) ||
2735 if (!CBS_stow(&selected_protocol,

Completed in 164 milliseconds