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

  /external/pdfium/xfa/fxfa/
cxfa_ffnumericedit.cpp 57 Optional<int32_t> numCells = m_pNode->GetWidgetAcc()->GetNumberOfCells();
58 if (numCells && *numCells > 0) {
60 pWidget->SetLimit(*numCells);
cxfa_ffdatetimeedit.cpp 88 Optional<int32_t> numCells = m_pNode->GetWidgetAcc()->GetNumberOfCells();
89 if (numCells && *numCells > 0) {
91 pWidget->SetEditLimit(*numCells);
cxfa_fftextedit.cpp 95 Optional<int32_t> numCells = m_pNode->GetWidgetAcc()->GetNumberOfCells();
96 if (!numCells) {
98 } else if (*numCells == 0) {
103 pWidget->SetLimit(*numCells);
  /external/deqp/modules/gles31/functional/
es31fVertexAttributeBindingTests.cpp     [all...]

Completed in 211 milliseconds