Home
last modified time | relevance | path

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

/external/clang/test/CodeGenObjCXX/
Dproperty-dot-reference.mm5 void GetURL() const;
16 self.node.GetURL();
/external/libbrillo/brillo/http/
Dhttp_connection_fake.cc47 auto handler = transport->GetHandler(request_.GetURL(), request_.GetMethod()); in FinishRequest()
50 << " request at " << request_.GetURL(); in FinishRequest()
Dhttp_transport_fake.h165 const std::string& GetURL() const { return url_; } in GetURL() function
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Explorer/
DURL_Suite.py19 def GetURL(self, _object, _attributes={}, **_arguments): member in URL_Suite_Events
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Netscape/
DStandard_URL_suite.py23 def GetURL(self, _object, _attributes={}, **_arguments): member in Standard_URL_suite_Events
/external/pdfium/core/fpdftext/
Dcpdf_linkextract.h25 WideString GetURL(size_t index) const;
Dcpdf_linkextract.cpp306 WideString CPDF_LinkExtract::GetURL(size_t index) const { in GetURL() function in CPDF_LinkExtract
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Terminal/
DTerminal_Suite.py15 def GetURL(self, _object, _attributes={}, **_arguments): member in Terminal_Suite_Events
/external/pdfium/fpdfsdk/
Dfpdftext.cpp345 wsUrl = pageLink->GetURL(link_index); in FPDFLink_GetURL()