HomeSort by relevance Sort by last modified time
    Searched refs:m_receivePort (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
ConnectionMac.cpp 53 ASSERT(m_receivePort);
59 m_connectionQueue.unregisterMachPortEventHandler(m_receivePort);
60 m_receivePort = MACH_PORT_NULL;
73 m_receivePort = identifier;
76 m_receivePort = MACH_PORT_NULL;
84 ASSERT(m_receivePort);
88 ASSERT(!m_receivePort);
92 mach_port_allocate(mach_task_self(), MACH_PORT_RIGHT_RECEIVE, &m_receivePort);
97 deprecatedSend(CoreIPCMessage::InitializeConnection, 0, MachPort(m_receivePort, MACH_MSG_TYPE_MAKE_SEND));
104 setMachPortQueueLength(m_receivePort, MACH_PORT_QLIMIT_LARGE)
    [all...]
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Connection.h 305 mach_port_t m_receivePort;

Completed in 32 milliseconds