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

  /external/pdfium/fpdfsdk/src/javascript/
Field.h 79 enum FIELD_PROP eProp;
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssstyleselector.cpp 514 FDE_CSSPROPERTY eProp;
520 pDecl->GetNextProperty(pos, eProp, pVal, bImportant);
521 if (eProp == FDE_CSSPROPERTY_FontSize) {
524 ApplyProperty(eProp, pVal, pComputedStyle);
536 pDecl->GetNextProperty(pos, eProp, pVal, bImportant);
537 if (bImportant && eProp != FDE_CSSPROPERTY_FontSize) {
538 ApplyProperty(eProp, pVal, pComputedStyle);
    [all...]

Completed in 198 milliseconds