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

  /external/pdfium/fxjs/xfa/
cjx_keep.cpp 39 void CJX_Keep::intact(CFXJSE_Value* pValue, function in class:CJX_Keep
  /system/core/logwrapper/
logwrap.c 481 struct sigaction intact; local
547 sigaction(SIGINT, &ignact, &intact);
556 sigaction(SIGINT, &intact, NULL);
  /external/pdfium/xfa/fxfa/parser/
cxfa_node.cpp 669 Optional<XFA_AttributeEnum> intact = local
670 pKeep->JSObject()->TryEnum(XFA_Attribute::Intact, false);
671 if (intact) {
672 if (*intact == XFA_AttributeEnum::None &&
697 return *intact;
    [all...]

Completed in 406 milliseconds