Searched refs:CCThread (Results 1 – 6 of 6) sorted by relevance
38 CCThread::CCThread() in CCThread() function in WebCore::CCThread41 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()
37 class CCThread {39 static PassOwnPtr<CCThread> create() in create()41 return adoptPtr(new CCThread()); in create()44 virtual ~CCThread();62 explicit CCThread();
36 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 …]
53 OwnPtr<CCThread> thread = CCThread::create(); in TEST()81 OwnPtr<CCThread> thread = CCThread::create(); in TEST()
25742 [chromium] Fix windows assertion on ~CCThread25745 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 …]
4082 'platform/graphics/chromium/cc/CCThread.cpp',4083 'platform/graphics/chromium/cc/CCThread.h',