Searched refs:CountValues (Results 1 – 5 of 5) sorted by relevance
18 int32_t CFX_CSSValueList::CountValues() const { in CountValues() function in CFX_CSSValueList
19 int32_t CountValues() const;
31 ? m_InheritedData.m_pFontFamily->CountValues() in CountFontFamilies()
395 int32_t iCount = pList->CountValues(); in ApplyProperty()564 for (int32_t i = pValue->CountValues() - 1; i >= 0; --i) { in ToTextDecoration()
76 EXPECT_EQ(list->CountValues(), pdfium::CollectionSize<int32_t>(values)); in VerifyList()