Searched refs:performTask (Results 1 - 25 of 43) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCMainThread.cpp34 void CCMainThread::performTask(void* userdata) function in class:WebCore::CCMainThread
37 task->performTask();
43 callOnMainThread(performTask, task.leakPtr());
H A DCCMainThread.h39 virtual void performTask() = 0;
48 static void performTask(void*);
H A DCCThread.cpp74 task->performTask();
H A DCCThread.h50 virtual void performTask() = 0;
H A DCCMainThreadTask.h53 virtual void performTask() function in class:WebCore::MainThreadTask0
82 virtual void performTask() function in class:WebCore::MainThreadTask1
114 virtual void performTask() function in class:WebCore::MainThreadTask2
149 virtual void performTask() function in class:WebCore::MainThreadTask3
/external/webkit/Source/WebKit/chromium/tests/
H A DCCThreadTaskTest.cpp55 createCCThreadTask(&mock, &Mock::method0)->performTask();
56 createCCThreadTask(&mock, &Mock::method1, 9)->performTask();
57 createCCThreadTask(&mock, &Mock::method2, 9, 8)->performTask();
58 createCCThreadTask(&mock, &Mock::method3, 9, 8, 7)->performTask();
59 createCCThreadTask(&mock, &Mock::method4, 9, 8, 7, 6)->performTask();
/external/webkit/Source/WebCore/dom/
H A DStringCallback.cpp48 virtual void performTask(ScriptExecutionContext*) function in class:WebCore::__anon14549::DispatchCallbackTask
/external/webkit/Source/WebCore/storage/wince/
H A DDatabaseThreadWinCE.cpp55 task->performTask();
71 task->performTask();
H A DLocalStorageThreadWinCE.cpp50 task->performTask();
/external/webkit/Source/WebCore/fileapi/
H A DFileThread.h61 virtual void performTask() = 0;
H A DFileThread.cpp103 task->performTask();
H A DFileThreadTask.h60 virtual void performTask() function in class:WebCore::FileThreadTask0
89 virtual void performTask() function in class:WebCore::FileThreadTask1
121 virtual void performTask() function in class:WebCore::FileThreadTask2
156 virtual void performTask() function in class:WebCore::FileThreadTask3
H A DDOMFileSystem.h89 virtual void performTask(ScriptExecutionContext*) function in class:WebCore::DOMFileSystem::DispatchCallbackTask
/external/webkit/Source/WebCore/storage/chromium/
H A DSQLTransactionClientChromium.cpp49 virtual void performTask(ScriptExecutionContext*) function in class:WebCore::NotifyDatabaseChangedTask
/external/webkit/Source/WebCore/workers/
H A DWorkerRunLoop.cpp163 task->performTask(context);
195 void WorkerRunLoop::Task::performTask(ScriptExecutionContext* context) function in class:WebCore::WorkerRunLoop::Task
199 m_task->performTask(context);
H A DWorkerMessagingProxy.cpp62 virtual void performTask(ScriptExecutionContext* scriptContext) function in class:WebCore::MessageWorkerContextTask
91 virtual void performTask(ScriptExecutionContext* scriptContext) function in class:WebCore::MessageWorkerTask
123 virtual void performTask(ScriptExecutionContext* context) function in class:WebCore::WorkerExceptionTask
156 virtual void performTask(ScriptExecutionContext*) function in class:WebCore::WorkerContextDestroyedTask
177 virtual void performTask(ScriptExecutionContext*) function in class:WebCore::WorkerTerminateTask
200 virtual void performTask(ScriptExecutionContext*) function in class:WebCore::WorkerThreadActivityReportTask
H A DWorkerRunLoop.h74 void performTask(ScriptExecutionContext* context);
H A DWorkerThread.cpp173 virtual void performTask(ScriptExecutionContext *context) function in class:WebCore::WorkerThreadShutdownFinishTask
192 virtual void performTask(ScriptExecutionContext *context) function in class:WebCore::WorkerThreadShutdownStartTask
/external/webkit/Source/WebCore/bindings/js/
H A DJSCallbackData.h83 virtual void performTask(ScriptExecutionContext*) function in class:WebCore::DeleteCallbackDataTask
/external/webkit/Source/WebCore/storage/
H A DLocalStorageTask.cpp80 void LocalStorageTask::performTask() function in class:WebCore::LocalStorageTask
H A DLocalStorageThread.cpp69 task->performTask();
H A DIDBTransactionBackendImpl.cpp122 task->performTask(0);
191 task->performTask(0);
H A DDatabaseTask.cpp78 void DatabaseTask::performTask() function in class:WebCore::DatabaseTask
H A DLocalStorageTask.h57 void performTask();
/external/webkit/Source/WebCore/bindings/generic/
H A DActiveDOMCallback.cpp50 virtual void performTask(ScriptExecutionContext*) function in class:WebCore::DestroyOnContextThreadTask

Completed in 272 milliseconds

12