Home
last modified time | relevance | path

Searched refs:m_dwCmd (Results 1 – 19 of 19) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_messagemouse.cpp16 m_dwCmd(cmd) {} in CFWL_MessageMouse()
23 m_dwCmd(cmd), in CFWL_MessageMouse()
Dcfwl_notedriver.cpp169 if (pMsg->m_dwCmd == FWL_KeyCommand::KeyDown && in DoKey()
196 if (pMsg->m_dwCmd == FWL_KeyCommand::KeyDown && in DoKey()
211 if (pMsg->m_dwCmd == FWL_MouseCommand::Leave || in DoMouse()
212 pMsg->m_dwCmd == FWL_MouseCommand::Hover || in DoMouse()
213 pMsg->m_dwCmd == FWL_MouseCommand::Enter) { in DoMouse()
Dcfwl_datetimeedit.cpp31 if (pMouse->m_dwCmd == FWL_MouseCommand::LeftButtonDown || in OnProcessMessage()
32 pMouse->m_dwCmd == FWL_MouseCommand::RightButtonDown) { in OnProcessMessage()
Dcfwl_pushbutton.cpp109 switch (pMsg->m_dwCmd) { in OnProcessMessage()
129 if (pKey->m_dwCmd == FWL_KeyCommand::KeyDown) in OnProcessMessage()
224 wmMouse.m_dwCmd = FWL_MouseCommand::LeftButtonUp; in OnKeyDown()
Dcfwl_combolist.cpp93 switch (pMsg->m_dwCmd) { in OnProcessMessage()
188 if (pKey->m_dwCmd == FWL_KeyCommand::KeyDown) { in OnDropListKey()
207 } else if (pKey->m_dwCmd == FWL_KeyCommand::Char) { in OnDropListKey()
Dcfwl_eventmouse.h19 FWL_MouseCommand m_dwCmd = FWL_MouseCommand::LeftButtonDown; variable
Dcfwl_messagekey.cpp18 m_dwCmd(cmd), in CFWL_MessageKey()
Dcfwl_messagekey.h24 const FWL_KeyCommand m_dwCmd; variable
Dcfwl_messagemouse.h37 const FWL_MouseCommand m_dwCmd; variable
Dcfwl_comboedit.cpp63 if ((pMsg->m_dwCmd == FWL_MouseCommand::LeftButtonDown) && in OnProcessMessage()
Dcfwl_checkbox.cpp213 switch (pMsg->m_dwCmd) { in OnProcessMessage()
233 if (pKey->m_dwCmd == FWL_KeyCommand::KeyDown) in OnProcessMessage()
Dcfwl_combobox.cpp448 switch (pMsg->m_dwCmd) { in OnProcessMessage()
463 if (pKey->m_dwCmd == FWL_KeyCommand::KeyUp) in OnProcessMessage()
465 if (IsDropListVisible() && pKey->m_dwCmd == FWL_KeyCommand::KeyDown) { in OnProcessMessage()
Dcfwl_widget.cpp381 evt.m_dwCmd = pMsgMouse->m_dwCmd; in OnProcessMessage()
Dcfwl_edit.cpp1016 switch (pMsg->m_dwCmd) { in OnProcessMessage()
1039 if (pKey->m_dwCmd == FWL_KeyCommand::KeyDown) in OnProcessMessage()
1041 else if (pKey->m_dwCmd == FWL_KeyCommand::Char) in OnProcessMessage()
Dcfwl_listbox.cpp666 switch (pMsg->m_dwCmd) { in OnProcessMessage()
683 if (pMsg->m_dwCmd == FWL_KeyCommand::KeyDown) in OnProcessMessage()
Dcfwl_datetimepicker.cpp341 switch (pMouse->m_dwCmd) { in OnProcessMessage()
Dcfwl_scrollbar.cpp310 switch (pMsg->m_dwCmd) { in OnProcessMessage()
Dcfwl_monthcalendar.cpp692 switch (pMouse->m_dwCmd) { in OnProcessMessage()
/external/pdfium/xfa/fxfa/
Dcxfa_fffield.cpp754 if (event->m_dwCmd == FWL_MouseCommand::Enter) { in OnProcessEvent()
760 } else if (event->m_dwCmd == FWL_MouseCommand::Leave) { in OnProcessEvent()
766 } else if (event->m_dwCmd == FWL_MouseCommand::LeftButtonDown) { in OnProcessEvent()
772 } else if (event->m_dwCmd == FWL_MouseCommand::LeftButtonUp) { in OnProcessEvent()