Searched refs:IFWL_Thread (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/xfa/include/fwl/core/
H A Dfwl_thread.h14 // (nonesuch) IFWL_Thread ----------> CFWL_ThreadImp
30 class IFWL_Thread { class
40 virtual ~IFWL_Thread() {}
46 class IFWL_NoteThread : public IFWL_Thread {
/external/pdfium/xfa/include/fwl/adapter/
H A Dfwl_adapterthreadmgr.h10 class IFWL_Thread;
15 virtual FWL_ERR Start(IFWL_Thread* pThread,
22 virtual IFWL_Thread* GetCurrentThread() = 0;
H A Dfwl_sdadapterimp.h82 virtual FWL_ERR Start(IFWL_Thread* pThread,
89 virtual IFWL_Thread* GetCurrentThread();
/external/pdfium/xfa/src/fwl/src/core/include/
H A Dfwl_threadimp.h18 IFWL_Thread* GetInterface() const { return m_pIface; }
22 CFWL_ThreadImp(IFWL_Thread* pIface) : m_pIface(pIface) {}
25 IFWL_Thread* const m_pIface;
/external/pdfium/xfa/src/fwl/src/core/
H A Dfwl_threadimp.cpp13 void IFWL_Thread::Release() {
16 FWL_ERR IFWL_Thread::Run(FWL_HTHREAD hThread) {
H A Dfwl_sdadapterimp.cpp149 FWL_ERR CFWL_SDAdapterThreadMgr::Start(IFWL_Thread* pThread,
166 IFWL_Thread* CFWL_SDAdapterThreadMgr::GetCurrentThread() {

Completed in 577 milliseconds