Home
last modified time | relevance | path

Searched refs:CFWL_NoteThreadImp (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/src/fwl/src/core/
Dfwl_threadimp.cpp20 return static_cast<CFWL_NoteThreadImp*>(GetImpl())->GetNoteDriver(); in GetNoteDriver()
26 CFWL_NoteThreadImp::CFWL_NoteThreadImp(IFWL_NoteThread* pIface) in CFWL_NoteThreadImp() function in CFWL_NoteThreadImp
28 CFWL_NoteThreadImp::~CFWL_NoteThreadImp() { in ~CFWL_NoteThreadImp()
31 FWL_ERR CFWL_NoteThreadImp::Run(FWL_HTHREAD hThread) { in Run()
36 IFWL_NoteDriver* CFWL_NoteThreadImp::GetNoteDriver() { in GetNoteDriver()
Dfwl_appimp.cpp42 : CFWL_NoteThreadImp(pIface), m_pWidgetMgr(NULL), m_pThemeProvider(NULL) { in CFWL_AppImp()
Dfwl_widgetimp.cpp136 SetOwnerThread(static_cast<CFWL_NoteThreadImp*>( in Initialize()
494 FWL_ERR CFWL_WidgetImp::SetOwnerThread(CFWL_NoteThreadImp* pOwnerThread) { in SetOwnerThread()
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_threadimp.h28 class CFWL_NoteThreadImp : public CFWL_ThreadImp {
30 CFWL_NoteThreadImp(IFWL_NoteThread* pIface);
31 virtual ~CFWL_NoteThreadImp();
Dfwl_widgetimp.h14 class CFWL_NoteThreadImp; variable
63 FWL_ERR SetOwnerThread(CFWL_NoteThreadImp* pOwnerThread);
139 CFWL_NoteThreadImp* m_pOwnerThread;
Dfwl_appimp.h18 class CFWL_AppImp : public CFWL_NoteThreadImp {
Dfwl_noteimp.h14 class CFWL_NoteThreadImp; variable