Home
last modified time | relevance | path

Searched refs:pNote (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/src/fwl/src/core/
Dfwl_noteimp.cpp112 FX_BOOL CFWL_NoteDriver::SendNote(CFWL_Note* pNote) { in SendNote() argument
113 if (pNote->IsEvent()) { in SendNote()
118 if (FWL_EVTHASH_Mouse == static_cast<CFWL_Event*>(pNote)->GetClassID()) { in SendNote()
119 CFWL_EvtMouse* pMouse = static_cast<CFWL_EvtMouse*>(pNote); in SendNote()
141 pEventTarget->ProcessEvent(static_cast<CFWL_Event*>(pNote)); in SendNote()
146 if (!pNote->m_pDstTarget) in SendNote()
148 IFWL_WidgetDelegate* pDelegate = pNote->m_pDstTarget->SetDelegate(NULL); in SendNote()
150 pDelegate->OnProcessMessage(static_cast<CFWL_Message*>(pNote)); in SendNote()
Dfwl_widgetimp.cpp833 void CFWL_WidgetImp::DispatchKeyEvent(CFWL_MsgKey* pNote) { in DispatchKeyEvent() argument
834 if (!pNote) in DispatchKeyEvent()
838 pEvent->m_dwCmd = pNote->m_dwCmd; in DispatchKeyEvent()
839 pEvent->m_dwKeyCode = pNote->m_dwKeyCode; in DispatchKeyEvent()
840 pEvent->m_dwFlags = pNote->m_dwFlags; in DispatchKeyEvent()
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_noteimp.h48 FX_BOOL SendNote(CFWL_Note* pNote) override;
Dfwl_widgetimp.h120 void DispatchKeyEvent(CFWL_MsgKey* pNote);
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Note.cpp727 const CPWL_Note* pNote = GetNote(); in ResetSubjectName() local
729 sSubject.Format(pNote->GetReplyString().c_str(), nItemIndex); in ResetSubjectName()
990 if (const CPWL_Note* pNote = GetNote()) in GetNoteNotify() local
991 return pNote->GetNoteNotify(); in GetNoteNotify()
/external/pdfium/xfa/include/fwl/core/
Dfwl_note.h330 virtual FX_BOOL SendNote(CFWL_Note* pNote) = 0;