HomeSort by relevance Sort by last modified time
    Searched defs:m_connection (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/WebKit2/Shared/Plugins/
NPRemoteObjectMap.h 63 CoreIPC::Connection* connection() const { return m_connection; }
71 CoreIPC::Connection* m_connection; member in class:WebKit::NPRemoteObjectMap
  /external/webkit/Source/WebKit2/PluginProcess/
PluginProcess.h 86 RefPtr<CoreIPC::Connection> m_connection; member in class:WebKit::PluginProcess
WebProcessConnection.h 47 CoreIPC::Connection* connection() const { return m_connection.get(); }
71 RefPtr<CoreIPC::Connection> m_connection; member in class:WebKit::WebProcessConnection
PluginControllerProxy.h 143 WebProcessConnection* m_connection; member in class:WebKit::PluginControllerProxy
  /external/webkit/Source/WebCore/page/
Navigator.h 101 mutable RefPtr<Connection> m_connection; member in class:WebCore::Navigator
  /external/webkit/Source/WebKit/android/wds/client/
Device.h 45 : m_connection(conn)
57 const AdbConnection* m_connection; member in class:Device
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProcessConnection.h 54 CoreIPC::Connection* connection() const { return m_connection.get(); }
75 RefPtr<CoreIPC::Connection> m_connection; member in class:WebKit::PluginProcessConnection
PluginProxy.h 124 RefPtr<PluginProcessConnection> m_connection; member in class:WebKit::PluginProxy
  /external/webkit/Source/WebKit/android/wds/
Command.cpp 94 , 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/Plugins/
PluginProcessProxy.h 125 RefPtr<CoreIPC::Connection> m_connection; member in class:WebKit::PluginProcessProxy
  /external/webkit/Source/WebKit2/UIProcess/
WebProcessProxy.h 70 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/
WebProcess.h 75 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/
ResourceHandleInternal.h 95 , 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 155 milliseconds