Searched refs:socketDescriptor (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit2/Platform/qt/
H A DWorkQueueQt.cpp80 QSocketNotifier* WorkQueue::registerSocketEventHandler(int socketDescriptor, QSocketNotifier::Type type, PassOwnPtr<WorkItem> workItem) argument
84 QSocketNotifier* notifier = new QSocketNotifier(socketDescriptor, type, 0);

Completed in 40 milliseconds