HomeSort by relevance Sort by last modified time
    Searched defs:CFWL_NoteThreadImp (Results 1 - 2 of 2) 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() {
  /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();

Completed in 188 milliseconds