Home
last modified time | relevance | path

Searched refs:Connection (Results 1 – 25 of 42) sorted by relevance

12

/external/webkit/WebCore/page/
DConnection.h34 class Connection : public RefCounted<Connection> {
44 static PassRefPtr<Connection> create() { return adoptRef(new Connection()); } in create()
49 Connection() { } in Connection() function
DNavigator.h38 class Connection; variable
66 Connection* connection() const;
89 mutable RefPtr<Connection> m_connection;
DConnection.cpp34 Connection::ConnectionType Connection::type() const in type()
DNavigator.cpp166 Connection* Navigator::connection() const in connection()
169 m_connection = Connection::create(); in connection()
DConnection.idl28 interface Connection {
DNavigator.idl45 readonly attribute Connection connection;
/external/qemu/proxy/
Dproxy_http_connector.c32 typedef struct Connection { struct
35 } Connection; typedef
50 connection_init( Connection* conn ) in connection_init()
86 Connection* conn = (Connection*)root; in connection_select()
110 Connection* conn = (Connection*)root; in connection_poll()
179 Connection* conn; in http_connector_connect()
/external/webkit/WebKit/android/wds/
DCommand.cpp51 static bool callDumpRenderTree(const Frame* frame, const Connection* conn) { in callDumpRenderTree()
57 static bool callDumpDomTree(const Frame* frame, const Connection* conn) { in callDumpDomTree()
91 const Connection* connection) in InternalCommand()
106 const Connection* m_connection;
133 Command* Command::Find(const Connection* conn) { in Find()
DConnection.h53 class Connection {
55 Connection(int conn): m_socket(conn) {} in Connection() function
77 Connection* accept() const;
DCommand.h44 class Connection; variable
53 typedef bool (*DispatchFunction)(const Frame*, const Connection*);
87 static Command* Find(const Connection* conn);
DConnection.cpp80 Connection* ConnectionServer::accept() const { in accept()
86 return new Connection(conn); in accept()
DDebugServer.cpp91 Connection* conn = cs.accept(); in start()
/external/webkit/WebCore/platform/network/
DNetworkStateNotifier.h72 Connection::ConnectionType type() const { return m_type; } in type()
79 Connection::ConnectionType m_type;
109 void networkTypeChange(Connection::ConnectionType type);
123 , m_type(Connection::Unknown) in NetworkStateNotifier()
/external/webkit/WebKit/android/jni/
DJavaBridge.cpp366 Connection::ConnectionType connectionType = Connection::Unknown; in SetNetworkType()
368 connectionType = Connection::WiFi; in SetNetworkType()
371 connectionType = Connection::Cell_2G; in SetNetworkType()
373 connectionType = Connection::Cell_3G; in SetNetworkType()
/external/webkit/WebCore/platform/network/android/
DNetworkStateNotifierAndroid.cpp43 void NetworkStateNotifier::networkTypeChange(Connection::ConnectionType type) in networkTypeChange()
/external/bluetooth/bluez/doc/
Daudio-api.txt45 Connection attempt failed
174 Connection attempt failed
268 Connection attempt failed
331 Connection attempt failed
/external/webkit/WebKit/
DAndroid.mk89 android/wds/Connection.cpp \
/external/tcpdump/tests/
Dprint-AA.new18 Connection: Keep-Alive
34 Connection: Keep-Alive
Dprint-AA.out18 Connection: Keep-Alive
34 Connection: Keep-Alive
Dprint-A.out18 Connection: Keep-Alive
34 Connection: Keep-Alive
Dprint-A.new18 Connection: Keep-Alive
34 Connection: Keep-Alive
/external/dropbear/
Dfilelist.txt41 Connection draft-ietf-secsh-connect-17.txt
/external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
Dstandalone.py193 socket_ = OpenSSL.SSL.Connection(ctx, socket_)
/external/webkit/WebCore/bindings/v8/
DV8Index.h542 V(CONNECTION, Connection)
/external/quake/quake/src/QW/
Dqwchangelog.txt163 - fixed annoying NET_GetPacket: Connection Refused msgs

12