HomeSort by relevance Sort by last modified time
    Searched refs:pNotify (Results 1 - 25 of 33) sorted by null

1 2

  /external/pdfium/fxjs/xfa/
cjx_hostpseudomodel.cpp 76 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
77 if (!pNotify)
90 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
91 if (!pNotify)
94 CXFA_FFDoc* hDoc = pNotify->GetHDOC();
96 pNotify->GetDocEnvironment()->SetCalculationsEnabled(hDoc,
100 pValue->SetBoolean(pNotify->GetDocEnvironment()->IsCalculationsEnabled(hDoc));
106 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
107 if (!pNotify)
110 CXFA_FFDoc* hDoc = pNotify->GetHDOC()
    [all...]
cjx_form.cpp 70 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
71 if (pNotify)
72 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Initialize);
88 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
89 if (!pNotify || runtime->ToInt32(params[0]) != 0)
92 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate);
93 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Validate);
94 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Ready, true);
104 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
105 if (pNotify)
    [all...]
cjx_instancemanager.cpp 94 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
95 if (!pNotify)
98 pNotify->RunNodeInitialize(pNewInstance);
145 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
146 if (!pNotify)
151 pNotify->RunSubformIndexChange(pToInstance);
156 pNotify->RunSubformIndexChange(pFromInstance);
184 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
185 if (pNotify) {
190 pNotify->RunSubformIndexChange(pSubformInstance)
    [all...]
cjx_subform.cpp 48 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
49 if (pNotify)
50 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Initialize);
60 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
61 if (pNotify)
62 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate);
72 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
73 if (!pNotify)
77 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Validate);
cjx_exclgroup.cpp 50 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
51 if (pNotify)
52 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Initialize);
62 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
63 if (pNotify)
64 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate);
cjx_field.cpp 71 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
72 if (pNotify) {
73 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Initialize, false,
149 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
150 if (pNotify) {
151 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate, false,
226 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
227 if (!pNotify)
230 int32_t iRet = pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Validate,
cjx_node.cpp 462 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
463 if (!pNotify)
476 return pNotify->ExecEventByDeepFirst(
483 return pNotify->ExecEventByDeepFirst(
493 pNotify->ExecEventByDeepFirst(GetXFANode(), eventParaInfo->m_eventType,
496 return pNotify->ExecEventByDeepFirst(
503 return pNotify->ExecEventByDeepFirst(
514 return pNotify->ExecEventByDeepFirst(
527 return pNotify->ExecEventByDeepFirst(
cjx_eventpseudomodel.cpp 164 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
165 if (!pNotify)
168 CXFA_FFWidgetHandler* pWidgetHandler = pNotify->GetWidgetHandler();
cjx_layoutpseudomodel.cpp 59 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
60 if (!pNotify)
67 int32_t iStatus = pNotify->GetLayoutStatus();
364 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
365 if (!pNotify)
  /hardware/nxp/nfc/halimpl/dnld/
phDnldNfc.h 99 extern NFCSTATUS phDnldNfc_Reset(pphDnldNfc_RspCb_t pNotify, void* pContext);
101 pphDnldNfc_RspCb_t pNotify,
105 pphDnldNfc_RspCb_t pNotify,
108 pphDnldNfc_RspCb_t pNotify,
111 pphDnldNfc_RspCb_t pNotify, void* pContext);
113 pphDnldNfc_RspCb_t pNotify, void* pContext);
115 pphDnldNfc_RspCb_t pNotify, void* pContext);
117 pphDnldNfc_RspCb_t pNotify, void* pContext);
119 pphDnldNfc_RspCb_t pNotify, void* pContext);
122 extern NFCSTATUS phDnldNfc_ReadMem(void* pHwRef, pphDnldNfc_RspCb_t pNotify,
    [all...]
phDnldNfc.cc 42 ** Parameters pNotify - notify caller after getting response
53 NFCSTATUS phDnldNfc_Reset(pphDnldNfc_RspCb_t pNotify, void* pContext) {
56 if ((NULL == pNotify) || (NULL == pContext)) {
70 (gpphDnldContext->UserCb) = pNotify;
96 ** pNotify - notify caller after getting response
108 pphDnldNfc_RspCb_t pNotify, void* pContext) {
111 if ((NULL == pVersionInfo) || (NULL == pNotify) || (NULL == pContext)) {
126 (gpphDnldContext->UserCb) = pNotify;
154 ** pNotify - notify caller after getting response
167 pphDnldNfc_RspCb_t pNotify,
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_document_parser.cpp 14 CXFA_DocumentParser::CXFA_DocumentParser(CXFA_FFNotify* pNotify)
15 : m_pNotify(pNotify) {}
cxfa_document_parser.h 22 explicit CXFA_DocumentParser(CXFA_FFNotify* pNotify);
cxfa_layoutitem.cpp 19 CXFA_FFNotify* pNotify = pLayoutItem->m_pFormNode->GetDocument()->GetNotify();
25 pNotify->OnLayoutItemRemoving(pDocLayout, pNode);
29 pNotify->OnLayoutItemRemoving(pDocLayout, pLayoutItem);
31 pNotify->OnPageEvent(static_cast<CXFA_ContainerLayoutItem*>(pLayoutItem),
cxfa_node.cpp 842 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
843 if (pNotify)
844 pNotify->OnChildAdded(this);
889 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
890 if (pNotify)
891 pNotify->OnChildAdded(this);
    [all...]
cxfa_layoutpagemgr.cpp 95 void SyncContainer(CXFA_FFNotify* pNotify,
116 pNotify->OnLayoutItemAdded(pDocLayout, pContainerItem, nPageIndex, dwStatus);
120 SyncContainer(pNotify, pDocLayout, pChild, dwRelevantContainer,
226 CXFA_FFNotify* pNotify,
233 SyncRemoveLayoutItem(pCurLayoutItem, pNotify, pDocLayout);
235 pNotify->OnLayoutItemRemoving(pDocLayout, pCurLayoutItem);
582 CXFA_FFNotify* pNotify = pNewPageArea->GetDocument()->GetNotify();
583 auto* pContainerItem = pNotify->OnCreateContainerLayoutItem(pNewPageArea);
586 pNotify->OnPageEvent(pContainerItem, XFA_PAGEVIEWEVENT_PostRemoved);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
endpointvolume.h 87 AUDIO_VOLUME_NOTIFICATION_DATA *pNotify) = 0;
112 AUDIO_VOLUME_NOTIFICATION_DATA *pNotify);
127 #define IAudioEndpointVolumeCallback_OnNotify(This,pNotify) (This)->lpVtbl->OnNotify(This,pNotify)
140 static FORCEINLINE HRESULT IAudioEndpointVolumeCallback_OnNotify(IAudioEndpointVolumeCallback* This,AUDIO_VOLUME_NOTIFICATION_DATA *pNotify) {
141 return This->lpVtbl->OnNotify(This,pNotify);
150 AUDIO_VOLUME_NOTIFICATION_DATA *pNotify);
171 IAudioEndpointVolumeCallback *pNotify) = 0;
174 IAudioEndpointVolumeCallback *pNotify) = 0;
259 IAudioEndpointVolumeCallback *pNotify);
    [all...]
audioengineendpoint.h 251 STDMETHOD_(HRESULT,RegisterControlChangeNotify)(THIS_ IAudioEndpointVolumeCallback *pNotify) PURE;
257 STDMETHOD_(HRESULT,UnregisterControlChangeNotify)(THIS_ IAudioEndpointVolumeCallback *pNotify) PURE;
279 #define IAudioEndpointVolumeEx_RegisterControlChangeNotify(This,pNotify) (This)->lpVtbl->RegisterControlChangeNotify(This,pNotify)
285 #define IAudioEndpointVolumeEx_UnregisterControlChangeNotify(This,pNotify) (This)->lpVtbl->UnregisterControlChangeNotify(This,pNotify)
  /external/pdfium/fpdfsdk/pwl/
cpwl_edit.h 91 void SetFillerNotify(IPWL_Filler_Notify* pNotify) {
92 m_pFillerNotify = pNotify;
cpwl_list_box.h 91 void SetFillerNotify(IPWL_Filler_Notify* pNotify) {
92 m_pFillerNotify = pNotify;
cpwl_combo_box.cpp 576 void CPWL_ComboBox::SetFillerNotify(IPWL_Filler_Notify* pNotify) {
577 m_pFillerNotify = pNotify;
580 m_pEdit->SetFillerNotify(pNotify);
583 m_pList->SetFillerNotify(pNotify);
cpwl_combo_box.h 66 void SetFillerNotify(IPWL_Filler_Notify* pNotify);
cpwl_list_impl.h 50 void SetNotify(CPWL_List_Notify* pNotify) { m_pNotify = pNotify; }
  /external/pdfium/core/fpdfdoc/
cpdf_interform.h 88 void SetFormNotify(IPDF_FormNotify* pNotify);
  /external/pdfium/fxjs/
cfxjse_engine.cpp 198 CXFA_FFNotify* pNotify = pDoc->GetNotify();
199 if (!pNotify)
202 pNotify->GetDocEnvironment()->SetGlobalProperty(pNotify->GetHDOC(),
255 CXFA_FFNotify* pNotify = pDoc->GetNotify();
256 if (!pNotify)
259 pNotify->GetDocEnvironment()->GetGlobalProperty(pNotify->GetHDOC(),

Completed in 497 milliseconds

1 2