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

  /external/webkit/WebCore/page/
Navigator.h 89 mutable RefPtr<Connection> m_connection; member in class:WebCore::Navigator
  /external/webkit/WebKit/android/wds/client/
Device.h 45 : m_connection(conn)
57 const AdbConnection* m_connection; member in class:Device
  /external/webkit/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/WebCore/platform/network/
ResourceHandleInternal.h 92 , m_connection(0)
163 RetainPtr<CFURLConnectionRef> m_connection; member in class:WebCore::ResourceHandleInternal
165 RetainPtr<NSURLConnection> m_connection; member in class:WebCore::ResourceHandleInternal

Completed in 29 milliseconds