HomeSort by relevance Sort by last modified time
    Searched full:websocket (Results 76 - 100 of 137) sorted by null

1 2 34 5 6

  /external/webkit/Source/WebCore/dom/
EventTarget.h 65 class WebSocket;
131 virtual WebSocket* toWebSocket();
EventTarget.cpp 134 WebSocket* EventTarget::toWebSocket()
  /external/webkit/Source/WebCore/inspector/front-end/
Resource.js 47 WebSocket: 7,
70 case this.WebSocket:
71 return WebInspector.UIString("WebSocket");
95 case this.WebSocket:
96 return "websocket";
397 case WebInspector.Resource.Type.WebSocket:
650 || this.type === WebInspector.Resource.Type.WebSocket)
740 if (this.type === WebInspector.Resource.Type.WebSocket) {
AuditLauncherView.js 69 if (resource.type === WebInspector.Resource.Type.WebSocket)
79 if (resource.type === WebInspector.Resource.Type.WebSocket)
NetworkManager.js 250 resource.type = WebInspector.Resource.Type.WebSocket;
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
extensions.py 52 """WebSocket DEFLATE stream extension processor."""
108 """WebSocket Per-frame DEFLATE extension processor."""
366 """WebSocket Per-frame compression extension processor."""
606 """WebSocket Per-message compression extension processor."""
626 """WebSocket multiplexing extension processor."""
mux.py 34 http://tools.ietf.org/html/draft-ietf-hybi-websocket-multiplexing-03
648 """Mimics the Stream class. This class interprets multiplexed WebSocket
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
websocket_server.py 128 'websocket', 'tests'))
133 'http', 'tests', 'websocket', 'tests')
173 '--cgi-paths', '/websocket/tests',
http_lock.py 29 http and websocket tests in a same time."""
test.py 173 tests.add('websocket/tests/passes/text.html')
365 LAYOUTTEST_WEBSOCKET_DIR = "http/tests/websocket/tests/"
405 # websocket tests
base.py 393 LAYOUTTEST_WEBSOCKET_DIR = "http/tests/websocket/tests/"
471 # websocket tests
627 """Start a websocket server if it is available. Do nothing if
650 """Shut down the websocket server if it is running. Do nothing if
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
JSWorkerContextCustom.cpp 99 JSValue JSWorkerContext::webSocket(ExecState* exec) const
  /external/webkit/Source/WebCore/workers/
WorkerContext.idl 96 attribute [JSCCustomGetter,EnabledAtRuntime] WebSocketConstructor WebSocket; // Usable with the new operator
  /external/webkit/Source/WebKit/chromium/src/
WebKit.cpp 40 #include "WebSocket.h"
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
worker_mixin.py 98 _log.debug('Starting WebSocket server ...')
106 _log.debug('Stopping WebSocket server ...')
test_runner.py 222 self.WEBSOCKET_SUBDIR = self._fs.join('', 'websocket', '')
476 return 'http' in split_path or 'websocket' in split_path
487 put each (non-HTTP/websocket) test into its own shard for maximum
594 """Returns whether the test runner needs a WEBSOCKET server."""
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
V8DOMWrapper.cpp 393 if (WebSocket* webSocket = target->toWebSocket())
394 return toV8(webSocket);
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_msgutil.py 501 data += compress.compress('\x81\x89' + _mask_hybi('WebSocket'))
516 self.assertEqual('WebSocket', msgutil.receive_message(request))
537 compressed_websocket = compress.compress('WebSocket')
559 self.assertEqual('WebSocket', msgutil.receive_message(request))
637 compressed_websocket = compress.compress('WebSocket')
661 self.assertEqual('WebSocket', msgutil.receive_message(request))
    [all...]
  /external/webkit/Source/WebCore/websockets/
WorkerThreadableWebSocketChannel.cpp 409 // Caller of this function should hold a reference to the bridge, because this function may call WebSocket::didClose() in the end,
410 // which causes the bridge to get disconnected from the WebSocket and deleted if there is no other reference.
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8WorkerContextCustom.cpp 44 #include "WebSocket.h"
  /external/webkit/Source/WebCore/platform/network/cf/
SocketStreamHandleCFNet.cpp 115 return CFSTR("WebSocket proxy PAC file execution");
178 // WebSocket protocol relies on handshake being transferred unchanged, so we need a proxy that will not modify headers.
187 // CFNetworkCopyProxiesForURL doesn't know about WebSocket schemes, so pretend to use http.
261 // WebSocket protocol relies on handshake being transferred unchanged, so we need a proxy that will not modify headers.
  /external/webkit/Source/WebCore/inspector/
Inspector.json 299 "description": "Network domain allows tracking network activities of the page. It exposes information about HTTP and WebSocket requests and responses, their headers, bodies, timing, etc. It also allows getting the tree of the Frames on the page along with information about their resources.",
352 "enum": ["Document", "Stylesheet", "Image", "Font", "Script", "XHR", "WebSocket", "Other"],
543 "description": "Fired when WebSocket is about to initiate handshake.",
547 { "name": "request", "type": "object", "description": "WebSocket request data." }
552 "description": "Fired when WebSocket handshake response becomes available.",
556 { "name": "response", "type": "object", "description": "WebSocket response data." }
561 "description": "Fired upon WebSocket creation.",
564 { "name": "url", "type": "string", "description": "WebSocket request URL." }
569 "description": "Fired when WebSocket is closed.",
    [all...]
  /external/webkit/Tools/Scripts/
old-run-webkit-tests 268 print "WARNING: Your platform does not have Python 2.5+, which is required to run websocket server, so disabling websocket/tests.\n";
518 $ignoredDirectories{'websocket'} = 1;
521 $ignoredDirectories{'websocket'} = 1;
769 if ($test =~ /^http\/tests\/websocket\//) {
770 if ($test =~ /^websocket\/tests\/local\//) {
781 if ($test =~ /^http\/tests\/websocket\/tests\/ssl\//) {
789 # We failed to launch the WebSocket server. Display a useful error message rather than attempting
791 my $errorMessagePath = "$testDirectory/http/tests/websocket/resources/server-failed-to-start.html";
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/
index.html 84 var ws = new WebSocket("ws://" + location.host + "/ws");
  /external/chromium/net/spdy/
spdy_stream.h 204 // Interface for Spdy[Http|WebSocket]Stream to use.

Completed in 1063 milliseconds

1 2 34 5 6