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

  /external/pdfium/xfa/include/fwl/lightwidget/
edit.h 28 int32_t GetLimit();
  /external/pdfium/xfa/src/fwl/src/lightwidget/
edit.cpp 90 int32_t CFWL_Edit::GetLimit() {
93 return static_cast<IFWL_Edit*>(m_pIface)->GetLimit();
  /external/pdfium/xfa/include/fwl/basewidget/
fwl_edit.h 132 int32_t GetLimit();
  /external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_editimp.h 51 virtual int32_t GetLimit();
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp 73 int32_t IFWL_Edit::GetLimit() {
74 return static_cast<CFWL_EditImp*>(GetImpl())->GetLimit();
576 int32_t CFWL_EditImp::GetLimit() {
    [all...]
fwl_comboboximp.cpp 767 return m_pEdit->GetLimit();
    [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fftextedit.cpp 257 if (((CFWL_Edit*)m_pNormalWidget)->GetLimit() != iMaxChars) {

Completed in 74 milliseconds