/external/pdfium/xfa/fxfa/ |
D | cxfa_ffnotify.cpp | 55 CXFA_FFNotify::CXFA_FFNotify(CXFA_FFDoc* pDoc) : m_pDoc(pDoc) {} in CXFA_FFNotify() function in CXFA_FFNotify 57 CXFA_FFNotify::~CXFA_FFNotify() {} in ~CXFA_FFNotify() 59 void CXFA_FFNotify::OnPageEvent(CXFA_ContainerLayoutItem* pSender, in OnPageEvent() 66 void CXFA_FFNotify::OnWidgetListItemAdded(CXFA_WidgetAcc* pSender, in OnWidgetListItemAdded() 85 void CXFA_FFNotify::OnWidgetListItemRemoved(CXFA_WidgetAcc* pSender, in OnWidgetListItemRemoved() 102 CXFA_ContainerLayoutItem* CXFA_FFNotify::OnCreateContainerLayoutItem( in OnCreateContainerLayoutItem() 114 CXFA_ContentLayoutItem* CXFA_FFNotify::OnCreateContentLayoutItem( in OnCreateContentLayoutItem() 195 void CXFA_FFNotify::StartFieldDrawLayout(CXFA_Node* pItem, in StartFieldDrawLayout() 205 bool CXFA_FFNotify::FindSplitPos(CXFA_Node* pItem, in FindSplitPos() 213 bool CXFA_FFNotify::RunScript(CXFA_Script* script, CXFA_Node* item) { in RunScript() [all …]
|
D | cxfa_ffnotify.h | 17 class CXFA_FFNotify { 19 explicit CXFA_FFNotify(CXFA_FFDoc* pDoc); 20 ~CXFA_FFNotify();
|
D | cxfa_ffdoc.h | 22 class CXFA_FFNotify; variable 90 std::unique_ptr<CXFA_FFNotify> m_pNotify;
|
D | cxfa_ffdoc.cpp | 169 m_pNotify = pdfium::MakeUnique<CXFA_FFNotify>(this); in StartLoad()
|
/external/pdfium/fxjs/xfa/ |
D | cjx_hostpseudomodel.cpp | 76 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 …]
|
D | cjx_form.cpp | 70 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()
|
D | cjx_instancemanager.cpp | 94 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()
|
D | cjx_subform.cpp | 48 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize() 60 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate() 72 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execValidate()
|
D | cjx_exclgroup.cpp | 50 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize() 62 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate() 74 CXFA_FFNotify* notify = GetDocument()->GetNotify(); in execValidate()
|
D | cjx_field.cpp | 71 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize() 149 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate() 226 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execValidate()
|
D | cjx_layoutpseudomodel.cpp | 59 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in ready() 364 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in pageContent()
|
D | cjx_eventpseudomodel.cpp | 164 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in emit()
|
D | cjx_object.cpp | 1190 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()
|
D | cjx_node.cpp | 462 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execSingleEventByName()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_document_parser.h | 16 class CXFA_FFNotify; variable 22 explicit CXFA_DocumentParser(CXFA_FFNotify* pNotify); 30 CXFA_FFNotify* GetNotify() const; 34 UnownedPtr<CXFA_FFNotify> const m_pNotify;
|
D | cxfa_document_parser.cpp | 14 CXFA_DocumentParser::CXFA_DocumentParser(CXFA_FFNotify* pNotify) in CXFA_DocumentParser() 47 CXFA_FFNotify* CXFA_DocumentParser::GetNotify() const { in GetNotify()
|
D | cxfa_document.h | 53 class CXFA_FFNotify; variable 69 CXFA_FFNotify* GetNotify() const;
|
D | cxfa_layoutitem.cpp | 19 CXFA_FFNotify* pNotify = pLayoutItem->m_pFormNode->GetDocument()->GetNotify(); in XFA_ReleaseLayoutItem()
|
D | cxfa_layoutpagemgr.cpp | 95 void SyncContainer(CXFA_FFNotify* pNotify, in SyncContainer() 226 CXFA_FFNotify* pNotify, in SyncRemoveLayoutItem() 582 CXFA_FFNotify* pNotify = pNewPageArea->GetDocument()->GetNotify(); in AddPageAreaLayoutItem() 1627 CXFA_FFNotify* pNotify = in SaveLayoutItem() 1690 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in MergePageSetContents() 1905 CXFA_FFNotify* pNotify = m_pTemplatePageSetRoot->GetDocument()->GetNotify(); in SyncLayoutData()
|
D | cxfa_node.cpp | 842 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()
|
D | cxfa_document.cpp | 143 CXFA_FFNotify* CXFA_Document::GetNotify() const { in GetNotify()
|
D | cxfa_itemlayoutprocessor.cpp | 615 CXFA_FFNotify* pNotify = pGenerateNode->GetDocument()->GetNotify(); in DeleteLayoutGeneratedNode() 1001 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in FindLayoutItemSplitPos() 1356 CXFA_FFNotify* pNotify = in ExtractLayoutItem() 2754 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in DoLayoutField()
|
/external/pdfium/fxjs/ |
D | cfxjse_engine.cpp | 198 CXFA_FFNotify* pNotify = pDoc->GetNotify(); in GlobalPropertySetter() 255 CXFA_FFNotify* pNotify = pDoc->GetNotify(); in GlobalPropertyGetter()
|