Searched defs:m_connection (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebKit2/PluginProcess/
H A DPluginProcess.h86 RefPtr<CoreIPC::Connection> m_connection; member in class:WebKit::PluginProcess
H A DWebProcessConnection.h47 CoreIPC::Connection* connection() const { return m_connection.get(); }
71 RefPtr<CoreIPC::Connection> m_connection; member in class:WebKit::WebProcessConnection
H A DPluginControllerProxy.h143 WebProcessConnection* m_connection; member in class:WebKit::PluginControllerProxy
/external/webkit/Source/WebKit2/Shared/Plugins/
H A DNPRemoteObjectMap.h63 CoreIPC::Connection* connection() const { return m_connection; }
71 CoreIPC::Connection* m_connection; member in class:WebKit::NPRemoteObjectMap
/external/webkit/Source/WebCore/page/
H A DNavigator.h101 mutable RefPtr<Connection> m_connection; member in class:WebCore::Navigator
/external/webkit/Source/WebKit/android/wds/client/
H A DDevice.h45 : m_connection(conn)
57 const AdbConnection* m_connection; member in class:Device
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginProcessConnection.h54 CoreIPC::Connection* connection() const { return m_connection.get(); }
75 RefPtr<CoreIPC::Connection> m_connection; member in class:WebKit::PluginProcessConnection
H A DPluginProxy.h124 RefPtr<PluginProcessConnection> m_connection; member in class:WebKit::PluginProxy
/external/webkit/Source/WebKit2/UIProcess/Plugins/
H A DPluginProcessProxy.h125 RefPtr<CoreIPC::Connection> m_connection; member in class:WebKit::PluginProcessProxy
/external/webkit/Source/WebKit/android/wds/
H A DCommand.cpp94 , m_connection(connection) {}
95 virtual ~InternalCommand() { delete m_connection; }
99 if (!m_dispatch(m_frame, m_connection))
101 m_connection->write("EPIC FAIL!\n", 11);
106 const Connection* m_connection; member in class:android::WDS::InternalCommand
/external/webkit/Source/WebKit2/UIProcess/
H A DWebProcessProxy.h70 ASSERT(m_connection);
72 return m_connection.get();
88 bool isValid() const { return m_connection; }
156 RefPtr<CoreIPC::Connection> m_connection; member in class:WebKit::WebProcessProxy
190 return m_connection->sendSync(message, reply, destinationID, timeout);
/external/webkit/Source/WebKit2/WebProcess/
H A DWebProcess.h75 CoreIPC::Connection* connection() const { return m_connection.get(); }
184 RefPtr<CoreIPC::Connection> m_connection; member in class:WebKit::WebProcess
/external/webkit/Source/WebCore/platform/network/
H A DResourceHandleInternal.h95 , m_connection(0)
157 RetainPtr<CFURLConnectionRef> m_connection; member in class:WebCore::ResourceHandleInternal
159 RetainPtr<NSURLConnection> m_connection; member in class:WebCore::ResourceHandleInternal

Completed in 1206 milliseconds