OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pCurPageSet
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fxfa/src/parser/
xfa_layout_pagemgr_new.h
14
:
pCurPageSet
(pPageSet),
17
CXFA_ContainerLayoutItem*
pCurPageSet
;
xfa_layout_pagemgr_new.cpp
204
if (pNewRecord->
pCurPageSet
!= pPrevRecord->
pCurPageSet
) {
205
XFA_LayoutItemMgr_RemoveLayoutItem(pNewRecord->
pCurPageSet
);
223
if (pNewRecord->
pCurPageSet
!= pPrevRecord->
pCurPageSet
) {
224
XFA_LayoutItemMgr_ReorderLayoutItemToTail(pNewRecord->
pCurPageSet
);
345
pNewRecord->
pCurPageSet
= m_pPageSetCurRoot;
352
pNewRecord->
pCurPageSet
= pParentLayoutItem;
356
if (pPageSet == GetCurrentContainerRecord()->
pCurPageSet
->m_pFormNode) {
359
GetCurrentContainerRecord()->
pCurPageSet
->m_pParent;
[
all
...]
Completed in 33 milliseconds