Home
last modified time | relevance | path

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

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