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

  /external/pdfium/xfa/src/fwl/src/lightwidget/
combobox.cpp 51 int32_t CFWL_ComboBox::CountItems() {
52 return m_comboBoxData.CountItems(GetWidget());
244 int32_t CFWL_ComboBox::CFWL_ComboBoxDP::CountItems(IFWL_Widget* pWidget) {
listbox.cpp 50 int32_t iCount = m_ListBoxDP.CountItems(m_pIface);
68 int32_t iCount = m_ListBoxDP.CountItems(m_pIface);
130 int32_t CFWL_ListBox::CountItems() {
174 int32_t nCount = m_ListBoxDP.CountItems(NULL);
210 int32_t CFWL_ListBox::CFWL_ListBoxDP::CountItems(IFWL_Widget* pWidget) {
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtblock.cpp 188 int32_t CFDE_TxtEdtFieldFormatParser::CountItems() const {
462 int32_t nCount = FormatParser.CountItems();
514 int32_t nCount = FormatParser.CountItems();
589 int32_t nCount = FormatParser.CountItems();
632 int32_t nCount = FormatParser.CountItems();
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 304 inline int CountItems() const { return m_Marks.GetSize(); }
410 int CountItems() const { return m_nChars; }
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_comboboximp.cpp 219 int32_t iCount = pData->CountItems(m_pInterface);
258 int32_t CFWL_ComboListImp::CountItems() {
261 return pData ? pData->CountItems(m_pInterface) : 0;
698 static_cast<CFWL_ComboListImp*>(m_pListBox->GetImpl())->CountItems();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h     [all...]

Completed in 509 milliseconds