/external/pdfium/xfa/fxfa/ |
D | cxfa_ffnotify.cpp | 46 CXFA_FFNotify::CXFA_FFNotify(CXFA_FFDoc* pDoc) : m_pDoc(pDoc) {} in CXFA_FFNotify() function in CXFA_FFNotify 48 CXFA_FFNotify::~CXFA_FFNotify() {} in ~CXFA_FFNotify() 50 void CXFA_FFNotify::OnPageEvent(CXFA_ViewLayoutItem* pSender, in OnPageEvent() 57 void CXFA_FFNotify::OnWidgetListItemAdded(CXFA_Node* pSender, in OnWidgetListItemAdded() 70 void CXFA_FFNotify::OnWidgetListItemRemoved(CXFA_Node* pSender, in OnWidgetListItemRemoved() 82 std::unique_ptr<CXFA_FFPageView> CXFA_FFNotify::OnCreateViewLayoutItem( in OnCreateViewLayoutItem() 92 std::unique_ptr<CXFA_FFWidget> CXFA_FFNotify::OnCreateContentLayoutItem( in OnCreateContentLayoutItem() 191 void CXFA_FFNotify::StartFieldDrawLayout(CXFA_Node* pItem, in StartFieldDrawLayout() 197 bool CXFA_FFNotify::RunScript(CXFA_Script* script, CXFA_Node* item) { in RunScript() 211 XFA_EventError CXFA_FFNotify::ExecEventByDeepFirst(CXFA_Node* pFormNode, in ExecEventByDeepFirst() [all …]
|
D | cxfa_ffnotify.h | 23 class CXFA_FFNotify { 25 explicit CXFA_FFNotify(CXFA_FFDoc* pDoc); 26 ~CXFA_FFNotify();
|
D | cxfa_ffdoc.h | 25 class CXFA_FFNotify; variable 84 std::unique_ptr<CXFA_FFNotify> m_pNotify;
|
D | cxfa_ffdoc.cpp | 78 m_pNotify(pdfium::MakeUnique<CXFA_FFNotify>(this)), in CXFA_FFDoc()
|
/external/pdfium/fxjs/xfa/ |
D | cjx_hostpseudomodel.cpp | 82 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in appType() 96 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in calculationsEnabled() 112 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in currentPage() 127 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in language() 142 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in numPages() 157 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in platform() 175 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in title() 193 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in validationsEnabled() 233 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in name() 254 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in gotoURL() [all …]
|
D | cjx_form.cpp | 73 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize() 92 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in recalculate() 108 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate() 121 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execValidate()
|
D | cjx_subform.cpp | 54 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize() 67 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate() 80 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execValidate()
|
D | cjx_exclgroup.cpp | 54 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize() 67 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate() 80 CXFA_FFNotify* notify = GetDocument()->GetNotify(); in execValidate()
|
D | cjx_instancemanager.cpp | 98 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in SetInstances() 146 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in moveInstance() 189 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in removeInstance() 244 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in addInstance() 289 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in insertInstance()
|
D | cjx_field.cpp | 77 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize() 157 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate() 235 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execValidate()
|
D | cfxjse_engine.cpp | 205 CXFA_FFNotify* pNotify = pDoc->GetNotify(); in GlobalPropertySetter() 274 CXFA_FFNotify* pNotify = pDoc->GetNotify(); in GlobalPropertyGetter() 370 CXFA_FFNotify* pNotify = pObject->GetDocument()->GetNotify(); in NormalPropertyGetter()
|
D | cjx_layoutpseudomodel.cpp | 68 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in ready() 368 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in pageContent()
|
D | cjx_eventpseudomodel.cpp | 180 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in emit()
|
D | cjx_object.cpp | 1056 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in OnChanging() 1298 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in ScriptSomMessage() 1490 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in ScriptSomInstanceIndex()
|
D | cjx_node.cpp | 514 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execSingleEventByName()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_document.h | 46 class CXFA_FFNotify; variable 66 CXFA_Document(CXFA_FFNotify* notify, 79 CXFA_FFNotify* GetNotify() const { return notify_.Get(); } in GetNotify() 126 UnownedPtr<CXFA_FFNotify> const notify_;
|
D | cxfa_node.cpp | 1558 CXFA_FFNotify* pNotify = m_pDocument->GetNotify(); in InsertChildAndNotify() 1756 CXFA_FFNotify* pNotify = m_pDocument->GetNotify(); in SetFlagAndNotify() 1781 CXFA_FFNotify* pNotify = m_pDocument->GetNotify(); in OnRemoved() 2049 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in SendAttributeChangeMessage()
|
D | cxfa_document.cpp | 1276 CXFA_Document::CXFA_Document(CXFA_FFNotify* notify, in CXFA_Document()
|
/external/pdfium/xfa/fxfa/layout/ |
D | cxfa_layoutitem.cpp | 28 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in XFA_ReleaseLayoutItem()
|
D | cxfa_viewlayoutprocessor.cpp | 129 void SyncContainer(CXFA_FFNotify* pNotify, in SyncContainer() 247 CXFA_FFNotify* pNotify, in SyncRemoveLayoutItem() 663 CXFA_FFNotify* pNotify = pNewPageArea->GetDocument()->GetNotify(); in AddPageAreaLayoutItem() 1598 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in SaveLayoutItemChildren() 1645 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in MergePageSetContents() 1846 CXFA_FFNotify* pNotify = m_pPageSetNode->GetDocument()->GetNotify(); in SyncLayoutData()
|
D | cxfa_contentlayoutprocessor.cpp | 433 CXFA_FFNotify* pNotify = pGenerateNode->GetDocument()->GetNotify(); in DeleteLayoutGeneratedNode() 478 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in FindLayoutItemSplitPos() 642 CXFA_FFNotify* pNotify = pFormNode->GetDocument()->GetNotify(); in CreateContentLayoutItem() 812 CXFA_FFNotify* pNotify = in ExtractLayoutItem() 2031 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in DoLayoutField()
|