OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pNote
(Results
1 - 6
of
6
) sorted by null
/external/pdfium/xfa/src/fwl/src/core/
fwl_noteimp.cpp
112
FX_BOOL CFWL_NoteDriver::SendNote(CFWL_Note*
pNote
) {
113
if (
pNote
->IsEvent()) {
118
if (FWL_EVTHASH_Mouse == static_cast<CFWL_Event*>(
pNote
)->GetClassID()) {
119
CFWL_EvtMouse* pMouse = static_cast<CFWL_EvtMouse*>(
pNote
);
141
pEventTarget->ProcessEvent(static_cast<CFWL_Event*>(
pNote
));
146
if (!
pNote
->m_pDstTarget)
148
IFWL_WidgetDelegate* pDelegate =
pNote
->m_pDstTarget->SetDelegate(NULL);
150
pDelegate->OnProcessMessage(static_cast<CFWL_Message*>(
pNote
));
[
all
...]
fwl_widgetimp.cpp
833
void CFWL_WidgetImp::DispatchKeyEvent(CFWL_MsgKey*
pNote
) {
834
if (!
pNote
)
838
pEvent->m_dwCmd =
pNote
->m_dwCmd;
839
pEvent->m_dwKeyCode =
pNote
->m_dwKeyCode;
840
pEvent->m_dwFlags =
pNote
->m_dwFlags;
[
all
...]
/external/pdfium/xfa/src/fwl/src/core/include/
fwl_noteimp.h
48
FX_BOOL SendNote(CFWL_Note*
pNote
) override;
fwl_widgetimp.h
120
void DispatchKeyEvent(CFWL_MsgKey*
pNote
);
/external/pdfium/xfa/include/fwl/core/
fwl_note.h
330
virtual FX_BOOL SendNote(CFWL_Note*
pNote
) = 0;
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Note.cpp
727
const CPWL_Note*
pNote
= GetNote();
729
sSubject.Format(
pNote
->GetReplyString().c_str(), nItemIndex);
990
if (const CPWL_Note*
pNote
= GetNote())
991
return
pNote
->GetNoteNotify();
[
all
...]
Completed in 1456 milliseconds