/external/chromium_org/net/websockets/ |
websocket_deflate_predictor_impl_test.cc | 5 #include "net/websockets/websocket_deflate_predictor_impl.h" 9 #include "net/websockets/websocket_frame.h"
|
websocket_basic_handshake_stream.cc | 5 #include "net/websockets/websocket_basic_handshake_stream.h" 24 #include "net/websockets/websocket_basic_stream.h" 25 #include "net/websockets/websocket_handshake_constants.h" 26 #include "net/websockets/websocket_handshake_handler.h" 27 #include "net/websockets/websocket_stream.h" 33 std::string raw_challenge(websockets::kRawChallengeLength, '\0'); 77 &state, websockets::kSecWebSocketProtocol, &token)) { 97 &state, websockets::kSecWebSocketExtensions, &token)) { 131 DCHECK(!headers.HasHeader(websockets::kSecWebSocketKey)); 132 DCHECK(!headers.HasHeader(websockets::kSecWebSocketProtocol)) [all...] |
websocket_handshake_stream_create_helper.cc | 5 #include "net/websockets/websocket_handshake_stream_create_helper.h" 12 #include "net/websockets/websocket_basic_handshake_stream.h"
|
websocket_deflate_predictor_impl.cc | 5 #include "net/websockets/websocket_deflate_predictor_impl.h"
|
websocket_handshake_constants.cc | 5 #include "net/websockets/websocket_handshake_constants.h" 8 namespace websockets { namespace in namespace:net 37 } // namespace websockets
|
websocket_stream.cc | 5 #include "net/websockets/websocket_stream.h" 13 #include "net/websockets/websocket_errors.h" 14 #include "net/websockets/websocket_handshake_constants.h" 15 #include "net/websockets/websocket_handshake_stream_base.h" 16 #include "net/websockets/websocket_handshake_stream_create_helper.h" 17 #include "net/websockets/websocket_test_util.h" 141 headers.SetHeader(websockets::kUpgrade, websockets::kWebSocketLowercase); 142 headers.SetHeader(HttpRequestHeaders::kConnection, websockets::kUpgrade); 145 headers.SetHeader(websockets::kSecWebSocketVersion [all...] |
websocket_handshake_handler.cc | 5 #include "net/websockets/websocket_handshake_handler.h" 19 #include "net/websockets/websocket_handshake_constants.h" 118 websockets::kSecWebSocketVersionLowercase}; 210 request_info.extra_headers.RemoveHeader(websockets::kUpgrade); 215 websockets::kSecWebSocketKey, &key); 217 request_info.extra_headers.RemoveHeader(websockets::kSecWebSocketKey); 243 websockets::kUpgradeLowercase) || 248 websockets::kSecWebSocketVersionLowercase)) { 253 websockets::kSecWebSocketKeyLowercase)) { 264 websockets::kSecWebSocketProtocolLowercase) | [all...] |
PRESUBMIT.py | 5 """Chromium presubmit script for src/net/websockets. 40 'One or more files were added to net/websockets without being added\n' 41 'to net/websockets/README.\n', added_source_filenames)] 46 'One or more files added to net/websockets but not found in the README '
|
websocket_deflate_predictor_impl.h | 12 #include "net/websockets/websocket_deflate_predictor.h"
|
websocket_deflate_stream.h | 15 #include "net/websockets/websocket_deflater.h" 16 #include "net/websockets/websocket_frame.h" 17 #include "net/websockets/websocket_inflater.h" 18 #include "net/websockets/websocket_stream.h"
|
websocket_errors_test.cc | 5 #include "net/websockets/websocket_errors.h"
|
websocket_handshake_constants.h | 17 // This file plases constants inside the ::net::websockets namespace to avoid 20 namespace websockets { namespace in namespace:net 86 } // namespace websockets
|
websocket_handshake_stream_base.h | 9 // Since net/http can be built without linking net/websockets code, 10 // this file must not introduce any link-time dependencies on websockets. 18 #include "net/websockets/websocket_stream.h"
|
websocket_errors.cc | 5 #include "net/websockets/websocket_errors.h"
|
websocket_handshake_stream_create_helper_test.cc | 5 #include "net/websockets/websocket_handshake_stream_create_helper.h" 15 #include "net/websockets/websocket_basic_handshake_stream.h" 16 #include "net/websockets/websocket_stream.h" 17 #include "net/websockets/websocket_test_util.h"
|
/external/chromium_org/net/url_request/ |
websocket_handshake_userdata_key.h | 6 // net/url_request because net/websockets is not linked in on iOS.
|
/external/chromium_org/third_party/WebKit/Source/modules/ |
modules.gypi | 208 'websockets/CloseEvent.idl', 209 'websockets/WebSocket.idl', 762 'websockets/CloseEvent.h', 763 'websockets/MainThreadWebSocketChannel.cpp', 764 'websockets/MainThreadWebSocketChannel.h', 765 'websockets/NewWebSocketChannelImpl.cpp', 766 'websockets/NewWebSocketChannelImpl.h', 767 'websockets/ThreadableWebSocketChannelClientWrapper.cpp', 768 'websockets/ThreadableWebSocketChannelClientWrapper.h', 769 'websockets/WebSocket.cpp' [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/ |
README.txt | 11 This example depends on WebSockets, so it must be run inside a servlet container 12 which supports WebSockets.
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/ |
README.txt | 11 This example depends on WebSockets, so it must be run inside a servlet container 12 which supports WebSockets.
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
WebSocketChannel.cpp | 33 #include "modules/websockets/WebSocketChannel.h" 43 #include "modules/websockets/MainThreadWebSocketChannel.h" 44 #include "modules/websockets/ThreadableWebSocketChannelClientWrapper.h" 45 #include "modules/websockets/WebSocketChannelClient.h" 46 #include "modules/websockets/WorkerThreadableWebSocketChannel.h"
|
WebSocketDeflateFramer.h | 34 #include "modules/websockets/WebSocketDeflater.h" 35 #include "modules/websockets/WebSocketExtensionProcessor.h" 36 #include "modules/websockets/WebSocketFrame.h"
|
/external/chromium_org/net/ |
net.target.darwin-arm.mk | 471 net/websockets/websocket_basic_handshake_stream.cc \ 472 net/websockets/websocket_basic_stream.cc \ 473 net/websockets/websocket_channel.cc \ 474 net/websockets/websocket_deflate_predictor_impl.cc \ 475 net/websockets/websocket_deflate_stream.cc \ 476 net/websockets/websocket_deflater.cc \ 477 net/websockets/websocket_errors.cc \ 478 net/websockets/websocket_extension.cc \ 479 net/websockets/websocket_extension_parser.cc \ 480 net/websockets/websocket_frame.cc [all...] |
net.target.darwin-mips.mk | 471 net/websockets/websocket_basic_handshake_stream.cc \ 472 net/websockets/websocket_basic_stream.cc \ 473 net/websockets/websocket_channel.cc \ 474 net/websockets/websocket_deflate_predictor_impl.cc \ 475 net/websockets/websocket_deflate_stream.cc \ 476 net/websockets/websocket_deflater.cc \ 477 net/websockets/websocket_errors.cc \ 478 net/websockets/websocket_extension.cc \ 479 net/websockets/websocket_extension_parser.cc \ 480 net/websockets/websocket_frame.cc [all...] |
net.target.darwin-x86.mk | 471 net/websockets/websocket_basic_handshake_stream.cc \ 472 net/websockets/websocket_basic_stream.cc \ 473 net/websockets/websocket_channel.cc \ 474 net/websockets/websocket_deflate_predictor_impl.cc \ 475 net/websockets/websocket_deflate_stream.cc \ 476 net/websockets/websocket_deflater.cc \ 477 net/websockets/websocket_errors.cc \ 478 net/websockets/websocket_extension.cc \ 479 net/websockets/websocket_extension_parser.cc \ 480 net/websockets/websocket_frame.cc [all...] |
net.target.linux-arm.mk | 471 net/websockets/websocket_basic_handshake_stream.cc \ 472 net/websockets/websocket_basic_stream.cc \ 473 net/websockets/websocket_channel.cc \ 474 net/websockets/websocket_deflate_predictor_impl.cc \ 475 net/websockets/websocket_deflate_stream.cc \ 476 net/websockets/websocket_deflater.cc \ 477 net/websockets/websocket_errors.cc \ 478 net/websockets/websocket_extension.cc \ 479 net/websockets/websocket_extension_parser.cc \ 480 net/websockets/websocket_frame.cc [all...] |