Searched defs:workQueue (Results 1 - 7 of 7) sorted by relevance
/external/webkit/Source/JavaScriptCore/runtime/ |
H A D | RopeImpl.cpp | 31 void RopeImpl::derefFibersNonRecursive(Vector<RopeImpl*, 32>& workQueue) argument 39 workQueue.append(nextRope); 49 Vector<RopeImpl*, 32> workQueue; local 51 derefFibersNonRecursive(workQueue); 54 while (!workQueue.isEmpty()) { 55 RopeImpl* rope = workQueue.last(); 56 workQueue.removeLast(); 57 rope->derefFibersNonRecursive(workQueue);
|
H A D | JSString.cpp | 70 Vector<RopeImpl::Fiber, 32> workQueue; local 73 workQueue.append(m_other.m_fibers[i]); 78 // Copy the contents of the current rope into the workQueue, with the last item in 'currentFiber' 82 workQueue.append(rope->fibers()[i]); 91 if (workQueue.isEmpty()) { 105 currentFiber = workQueue.last(); 106 workQueue.removeLast();
|
/external/webkit/Source/WebKit2/Shared/ |
H A D | ChildProcess.cpp | 91 void ChildProcess::didCloseOnConnectionWorkQueue(WorkQueue& workQueue, CoreIPC::Connection*) argument 97 workQueue.scheduleWorkAfterDelay(WorkItem::create(watchdogCallback), watchdogDelay);
|
/external/webkit/Source/WebKit2/Platform/qt/ |
H A D | WorkQueueQt.cpp | 40 WorkItemQt(WorkQueue* workQueue, WorkItem* workItem) argument 41 : m_queue(workQueue) 48 WorkItemQt(WorkQueue* workQueue, QObject* source, const char* signal, WorkItem* workItem) argument 49 : m_queue(workQueue)
|
/external/webkit/Source/WebKit2/Platform/gtk/ |
H A D | WorkQueueGtk.cpp | 40 EventSource(PassOwnPtr<WorkItem> workItem, WorkQueue* workQueue, GCancellable* cancellable) argument 42 , m_workQueue(workQueue) 130 void* WorkQueue::startWorkQueueThread(WorkQueue* workQueue) argument 132 workQueue->workQueueThreadBody();
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
Completed in 281 milliseconds