OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pCurContentArea
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fxfa/src/parser/
xfa_layout_pagemgr_new.h
16
pCurContentArea
(pContentArea) {}
19
CXFA_ContainerLayoutItem*
pCurContentArea
;
xfa_layout_pagemgr_new.cpp
212
if (pNewRecord->
pCurContentArea
!= pPrevRecord->
pCurContentArea
) {
213
XFA_LayoutItemMgr_RemoveLayoutItem(pNewRecord->
pCurContentArea
);
231
if (pNewRecord->
pCurContentArea
!= pPrevRecord->
pCurContentArea
) {
232
XFA_LayoutItemMgr_ReorderLayoutItemToTail(pNewRecord->
pCurContentArea
);
240
GetCurrentContainerRecord()->
pCurContentArea
->AddChild(pContentLayoutItem);
256
->
pCurContentArea
->m_pFormNode->GetMeasure(XFA_ATTRIBUTE_H)
421
pNewRecord->
pCurContentArea
= NULL;
427
pNewRecord->
pCurContentArea
= NULL;
[
all
...]
Completed in 48 milliseconds