Home
last modified time | relevance | path

Searched refs:QSocketNotifier (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebKit2/Platform/qt/
DWorkQueueQt.cpp80 QSocketNotifier* WorkQueue::registerSocketEventHandler(int socketDescriptor, QSocketNotifier::Type … in registerSocketEventHandler()
84 QSocketNotifier* notifier = new QSocketNotifier(socketDescriptor, type, 0); in registerSocketEventHandler()
/external/webkit/Source/WebKit2/Platform/
DWorkQueue.h87 QSocketNotifier* registerSocketEventHandler(int, QSocketNotifier::Type, PassOwnPtr<WorkItem>);
/external/webkit/Source/WebKit2/Platform/CoreIPC/unix/
DConnectionUnix.cpp128 SocketNotifierResourceGuard(QSocketNotifier* socketNotifier) in SocketNotifierResourceGuard()
140 QSocketNotifier* const m_socketNotifier;
289 …r = m_connectionQueue.registerSocketEventHandler(m_socketDescriptor, QSocketNotifier::Read, WorkIt… in open()
/external/webkit/Source/WebKit2/Platform/CoreIPC/
DConnection.h46 class QSocketNotifier; variable
330 QSocketNotifier* m_socketNotifier;
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpagui.h98 QSocketNotifier *msgNotifier;
Dwpagui.cpp393 msgNotifier = new QSocketNotifier(wpa_ctrl_get_fd(monitor_conn), in openCtrlConnection()
394 QSocketNotifier::Read, this); in openCtrlConnection()
/external/webkit/Tools/
DChangeLog-2010-05-2418349 [Qt] Don't use QSocketNotifier in the DRT for reading stdin
18351 QSocketNotifier is not available on Windows. Instead we read