Searched refs:GetURL (Results 1 – 9 of 9) sorted by relevance
/external/clang/test/CodeGenObjCXX/ |
D | property-dot-reference.mm | 5 void GetURL() const; 16 self.node.GetURL();
|
/external/libbrillo/brillo/http/ |
D | http_connection_fake.cc | 47 auto handler = transport->GetHandler(request_.GetURL(), request_.GetMethod()); in FinishRequest() 50 << " request at " << request_.GetURL(); in FinishRequest()
|
D | http_transport_fake.h | 165 const std::string& GetURL() const { return url_; } in GetURL() function
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Explorer/ |
D | URL_Suite.py | 19 def GetURL(self, _object, _attributes={}, **_arguments): member in URL_Suite_Events
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Netscape/ |
D | Standard_URL_suite.py | 23 def GetURL(self, _object, _attributes={}, **_arguments): member in Standard_URL_suite_Events
|
/external/pdfium/core/fpdftext/ |
D | cpdf_linkextract.h | 25 WideString GetURL(size_t index) const;
|
D | cpdf_linkextract.cpp | 306 WideString CPDF_LinkExtract::GetURL(size_t index) const { in GetURL() function in CPDF_LinkExtract
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Terminal/ |
D | Terminal_Suite.py | 15 def GetURL(self, _object, _attributes={}, **_arguments): member in Terminal_Suite_Events
|
/external/pdfium/fpdfsdk/ |
D | fpdftext.cpp | 345 wsUrl = pageLink->GetURL(link_index); in FPDFLink_GetURL()
|