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

  /external/pdfium/xfa/src/fwl/src/core/
fwl_threadimp.cpp 20 return static_cast<CFWL_NoteThreadImp*>(GetImpl())->GetNoteDriver();
26 CFWL_NoteThreadImp::CFWL_NoteThreadImp(IFWL_NoteThread* pIface)
28 CFWL_NoteThreadImp::~CFWL_NoteThreadImp() {
31 FWL_ERR CFWL_NoteThreadImp::Run(FWL_HTHREAD hThread) {
36 IFWL_NoteDriver* CFWL_NoteThreadImp::GetNoteDriver() {
fwl_appimp.cpp 42 : CFWL_NoteThreadImp(pIface), m_pWidgetMgr(NULL), m_pThemeProvider(NULL) {
fwl_widgetimp.cpp 136 SetOwnerThread(static_cast<CFWL_NoteThreadImp*>(
494 FWL_ERR CFWL_WidgetImp::SetOwnerThread(CFWL_NoteThreadImp* pOwnerThread) {
    [all...]
  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_threadimp.h 28 class CFWL_NoteThreadImp : public CFWL_ThreadImp {
30 CFWL_NoteThreadImp(IFWL_NoteThread* pIface);
31 virtual ~CFWL_NoteThreadImp();
fwl_appimp.h 18 class CFWL_AppImp : public CFWL_NoteThreadImp {
fwl_widgetimp.h 14 class CFWL_NoteThreadImp;
63 FWL_ERR SetOwnerThread(CFWL_NoteThreadImp* pOwnerThread);
139 CFWL_NoteThreadImp* m_pOwnerThread;
fwl_noteimp.h 14 class CFWL_NoteThreadImp;

Completed in 944 milliseconds