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

  /external/pdfium/xfa/include/fwl/core/
fwl_grid.h 44 int32_t CountColRows(FX_BOOL bColumn);
  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_gridimp.h 88 virtual int32_t CountColRows(FX_BOOL bColumn);
  /external/pdfium/xfa/src/fwl/src/core/
fwl_gridimp.cpp 27 int32_t IFWL_Grid::CountColRows(FX_BOOL bColumn) {
28 return static_cast<CFWL_GridImp*>(GetImpl())->CountColRows(bColumn);
291 int32_t CFWL_GridImp::CountColRows(FX_BOOL bColumn) {
    [all...]

Completed in 2379 milliseconds