Searched defs:GetAltText (Results 1 – 3 of 3) sorted by relevance
106 void GetAltText(const FPDF_PAGE page, std::vector<std::string>* result) { in GetAltText() function110 void GetAltText(const FPDF_PAGE page, std::unordered_map<int, std::string>* result) { in GetAltText() function
47 WideString CPDF_StructElement::GetAltText() const { in GetAltText() function in CPDF_StructElement
14 TEST_F(FPDFStructTreeEmbedderTest, GetAltText) { in TEST_F() argument