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

/external/webkit/Source/WebKit2/Platform/qt/
H A DWorkQueueQt.cpp40 WorkItemQt(WorkQueue* workQueue, WorkItem* workItem) argument
44 , m_workItem(workItem)
48 WorkItemQt(WorkQueue* workQueue, QObject* source, const char* signal, WorkItem* workItem) argument
52 , m_workItem(workItem)
80 QSocketNotifier* WorkQueue::registerSocketEventHandler(int socketDescriptor, QSocketNotifier::Type type, PassOwnPtr<WorkItem> workItem) argument
87 WorkQueue::WorkItemQt* itemQt = new WorkQueue::WorkItemQt(this, notifier, SIGNAL(activated(int)), workItem.leakPtr());
121 void WorkQueue::scheduleWorkOnTermination(WebKit::PlatformProcessIdentifier process, PassOwnPtr<WorkItem> workItem) argument
123 WorkQueue::WorkItemQt* itemQt = new WorkQueue::WorkItemQt(this, process, SIGNAL(finished(int, QProcess::ExitStatus)), workItem.leakPtr());
/external/webkit/Source/WebKit2/Platform/mac/
H A DWorkQueueMac.cpp37 OwnPtr<WorkItem> workItem(static_cast<WorkItem*>(item));
45 workItem->execute();
62 EventSource(MachPortEventType eventType, dispatch_source_t dispatchSource, PassOwnPtr<WorkItem> workItem) argument
65 , m_workItem(workItem)
112 void WorkQueue::registerMachPortEventHandler(mach_port_t machPort, MachPortEventType eventType, PassOwnPtr<WorkItem> workItem) argument
126 EventSource* eventSource = new EventSource(eventType, dispatchSource, workItem);
/external/webkit/Source/WebKit2/Platform/gtk/
H A DWorkQueueGtk.cpp40 EventSource(PassOwnPtr<WorkItem> workItem, WorkQueue* workQueue, GCancellable* cancellable) argument
41 : m_workItem(workItem)

Completed in 78 milliseconds