HomeSort by relevance Sort by last modified time
    Searched defs:pKeep (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_layout_itemlayout.cpp 200 CXFA_Node* pKeep = pCurNode->GetFirstChildByClass(XFA_ELEMENT_Keep);
201 if (pKeep) {
207 if (pKeep->TryEnum(eKeepType, ePrevious, FALSE)) {
214 pKeep = pPreContainer->GetFirstChildByClass(XFA_ELEMENT_Keep);
215 if (!pKeep) {
223 if (!pKeep->TryEnum(eKeepType, eNext, FALSE)) {
    [all...]
xfa_object_imp.cpp 521 CXFA_Node* pKeep = GetFirstChildByClass(XFA_ELEMENT_Keep);
523 if (pKeep) {
525 if (pKeep->TryEnum(XFA_ATTRIBUTE_Intact, eIntact, FALSE)) {
535 if (pKeep->TryEnum(XFA_ATTRIBUTE_Previous, eValue, FALSE)) {
541 CXFA_Node* pKeep =
543 if (pKeep) {
544 if (pKeep->TryEnum(XFA_ATTRIBUTE_Next, eValue, FALSE)) {
    [all...]

Completed in 111 milliseconds