HomeSort by relevance Sort by last modified time
    Searched refs:IFWL_Thread (Results 1 - 6 of 6) sorted by null

  /external/pdfium/xfa/include/fwl/core/
fwl_thread.h 14 // (nonesuch) IFWL_Thread ----------> CFWL_ThreadImp
30 class IFWL_Thread {
40 virtual ~IFWL_Thread() {}
46 class IFWL_NoteThread : public IFWL_Thread {
  /external/pdfium/xfa/include/fwl/adapter/
fwl_adapterthreadmgr.h 10 class IFWL_Thread;
15 virtual FWL_ERR Start(IFWL_Thread* pThread,
22 virtual IFWL_Thread* GetCurrentThread() = 0;
fwl_sdadapterimp.h 82 virtual FWL_ERR Start(IFWL_Thread* pThread,
89 virtual IFWL_Thread* GetCurrentThread();
  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_threadimp.h 18 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/
fwl_threadimp.cpp 13 void IFWL_Thread::Release() {
16 FWL_ERR IFWL_Thread::Run(FWL_HTHREAD hThread) {
fwl_sdadapterimp.cpp 149 FWL_ERR CFWL_SDAdapterThreadMgr::Start(IFWL_Thread* pThread,
166 IFWL_Thread* CFWL_SDAdapterThreadMgr::GetCurrentThread() {

Completed in 486 milliseconds