Home
last modified time | relevance | path

Searched refs:AddChangedContainer (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcjx_instancemanager.cpp105 GetDocument()->GetLayoutProcessor()->AddChangedContainer( in SetInstances()
127 GetDocument()->GetLayoutProcessor()->AddChangedContainer( in MoveInstance()
199 GetDocument()->GetLayoutProcessor()->AddChangedContainer( in removeInstance()
247 GetDocument()->GetLayoutProcessor()->AddChangedContainer( in addInstance()
292 GetDocument()->GetLayoutProcessor()->AddChangedContainer( in insertInstance()
Dcjx_layoutpseudomodel.cpp411 pLayoutProcessor->AddChangedContainer(pContentRootNode); in relayout()
/external/pdfium/xfa/fxfa/layout/
Dcxfa_layoutprocessor.h32 void AddChangedContainer(CXFA_Node* pContainer) override;
Dcxfa_layoutprocessor.cpp126 void CXFA_LayoutProcessor::AddChangedContainer(CXFA_Node* pContainer) { in AddChangedContainer() function in CXFA_LayoutProcessor
/external/pdfium/xfa/fxfa/parser/
Dcxfa_document.h57 virtual void AddChangedContainer(CXFA_Node* pContainer) = 0;
/external/pdfium/xfa/fxfa/
Dcxfa_ffnotify.cpp424 m_pDoc->GetXFADoc()->GetLayoutProcessor()->AddChangedContainer(pNode); in OnContainerChanged()