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

  /external/pdfium/core/fpdfapi/page/
cpdf_contentmark.cpp 26 int CPDF_ContentMark::CountItems() const {
27 return m_Ref.GetObject()->CountItems();
47 if (CountItems() == 0)
56 for (int i = 0; i < pData->CountItems(); i++) {
69 for (int i = 0; i < pData->CountItems(); i++) {
86 int CPDF_ContentMark::MarkData::CountItems() const {
cpdf_contentmark.h 28 int CountItems() const;
47 int CountItems() const;
cpdf_textobject.h 39 int CountItems() const;
cpdf_textobject.cpp 24 int CPDF_TextObject::CountItems() const {
  /external/pdfium/xfa/fwl/
cfwl_listbox.cpp 129 int32_t iCount = CountItems(this);
149 int32_t iCount = CountItems(this);
197 int32_t iCount = CountItems(this);
220 int32_t iCount = CountItems(this);
252 int32_t iCount = CountItems(this);
269 int32_t iCount = CountItems(this);
279 int32_t iCount = CountItems(this);
317 int32_t nCount = CountItems(this);
395 int32_t iCount = CountItems(this);
496 int32_t iCount = CountItems(this)
    [all...]
cfwl_listbox.h 52 int32_t CountItems(const CFWL_Widget* pWidget) const;
cfwl_combobox.cpp 218 int32_t iCount = m_pListBox->CountItems(nullptr);
539 int32_t iItems = pComboList->CountItems(nullptr);
856 int32_t iCount = m_pListBox->CountItems(nullptr);
986 int32_t iCount = pComboList->CountItems(nullptr);
cfwl_combolist.cpp 32 int32_t iCount = CountItems(this);
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 47 const int nItems = pTextObj->CountItems();
763 int nItem = prev_Obj.m_pTextObj->CountItems();
815 int nContentMark = pTextObj->m_ContentMark.CountItems();
838 m_pPreTextObj->m_ContentMark.CountItems() == n &&
878 int nContentMark = pTextObj->m_ContentMark.CountItems();
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_occontext.cpp 184 for (int i = 0; i < pObj->m_ContentMark.CountItems(); i++) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h     [all...]

Completed in 162 milliseconds