HomeSort by relevance Sort by last modified time
    Searched refs:protocol (Results 26 - 50 of 548) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/websockets/
ThreadableWebSocketChannel.cpp 53 PassRefPtr<ThreadableWebSocketChannel> ThreadableWebSocketChannel::create(ScriptExecutionContext* context, WebSocketChannelClient* client, const KURL& url, const String& protocol)
64 return WorkerThreadableWebSocketChannel::create(workerContext, client, mode, url, protocol);
69 return WebSocketChannel::create(context, client, url, protocol);
WorkerThreadableWebSocketChannel.h 56 static PassRefPtr<ThreadableWebSocketChannel> create(WorkerContext* workerContext, WebSocketChannelClient* client, const String& taskMode, const KURL& url, const String& protocol)
58 return adoptRef(new WorkerThreadableWebSocketChannel(workerContext, client, taskMode, url, protocol));
80 static Peer* create(RefPtr<ThreadableWebSocketChannelClientWrapper> clientWrapper, WorkerLoaderProxy& loaderProxy, ScriptExecutionContext* context, const String& taskMode, const KURL& url, const String& protocol)
82 return new Peer(clientWrapper, loaderProxy, context, taskMode, url, protocol);
97 Peer(RefPtr<ThreadableWebSocketChannelClientWrapper>, WorkerLoaderProxy&, ScriptExecutionContext*, const String& taskMode, const KURL&, const String& protocol);
108 Bridge(PassRefPtr<ThreadableWebSocketChannelClientWrapper>, PassRefPtr<WorkerContext>, const String& taskMode, const KURL&, const String& protocol);
123 static void mainThreadCreateWebSocketChannel(ScriptExecutionContext*, Bridge* thisPtr, RefPtr<ThreadableWebSocketChannelClientWrapper>, const String& taskMode, const KURL&, const String& protocol);
138 WorkerThreadableWebSocketChannel(WorkerContext*, WebSocketChannelClient*, const String& taskMode, const KURL&, const String& protocol);
  /external/iproute2/examples/diffserv/
Edge31-ca-u32 33 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 handle 1: u32 \
53 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 u32 \
62 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
70 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
82 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
90 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
101 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
113 $TC filter add dev $INDEV parent ffff: protocol ip prio 7 u32 \
144 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
146 $TC filter add $EGDEV parent 1:0 protocol ip prio 1
    [all...]
Edge32-cb-chains 55 $TC filter add dev $INDEV parent ffff: protocol ip prio 1 handle 1 fw \
58 $TC filter add dev $INDEV parent ffff: protocol ip prio 2 handle 1 fw \
65 $TC filter add dev $INDEV parent ffff: protocol ip prio 3 handle 1 fw \
68 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 handle 1 fw \
75 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 handle 1 fw \
78 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 handle 1 fw \
85 $TC filter add dev $INDEV parent ffff: protocol ip prio 7 handle 2 fw \
118 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
120 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
122 $TC filter add $EGDEV parent 1:0 protocol ip prio 1
    [all...]
Edge32-cb-u32 55 $TC filter add dev $INDEV parent ffff: protocol ip prio 1 u32 \
58 $TC filter add dev $INDEV parent ffff: protocol ip prio 2 u32 \
66 $TC filter add dev $INDEV parent ffff: protocol ip prio 3 u32 \
69 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 u32 \
76 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
79 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
87 $TC filter add dev $INDEV parent ffff: protocol ip prio 7 u32 \
119 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
121 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
123 $TC filter add $EGDEV parent 1:0 protocol ip prio 1
    [all...]
Edge31-cb-chains 52 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 handle 1 fw \
59 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 handle 1 fw \
66 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 handle 1 fw \
73 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 handle 2 fw \
106 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
108 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
110 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
112 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
  /external/webkit/WebKit/mac/Plugins/
WebPluginViewFactory.h 50 WebPlugInContainer informal protocol. This object is used for
72 @protocol WebPlugInViewFactory
74 The principal class of the plug-in bundle must implement this protocol.
77 @protocol WebPlugInViewFactory <NSObject>
82 @result Returns an NSView object that conforms to the WebPlugIn informal protocol.
  /external/webkit/WebKit/mac/WebView/
WebDocument.h 35 @protocol WebDocumentView
36 @discussion Protocol implemented by the document view of WebFrameView
38 @protocol WebDocumentView <NSObject>
86 @protocol WebDocumentSearching
87 @discussion Optional protocol for searching document view of WebFrameView.
89 @protocol WebDocumentSearching <NSObject>
104 @protocol WebDocumentText
105 @discussion Optional protocol for supporting text operations.
107 @protocol WebDocumentText <NSObject>
156 @protocol WebDocumentRepresentatio
    [all...]
WebVideoFullscreenHUDWindowController.h 32 @protocol WebVideoFullscreenHUDWindowControllerDelegate;
61 @protocol WebVideoFullscreenHUDWindowControllerDelegate <NSObject>
  /external/apache-http/src/org/apache/http/
HttpResponseFactory.java 34 import org.apache.http.protocol.HttpContext;
51 * @param ver the protocol version
  /external/apache-http/src/org/apache/http/client/protocol/
ClientContext.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/protocol/ClientContext.java $
32 package org.apache.http.client.protocol;
36 * {@link org.apache.http.protocol.HttpContext Context}
  /external/apache-http/src/org/apache/http/conn/
ConnectionKeepAliveStrategy.java 35 import org.apache.http.protocol.HttpContext;
  /external/apache-http/src/org/apache/http/conn/routing/
HttpRoutePlanner.java 37 import org.apache.http.protocol.HttpContext;
  /external/apache-http/src/org/apache/http/impl/
NoConnectionReuseStrategy.java 36 import org.apache.http.protocol.HttpContext;
  /external/apache-http/src/org/apache/http/protocol/
HttpExpectationVerifier.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpExpectationVerifier.java $
32 package org.apache.http.protocol;
HttpRequestHandler.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpRequestHandler.java $
32 package org.apache.http.protocol;
HttpRequestInterceptorList.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpRequestInterceptorList.java $
32 package org.apache.http.protocol;
HttpResponseInterceptorList.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpResponseInterceptorList.java $
32 package org.apache.http.protocol;
SyncBasicHttpContext.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/SyncBasicHttpContext.java $
32 package org.apache.http.protocol;
  /external/chromium/net/tools/fetch/
http_server_response_info.h 18 // The response protocol
19 std::string protocol; member in class:HttpServerResponseInfo
  /external/dbus/dbus/
dbus-marshal-byteswap.h 28 #include <dbus/dbus-protocol.h>
  /external/nist-sip/java/javax/sip/header/
ReasonHeader.java 13 void setProtocol(String protocol) throws ParseException;
  /external/ppp/pppd/plugins/pppoatm/
atmsap.h 14 * Selected ISO/IEC TR 9577 Network Layer Protocol Identifiers (NLPID)
43 void atm_tcpip_port_mapping(char *vs_id,uint8_t protocol,uint16_t port);
  /external/webkit/WebCore/bridge/objc/
WebScriptObject.h 31 @protocol WebScriptObject
42 @protocol WebUndefined
  /external/webkit/WebCore/page/
OriginAccessEntry.h 47 // If host is empty string and SubdomainSetting is AllowSubdomains, the entry will match all domains in the specified protocol.
48 OriginAccessEntry(const String& protocol, const String& host, SubdomainSetting);

Completed in 380 milliseconds

12 3 4 5 6 7 8 91011>>