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

  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
URL_Suite.py 19 def GetURL(self, _object, _attributes={}, **_arguments):
20 """GetURL: Open the URL (and optionally save it to disk)
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
Standard_URL_suite.py 23 def GetURL(self, _object, _attributes={}, **_arguments):
24 """GetURL: Loads the URL (optionally to disk)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
URL_Suite.py 19 def GetURL(self, _object, _attributes={}, **_arguments):
20 """GetURL: Open the URL (and optionally save it to disk)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
Standard_URL_suite.py 23 def GetURL(self, _object, _attributes={}, **_arguments):
24 """GetURL: Loads the URL (optionally to disk)
  /external/libbrillo/brillo/http/
http_transport_fake.h 163 const std::string& GetURL() const { return url_; }
  /system/webservd/webservd/
request.h 107 const std::string& GetURL() const { return url_; }
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Terminal_Suite.py 15 def GetURL(self, _object, _attributes={}, **_arguments):
16 """GetURL: Opens a telnet: URL
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Terminal_Suite.py 15 def GetURL(self, _object, _attributes={}, **_arguments):
16 """GetURL: Opens a telnet: URL
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tlogstg.h 64 virtual HRESULT WINAPI GetURL(LPOLESTR *ppszURL) = 0;
73 HRESULT (WINAPI *GetURL)(ITravelLogEntry *This,LPOLESTR *ppszURL);
84 #define ITravelLogEntry_GetURL(This,ppszURL) (This)->lpVtbl->GetURL(This,ppszURL)
  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_doc.cpp 770 void CPDFXFA_Document::GetURL(IXFA_Doc* hDoc, CFX_WideString& wsDocURL) {
    [all...]
  /external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp     [all...]

Completed in 707 milliseconds