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

  /external/pdfium/core/fpdftext/
cpdf_linkextract.h 18 class CPDF_LinkExtract {
20 explicit CPDF_LinkExtract(const CPDF_TextPage* pTextPage);
21 ~CPDF_LinkExtract();
cpdf_linkextract.cpp 7 #include "core/fpdftext/cpdf_linkextract.h"
107 CPDF_LinkExtract::CPDF_LinkExtract(const CPDF_TextPage* pTextPage)
110 CPDF_LinkExtract::~CPDF_LinkExtract() {}
112 void CPDF_LinkExtract::ExtractLinks() {
124 void CPDF_LinkExtract::ParseLink() {
188 bool CPDF_LinkExtract::CheckWebLink(WideString* strBeCheck,
238 bool CPDF_LinkExtract::CheckMailLink(WideString* str) {
306 WideString CPDF_LinkExtract::GetURL(size_t index) const
    [all...]

Completed in 1042 milliseconds