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

  /external/pdfium/xfa/fxfa/parser/
xfa_layout_itemlayout.cpp 80 bool* bContainerHeightAutoSize) {
82 *bContainerHeightAutoSize = true;
97 *bContainerHeightAutoSize = false;
105 if (*bContainerHeightAutoSize && eType == XFA_Element::Subform &&
109 *bContainerHeightAutoSize = false;
118 bool bContainerHeightAutoSize,
134 if (bContainerHeightAutoSize) {
153 bool bContainerHeightAutoSize = true;
156 &bContainerHeightAutoSize);
215 FX_FLOAT fNewHeight = bContainerHeightAutoSize ? -1 : fContentCurrentHeight
    [all...]
xfa_layout_itemlayout.h 136 bool bContainerHeightAutoSize,

Completed in 75 milliseconds