Searched refs:GetURL (Results 1 - 9 of 9) sorted by relevance

/external/libbrillo/brillo/http/
H A Dhttp_connection_fake.cc47 auto handler = transport->GetHandler(request_.GetURL(), request_.GetMethod());
50 << " request at " << request_.GetURL();
H A Dhttp_transport_fake.h163 const std::string& GetURL() const { return url_; } function in class:brillo::http::fake::ServerRequest
/external/pdfium/core/include/fpdftext/
H A Dfpdf_text.h177 virtual CFX_WideString GetURL(int index) const = 0;
/external/pdfium/core/src/fpdftext/
H A Dtext_int.h220 CFX_WideString GetURL(int index) const override;
H A Dfpdf_text_int.cpp2692 CFX_WideString CPDF_LinkExtract::GetURL(int index) const { function in class:CPDF_LinkExtract
/external/pdfium/fpdfsdk/include/fpdfxfa/
H A Dfpdfxfa_doc.h142 virtual void GetURL(IXFA_Doc* hDoc, CFX_WideString& wsDocURL);
/external/pdfium/fpdfsdk/src/
H A Dfpdftext.cpp254 CFX_WideString url = pageLink->GetURL(link_index);
/external/pdfium/xfa/include/fxfa/
H A Dfxfa.h438 virtual void GetURL(IXFA_Doc* hDoc, CFX_WideString& wsDocURL) = 0;
/external/pdfium/fpdfsdk/src/fpdfxfa/
H A Dfpdfxfa_doc.cpp770 void CPDFXFA_Document::GetURL(IXFA_Doc* hDoc, CFX_WideString& wsDocURL) { function in class:CPDFXFA_Document

Completed in 671 milliseconds