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

  /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)
  /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/core/src/fpdftext/
fpdf_text_int.cpp     [all...]

Completed in 106 milliseconds