Home
last modified time | relevance | path

Searched refs:IsParsered (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/src/reflow/
Dreflowedtextpage.h27 FX_BOOL IsParsered() const;
Dreflowedtextpage.cpp48 FX_BOOL CRF_TextPage::IsParsered() const in IsParsered() function in CRF_TextPage
/external/pdfium/core/include/fpdftext/
Dfpdf_text.h83 virtual FX_BOOL IsParsered() const = 0;
/external/pdfium/core/src/fpdftext/
Dtext_int.h61 virtual FX_BOOL IsParsered() const in IsParsered() function
Dfpdf_text_int.cpp2627 if (!pTextPage || !pTextPage->IsParsered()) { in ExtractLinks()