Home
last modified time | relevance | path

Searched refs:performTask (Results 1 – 25 of 50) sorted by relevance

12

/external/webkit/Source/WebKit/chromium/tests/
DCCThreadTaskTest.cpp55 createCCThreadTask(&mock, &Mock::method0)->performTask(); in TEST()
56 createCCThreadTask(&mock, &Mock::method1, 9)->performTask(); in TEST()
57 createCCThreadTask(&mock, &Mock::method2, 9, 8)->performTask(); in TEST()
58 createCCThreadTask(&mock, &Mock::method3, 9, 8, 7)->performTask(); in TEST()
59 createCCThreadTask(&mock, &Mock::method4, 9, 8, 7, 6)->performTask(); in TEST()
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
DCCMainThread.cpp34 void CCMainThread::performTask(void* userdata) in performTask() function in WebCore::CCMainThread
37 task->performTask(); in performTask()
43 callOnMainThread(performTask, task.leakPtr()); in postTask()
DCCMainThread.h39 virtual void performTask() = 0;
48 static void performTask(void*);
DCCMainThreadTask.h53 virtual void performTask() in performTask() function
82 virtual void performTask() in performTask() function
114 virtual void performTask() in performTask() function
149 virtual void performTask() in performTask() function
DCCThreadTask.h53 virtual void performTask() in performTask() function
82 virtual void performTask() in performTask() function
114 virtual void performTask() in performTask() function
149 virtual void performTask() in performTask() function
188 virtual void performTask() in performTask() function
DCCThread.cpp74 task->performTask(); in runLoop()
DCCThread.h50 virtual void performTask() = 0;
/external/webkit/Source/WebCore/workers/
DWorkerMessagingProxy.cpp62 virtual void performTask(ScriptExecutionContext* scriptContext) in performTask() function in WebCore::MessageWorkerContextTask
91 virtual void performTask(ScriptExecutionContext* scriptContext) in performTask() function in WebCore::MessageWorkerTask
123 virtual void performTask(ScriptExecutionContext* context) in performTask() function in WebCore::WorkerExceptionTask
156 virtual void performTask(ScriptExecutionContext*) in performTask() function in WebCore::WorkerContextDestroyedTask
177 virtual void performTask(ScriptExecutionContext*) in performTask() function in WebCore::WorkerTerminateTask
200 virtual void performTask(ScriptExecutionContext*) in performTask() function in WebCore::WorkerThreadActivityReportTask
DWorkerRunLoop.cpp163 task->performTask(context); in runInMode()
195 void WorkerRunLoop::Task::performTask(ScriptExecutionContext* context) in performTask() function in WebCore::WorkerRunLoop::Task
199 m_task->performTask(context); in performTask()
DWorkerThread.cpp173 virtual void performTask(ScriptExecutionContext *context) in performTask() function in WebCore::WorkerThreadShutdownFinishTask
192 virtual void performTask(ScriptExecutionContext *context) in performTask() function in WebCore::WorkerThreadShutdownStartTask
DWorkerRunLoop.h74 void performTask(ScriptExecutionContext* context);
/external/webkit/Source/WebCore/storage/wince/
DDatabaseThreadWinCE.cpp55 task->performTask(); in timerFired()
71 task->performTask(); in scheduleImmediateTask()
DLocalStorageThreadWinCE.cpp50 task->performTask(); in timerFired()
/external/webkit/Source/WebCore/fileapi/
DFileThreadTask.h60 virtual void performTask() in performTask() function
89 virtual void performTask() in performTask() function
121 virtual void performTask() in performTask() function
156 virtual void performTask() in performTask() function
DFileThread.h61 virtual void performTask() = 0;
DFileThread.cpp103 task->performTask(); in runLoop()
/external/webkit/Source/WebCore/storage/
DIDBTransactionBackendImpl.cpp122 task->performTask(0); in abort()
191 task->performTask(0); in taskTimerFired()
DDatabase.cpp72 virtual void performTask(ScriptExecutionContext*) in performTask() function in WebCore::DatabaseCreationCallbackTask
144 virtual void performTask(ScriptExecutionContext* context) in performTask() function in WebCore::DerefContextTask
335 virtual void performTask(ScriptExecutionContext*) in performTask() function in WebCore::DeliverPendingCallbackTask
DLocalStorageThread.cpp69 task->performTask(); in threadEntryPoint()
DLocalStorageTask.cpp80 void LocalStorageTask::performTask() in performTask() function in WebCore::LocalStorageTask
/external/webkit/Source/WebCore/dom/
DCrossThreadTask.h79 virtual void performTask(ScriptExecutionContext* context)
110 virtual void performTask(ScriptExecutionContext* context)
144 virtual void performTask(ScriptExecutionContext* context)
181 virtual void performTask(ScriptExecutionContext* context)
221 virtual void performTask(ScriptExecutionContext* context)
264 virtual void performTask(ScriptExecutionContext* context)
310 virtual void performTask(ScriptExecutionContext* context)
359 virtual void performTask(ScriptExecutionContext* context)
DStringCallback.cpp48 virtual void performTask(ScriptExecutionContext*) in performTask() function in WebCore::__anonb642c3830111::DispatchCallbackTask
/external/webkit/Source/WebKit/chromium/src/
DWorkerFileWriterCallbacksBridge.cpp186 taskToRun->performTask(scriptExecutionContext); in runTaskOnMainThread()
193 taskToRun->performTask(scriptExecutionContext); in runTaskOnWorkerThread()
/external/webkit/Source/WebCore/storage/chromium/
DSQLTransactionClientChromium.cpp49 virtual void performTask(ScriptExecutionContext*) in performTask() function in WebCore::NotifyDatabaseChangedTask
/external/webkit/Source/WebCore/bindings/js/
DJSCallbackData.h83 virtual void performTask(ScriptExecutionContext*) in performTask() function

12