Home
last modified time | relevance | path

Searched refs:CCThread (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
DCCThread.cpp38 CCThread::CCThread() in CCThread() function in WebCore::CCThread
41 m_threadID = createThread(CCThread::compositorThreadStart, this, "Chromium Compositor"); in CCThread()
44 CCThread::~CCThread() in ~CCThread()
54 void CCThread::postTask(PassOwnPtr<Task> task) in postTask()
59 void* CCThread::compositorThreadStart(void* userdata) in compositorThreadStart()
61 CCThread* ccThread = static_cast<CCThread*>(userdata); in compositorThreadStart()
65 void* CCThread::runLoop() in runLoop()
DCCThread.h37 class CCThread {
39 static PassOwnPtr<CCThread> create() in create()
41 return adoptPtr(new CCThread()); in create()
44 virtual ~CCThread();
62 explicit CCThread();
DCCThreadTask.h36 class CCThreadTask0 : public CCThread::Task {
48 : CCThread::Task(instance) in CCThreadTask0()
63 class CCThreadTask1 : public CCThread::Task {
76 : CCThread::Task(instance) in CCThreadTask1()
93 class CCThreadTask2 : public CCThread::Task {
107 : CCThread::Task(instance) in CCThreadTask2()
126 class CCThreadTask3 : public CCThread::Task {
141 : CCThread::Task(instance) in CCThreadTask3()
163 class CCThreadTask4 : public CCThread::Task {
179 : CCThread::Task(instance) in CCThreadTask4()
[all …]
/external/webkit/Source/WebKit/chromium/tests/
DCCThreadTest.cpp53 OwnPtr<CCThread> thread = CCThread::create(); in TEST()
81 OwnPtr<CCThread> thread = CCThread::create(); in TEST()
/external/webkit/Source/WebCore/
DChangeLog25742 [chromium] Fix windows assertion on ~CCThread
25745 Because ~CCThread uses waitForThreadCompletion,
25748 * platform/graphics/chromium/cc/CCThread.cpp:
25749 (WebCore::CCThread::runLoop):
26786 * platform/graphics/chromium/cc/CCThread.cpp: Added.
26787 (WebCore::CCThread::create):
26788 (WebCore::CCThread::CCThread):
26789 (WebCore::CCThread::~CCThread):
26790 (WebCore::CCThread::postTask):
26791 (WebCore::CCThread::compositorThreadStart):
[all …]
DWebCore.gypi4082 'platform/graphics/chromium/cc/CCThread.cpp',
4083 'platform/graphics/chromium/cc/CCThread.h',