Home
last modified time | relevance | path

Searched refs:GetNotify (Results 1 – 21 of 21) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.cpp76 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in appType()
90 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in calculationsEnabled()
106 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in currentPage()
121 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in language()
136 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in numPages()
151 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in platform()
169 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in title()
187 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in validationsEnabled()
208 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in variation()
222 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in version()
[all …]
Dcjx_form.cpp70 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize()
88 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in recalculate()
104 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate()
116 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execValidate()
Dcjx_instancemanager.cpp94 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in SetInstances()
145 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in moveInstance()
184 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in removeInstance()
234 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in addInstance()
279 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in insertInstance()
Dcjx_subform.cpp48 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize()
60 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate()
72 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execValidate()
Dcjx_exclgroup.cpp50 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize()
62 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate()
74 CXFA_FFNotify* notify = GetDocument()->GetNotify(); in execValidate()
Dcjx_field.cpp71 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize()
149 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate()
226 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execValidate()
Dcjx_layoutpseudomodel.cpp59 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in ready()
364 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in pageContent()
Dcjx_eventpseudomodel.cpp164 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in emit()
Dcjx_object.cpp1190 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in OnChanging()
1429 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in Script_Som_Message()
1635 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in Script_Som_InstanceIndex()
Dcjx_node.cpp462 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execSingleEventByName()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_document_parser.h30 CXFA_FFNotify* GetNotify() const;
Dcxfa_document.cpp143 CXFA_FFNotify* CXFA_Document::GetNotify() const { in GetNotify() function in CXFA_Document
144 return m_pParser->GetNotify(); in GetNotify()
284 GetNotify()->GetAppProvider()->GetLanguage()); in GetLocalMgr()
Dcxfa_document_parser.cpp47 CXFA_FFNotify* CXFA_DocumentParser::GetNotify() const { in GetNotify() function in CXFA_DocumentParser
Dcxfa_document.h69 CXFA_FFNotify* GetNotify() const;
Dcxfa_layoutitem.cpp19 CXFA_FFNotify* pNotify = pLayoutItem->m_pFormNode->GetDocument()->GetNotify(); in XFA_ReleaseLayoutItem()
Dcxfa_layoutpagemgr.cpp245 return pTestScript->GetDocument()->GetNotify()->RunScript( in RunBreakTestScript()
582 CXFA_FFNotify* pNotify = pNewPageArea->GetDocument()->GetNotify(); in AddPageAreaLayoutItem()
1628 m_pTemplatePageSetRoot->GetDocument()->GetNotify(); in SaveLayoutItem()
1690 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in MergePageSetContents()
1905 CXFA_FFNotify* pNotify = m_pTemplatePageSetRoot->GetDocument()->GetNotify(); in SyncLayoutData()
Dcxfa_node.cpp842 CXFA_FFNotify* pNotify = m_pDocument->GetNotify(); in InsertChild()
889 CXFA_FFNotify* pNotify = m_pDocument->GetNotify(); in InsertChild()
1078 CXFA_FFNotify* pNotify = m_pDocument->GetNotify(); in SetFlag()
1109 CXFA_FFNotify* pNotify = m_pDocument->GetNotify(); in OnRemoved()
1382 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in SendAttributeChangeMessage()
Dcxfa_itemlayoutprocessor.cpp77 pNode->GetDocument()->GetNotify()->StartFieldDrawLayout(pNode, *fWidth, in UpdateWidgetSize()
615 CXFA_FFNotify* pNotify = pGenerateNode->GetDocument()->GetNotify(); in DeleteLayoutGeneratedNode()
1001 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in FindLayoutItemSplitPos()
1183 pFormNode->GetDocument()->GetNotify()->OnCreateContentLayoutItem( in CreateContentLayoutItem()
1357 m_pOldLayoutItem->m_pFormNode->GetDocument()->GetNotify(); in ExtractLayoutItem()
2754 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in DoLayoutField()
/external/pdfium/fxjs/
Dcfxjse_engine.cpp198 CXFA_FFNotify* pNotify = pDoc->GetNotify(); in GlobalPropertySetter()
255 CXFA_FFNotify* pNotify = pDoc->GetNotify(); in GlobalPropertyGetter()
Dcfxjse_formcalc_context.cpp4662 IXFA_AppProvider* pAppProvider = pDoc->GetNotify()->GetAppProvider(); in Get()
4694 IXFA_AppProvider* pAppProvider = pDoc->GetNotify()->GetAppProvider(); in Post()
4750 IXFA_AppProvider* pAppProvider = pDoc->GetNotify()->GetAppProvider(); in Put()
/external/pdfium/xfa/fxfa/
Dcxfa_widgetacc.cpp2131 m_pNode->GetDocument()->GetNotify()->OnWidgetListItemAdded( in InsertItem()
2254 m_pNode->GetDocument()->GetNotify()->OnWidgetListItemRemoved(this, nIndex); in DeleteItem()