OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:workItem
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit2/Platform/qt/
WorkQueueQt.cpp
40
WorkItemQt(WorkQueue* workQueue,
WorkItem
*
workItem
)
44
, m_workItem(
workItem
)
48
WorkItemQt(WorkQueue* workQueue, QObject* source, const char* signal,
WorkItem
*
workItem
)
52
, m_workItem(
workItem
)
77
WorkItem
* m_workItem;
80
QSocketNotifier* WorkQueue::registerSocketEventHandler(int socketDescriptor, QSocketNotifier::Type type, PassOwnPtr<
WorkItem
>
workItem
)
87
WorkQueue::WorkItemQt* itemQt = new WorkQueue::WorkItemQt(this, notifier, SIGNAL(activated(int)),
workItem
.leakPtr())
[
all
...]
/packages/apps/Gallery/src/com/android/camera/
ImageLoader.java
37
private final ArrayList<
WorkItem
> mQueue = new ArrayList<
WorkItem
>();
55
WorkItem
w = new
WorkItem
(image, imageLoadedRunnable, tag);
96
private static class
WorkItem
{
101
WorkItem
(IImage image, LoadedCallback onLoadedRunnable, int tag) {
120
WorkItem
workItem
= null;
126
workItem
= mQueue.remove(0);
137
final Bitmap b =
workItem
.mImage.miniThumbBitmap()
[
all
...]
/external/webkit/Source/WebKit2/Platform/mac/
WorkQueueMac.cpp
37
OwnPtr<
WorkItem
>
workItem
(static_cast<
WorkItem
*>(item));
45
workItem
->execute();
48
void WorkQueue::scheduleWork(PassOwnPtr<
WorkItem
> item)
53
void WorkQueue::scheduleWorkAfterDelay(PassOwnPtr<
WorkItem
> item, double delay)
62
EventSource(MachPortEventType eventType, dispatch_source_t dispatchSource, PassOwnPtr<
WorkItem
>
workItem
)
65
, m_workItem(
workItem
)
109
OwnPtr<
WorkItem
> m_workItem
[
all
...]
/external/webkit/Source/WebKit2/Platform/gtk/
WorkQueueGtk.cpp
40
EventSource(PassOwnPtr<
WorkItem
>
workItem
, WorkQueue* workQueue, GCancellable* cancellable)
41
: m_workItem(
workItem
)
97
PassOwnPtr<
WorkItem
> m_workItem;
141
void WorkQueue::registerEventSourceHandler(int fileDescriptor, int condition, PassOwnPtr<
WorkItem
> item)
188
void WorkQueue::scheduleWorkOnSource(GSource* dispatchSource, PassOwnPtr<
WorkItem
> item, GSourceFunc sourceCallback)
198
void WorkQueue::scheduleWork(PassOwnPtr<
WorkItem
> item)
207
void WorkQueue::scheduleWorkAfterDelay(PassOwnPtr<
WorkItem
> item, double delay)
215
void WorkQueue::scheduleWorkOnTermination(WebKit::PlatformProcessIdentifier process, PassOwnPtr<
WorkItem
> item)
Completed in 1000 milliseconds