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

  /external/pdfium/fxjs/xfa/
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_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_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)
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_object.cpp     [all...]
  /external/pdfium/xfa/fxfa/parser/
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_itemlayoutprocessor.cpp 615 CXFA_FFNotify* pNotify = pGenerateNode->GetDocument()->GetNotify();
628 pNotify->OnLayoutItemRemoving(pDocLayout, pCurLayoutItem);
    [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...]
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...]
  /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 1304 milliseconds