HomeSort by relevance Sort by last modified time
    Searched defs:pMsg (Results 1 - 15 of 15) sorted by null

  /external/libnfc-nxp/Linux_x86/
phOsalNfc_Common.h 72 phOsalNfc_sMsg_t *pMsg;
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_checkboximp.cpp 421 CFWL_MsgMouse* pMsg = static_cast<CFWL_MsgMouse*>(pMessage);
422 FX_DWORD dwCmd = pMsg->m_dwCmd;
425 OnLButtonDown(pMsg);
429 OnLButtonUp(pMsg);
433 OnMouseMove(pMsg);
437 OnMouseLeave(pMsg);
460 void CFWL_CheckBoxImpDelegate::OnActivate(CFWL_Message* pMsg) {
464 void CFWL_CheckBoxImpDelegate::OnFocusChanged(CFWL_Message* pMsg,
473 void CFWL_CheckBoxImpDelegate::OnLButtonDown(CFWL_MsgMouse* pMsg) {
485 void CFWL_CheckBoxImpDelegate::OnLButtonUp(CFWL_MsgMouse* pMsg) {
    [all...]
fwl_pushbuttonimp.cpp 414 CFWL_MsgMouse* pMsg = static_cast<CFWL_MsgMouse*>(pMessage);
415 FX_DWORD dwCmd = pMsg->m_dwCmd;
418 OnLButtonDown(pMsg);
422 OnLButtonUp(pMsg);
426 OnMouseMove(pMsg);
430 OnMouseLeave(pMsg);
459 void CFWL_PushButtonImpDelegate::OnFocusChanged(CFWL_Message* pMsg,
468 void CFWL_PushButtonImpDelegate::OnLButtonDown(CFWL_MsgMouse* pMsg) {
477 void CFWL_PushButtonImpDelegate::OnLButtonUp(CFWL_MsgMouse* pMsg) {
479 if (m_pOwner->m_rtClient.Contains(pMsg->m_fx, pMsg->m_fy)) {
    [all...]
fwl_spinbuttonimp.cpp 211 CFWL_MsgMouse* pMsg = static_cast<CFWL_MsgMouse*>(pMessage);
212 FX_DWORD dwCmd = pMsg->m_dwCmd;
215 OnLButtonDown(pMsg);
219 OnLButtonUp(pMsg);
223 OnMouseMove(pMsg);
227 OnMouseLeave(pMsg);
256 void CFWL_SpinButtonImpDelegate::OnFocusChanged(CFWL_Message* pMsg,
265 void CFWL_SpinButtonImpDelegate::OnLButtonDown(CFWL_MsgMouse* pMsg) {
271 FX_BOOL bUpPress = (m_pOwner->m_rtUpButton.Contains(pMsg->m_fx, pMsg->m_fy) &&
    [all...]
fwl_scrollbarimp.cpp 630 CFWL_MsgMouse* pMsg = static_cast<CFWL_MsgMouse*>(pMessage);
631 FX_DWORD dwCmd = pMsg->m_dwCmd;
634 OnLButtonDown(pMsg->m_dwFlags, pMsg->m_fx, pMsg->m_fy);
638 OnLButtonUp(pMsg->m_dwFlags, pMsg->m_fx, pMsg->m_fy);
642 OnMouseMove(pMsg->m_dwFlags, pMsg->m_fx, pMsg->m_fy);
    [all...]
fwl_datetimepickerimp.cpp 238 CFWL_MsgMouse* pMsg = static_cast<CFWL_MsgMouse*>(pMessage);
239 if (pMsg->m_dwCmd == FWL_MSGMOUSECMD_LButtonDown) {
240 OnLButtonDownEx(pMsg);
242 } else if (pMsg->m_dwCmd == FWL_MSGMOUSECMD_LButtonUp) {
243 OnLButtonUpEx(pMsg);
249 void CFWL_DateTimeCalendarImpDelegate::OnLButtonDownEx(CFWL_MsgMouse* pMsg) {
250 if (m_pOwner->m_rtLBtn.Contains(pMsg->m_fx, pMsg->m_fy)) {
254 } else if (m_pOwner->m_rtRBtn.Contains(pMsg->m_fx, pMsg->m_fy)) {
    [all...]
fwl_listboximp.cpp     [all...]
fwl_comboboximp.cpp 156 CFWL_MsgMouse* pMsg = static_cast<CFWL_MsgMouse*>(pMessage);
157 if ((pMsg->m_dwCmd == FWL_MSGMOUSECMD_LButtonDown) &&
291 CFWL_MsgMouse* pMsg = static_cast<CFWL_MsgMouse*>(pMessage);
295 if (rect.Contains(pMsg->m_fx, pMsg->m_fy)) {
296 pMsg->m_fx -= rect.left;
297 pMsg->m_fy -= rect.top;
300 return pDelegate->OnProcessMessage(pMsg);
303 FX_DWORD dwCmd = pMsg->m_dwCmd;
307 OnDropListMouseMove(pMsg);
    [all...]
fwl_editimp.cpp     [all...]
  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_doc.cpp     [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_mgr.cpp 232 FPDF_WIDESTRING pMsg = (FPDF_WIDESTRING)bsMsg.GetBuffer(bsMsg.GetLength());
235 int ret = m_pInfo->m_pJsPlatform->app_alert(m_pInfo->m_pJsPlatform, pMsg,
356 FPDF_WIDESTRING pMsg = (FPDF_WIDESTRING)bsMsg.GetBuffer(bsMsg.GetLength());
358 bUI, pTo, pSubject, pCC, pBcc, pMsg);
    [all...]
  /external/pdfium/xfa/src/fwl/src/core/
fwl_gridimp.cpp     [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp 96 phLibNfc_DeferredCall_t *pMsg;
102 pMsg = (phLibNfc_DeferredCall_t*)malloc(sizeof(phLibNfc_DeferredCall_t));
103 pMsg->pCallback = client_kill_deferred_call;
104 pMsg->pParameter = (void*)nat;
107 wrapper.msg.pMsgData = pMsg;
    [all...]
  /external/guice/extensions/struts2/lib/
commons-fileupload-1.2.1.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-fileupload-1.2.1.jar 

Completed in 246 milliseconds