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

  /external/pdfium/xfa/fxfa/parser/
cxfa_itemlayoutprocessor.cpp 88 bool* bContainerHeightAutoSize) {
90 *bContainerHeightAutoSize = true;
107 *bContainerHeightAutoSize = false;
123 *bContainerHeightAutoSize = false;
133 bool bContainerHeightAutoSize,
154 if (bContainerHeightAutoSize) {
176 bool bContainerHeightAutoSize = true;
179 &bContainerHeightAutoSize);
246 float fNewHeight = bContainerHeightAutoSize ? -1 : fContentCurrentHeight;
249 if (bContainerHeightAutoSize) {
    [all...]
cxfa_itemlayoutprocessor.h 119 bool bContainerHeightAutoSize,

Completed in 243 milliseconds