Home
last modified time | relevance | path

Searched refs:pNoteThread (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fwl/src/core/
Dfwl_noteimp.cpp1071 IFWL_Widget* FWL_GetCurrentThreadModalWidget(IFWL_NoteThread* pNoteThread) { in FWL_GetCurrentThreadModalWidget() argument
1072 if (!pNoteThread) in FWL_GetCurrentThreadModalWidget()
1075 static_cast<CFWL_NoteDriver*>(pNoteThread->GetNoteDriver()); in FWL_GetCurrentThreadModalWidget()
Dfwl_widgetmgrimp.cpp700 IFWL_NoteThread* pNoteThread = pDstWidget->GetOwnerThread(); in OnProcessMessageToForm() local
701 if (!pNoteThread) in OnProcessMessageToForm()
704 static_cast<CFWL_NoteDriver*>(pNoteThread->GetNoteDriver()); in OnProcessMessageToForm()
/external/pdfium/xfa/include/fwl/core/
Dfwl_note.h348 IFWL_Widget* FWL_GetCurrentThreadModalWidget(IFWL_NoteThread* pNoteThread);