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

1 2

  /external/pdfium/xfa/fxfa/parser/
cscript_hostpseudomodel.cpp 40 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
41 if (!pNotify)
53 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
54 if (!pNotify) {
57 CXFA_FFDoc* hDoc = pNotify->GetHDOC();
59 pNotify->GetDocEnvironment()->SetCalculationsEnabled(hDoc,
63 pValue->SetBoolean(pNotify->GetDocEnvironment()->IsCalculationsEnabled(hDoc));
69 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
70 if (!pNotify) {
73 CXFA_FFDoc* hDoc = pNotify->GetHDOC()
    [all...]
cxfa_document_parser.cpp 13 CXFA_DocumentParser::CXFA_DocumentParser(CXFA_FFNotify* pNotify)
14 : m_nodeParser(nullptr, true), m_pNotify(pNotify) {}
cxfa_document_parser.h 23 explicit CXFA_DocumentParser(CXFA_FFNotify* pNotify);
cxfa_node.cpp     [all...]
cxfa_layoutitem.cpp 16 CXFA_FFNotify* pNotify = pLayoutItem->m_pFormNode->GetDocument()->GetNotify();
22 pNotify->OnLayoutItemRemoving(pDocLayout,
28 pNotify->OnLayoutItemRemoving(pDocLayout, pLayoutItem);
30 pNotify->OnPageEvent(static_cast<CXFA_ContainerLayoutItem*>(pLayoutItem),
cscript_eventpseudomodel.cpp 212 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
213 if (!pNotify) {
216 CXFA_FFWidgetHandler* pWidgetHandler = pNotify->GetWidgetHandler();
cscript_layoutpseudomodel.cpp 37 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
38 if (!pNotify) {
45 int32_t iStatus = pNotify->GetLayoutStatus();
363 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
364 if (!pNotify) {
cxfa_layoutpagemgr.cpp 84 void SyncContainer(CXFA_FFNotify* pNotify,
104 pNotify->OnLayoutItemAdded(pDocLayout, pContainerItem, nPageIndex, dwStatus);
108 SyncContainer(pNotify, pDocLayout, pChild, dwRelevantContainer,
209 CXFA_FFNotify* pNotify,
216 SyncRemoveLayoutItem(pCurLayoutItem, pNotify, pDocLayout);
218 pNotify->OnLayoutItemRemoving(pDocLayout, pCurLayoutItem);
561 CXFA_FFNotify* pNotify = pNewPageArea->GetDocument()->GetNotify();
564 pNotify->OnCreateLayoutItem(pNewPageArea));
567 pNotify->OnPageEvent(pContainerItem, XFA_PAGEVIEWEVENT_PostRemoved);
    [all...]
cxfa_scriptcontext.cpp 200 CXFA_FFNotify* pNotify = pDoc->GetNotify();
201 if (!pNotify) {
204 pNotify->GetDocEnvironment()->SetGlobalProperty(pNotify->GetHDOC(),
276 CXFA_FFNotify* pNotify = pDoc->GetNotify();
277 if (!pNotify) {
280 pNotify->GetDocEnvironment()->GetGlobalProperty(pNotify->GetHDOC(),
xfa_layout_itemlayout.cpp 571 CXFA_FFNotify* pNotify = pGenerateNode->GetDocument()->GetNotify();
583 pNotify->OnLayoutItemRemoving(pDocLayout, pCurLayoutItem);
    [all...]
  /system/nfc/halimpl/pn54x/dnld/
phDnldNfc.h 101 extern NFCSTATUS phDnldNfc_Reset(pphDnldNfc_RspCb_t pNotify, void* pContext);
103 pphDnldNfc_RspCb_t pNotify,
107 pphDnldNfc_RspCb_t pNotify,
110 pphDnldNfc_RspCb_t pNotify,
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);
121 pphDnldNfc_RspCb_t pNotify, void* pContext);
124 extern NFCSTATUS phDnldNfc_ReadMem(void* pHwRef, pphDnldNfc_RspCb_t pNotify,
    [all...]
phDnldNfc.c 50 ** Parameters pNotify - notify caller after getting response
61 NFCSTATUS phDnldNfc_Reset(pphDnldNfc_RspCb_t pNotify, void* pContext) {
64 if ((NULL == pNotify) || (NULL == pContext)) {
78 (gpphDnldContext->UserCb) = pNotify;
104 ** pNotify - notify caller after getting response
116 pphDnldNfc_RspCb_t pNotify, void* pContext) {
119 if ((NULL == pVersionInfo) || (NULL == pNotify) || (NULL == pContext)) {
134 (gpphDnldContext->UserCb) = pNotify;
162 ** pNotify - notify caller after getting response
175 pphDnldNfc_RspCb_t pNotify,
    [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)
devicetopology.h     [all...]
strmif.h     [all...]
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_ListBox.h 100 void SetFillerNotify(IPWL_Filler_Notify* pNotify) {
101 m_pFillerNotify = pNotify;
PWL_Edit.h 103 void SetFillerNotify(IPWL_Filler_Notify* pNotify) {
104 m_pFillerNotify = pNotify;
PWL_ComboBox.h 69 void SetFillerNotify(IPWL_Filler_Notify* pNotify);
PWL_ComboBox.cpp 618 void CPWL_ComboBox::SetFillerNotify(IPWL_Filler_Notify* pNotify) {
619 m_pFillerNotify = pNotify;
622 m_pEdit->SetFillerNotify(pNotify);
625 m_pList->SetFillerNotify(pNotify);
  /external/pdfium/core/fpdfdoc/
cpdf_interform.h 88 void SetFormNotify(IPDF_FormNotify* pNotify);
cpdf_interform.cpp     [all...]
  /external/pdfium/fpdfsdk/fxedit/
fxet_list.h 226 void SetNotify(CPWL_List_Notify* pNotify);
fxet_edit.h 337 void SetNotify(CPWL_EditCtrl* pNotify);
fxet_list.cpp 206 void CFX_ListCtrl::SetNotify(CPWL_List_Notify* pNotify) {
207 m_pNotify = pNotify;

Completed in 997 milliseconds

1 2