OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WorkItem
(Results
1 - 2
of
2
) sorted by null
/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/chromium/net/http/
http_cache.cc
62
WorkItem
* writer;
77
class HttpCache::
WorkItem
{
79
WorkItem
(ActiveEntry** entry, CompletionCallback* callback,
82
~
WorkItem
() {}
348
WorkItem
* item = new
WorkItem
(NULL, callback, WI_DOOM_ENTRY);
429
WorkItem
* item = new
WorkItem
(entry, callback, WI_OPEN_ENTRY);
454
WorkItem
* item = new
WorkItem
(entry, callback, WI_CREATE_ENTRY)
[
all
...]
Completed in 302 milliseconds