OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetURL
(Results
1 - 18
of
18
) sorted by null
/external/pdfium/core/fpdftext/
cpdf_linkextract.h
25
WideString
GetURL
(size_t index) const;
cpdf_linkextract.cpp
306
WideString CPDF_LinkExtract::
GetURL
(size_t index) const {
/external/python/cpython2/Lib/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)
/external/python/cpython2/Lib/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/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_connection_fake.cc
47
auto handler = transport->GetHandler(request_.
GetURL
(), request_.GetMethod());
50
<< " request at " << request_.
GetURL
();
http_transport_fake.h
163
const std::string&
GetURL
() const { return url_; }
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
intshcut.h
70
STDMETHOD(
GetURL
)(THIS_ LPSTR *ppszURL) PURE;
81
STDMETHOD(
GetURL
)(THIS_ LPWSTR *ppszURL) PURE;
tlogstg.h
94
virtual HRESULT STDMETHODCALLTYPE
GetURL
(
122
HRESULT (STDMETHODCALLTYPE *
GetURL
)(
140
#define ITravelLogEntry_GetURL(This,ppszURL) (This)->lpVtbl->
GetURL
(This,ppszURL)
157
return This->lpVtbl->
GetURL
(This,ppszURL);
mfplay.h
87
STDMETHOD_(HRESULT,
GetURL
)(THIS_ LPWSTR *ppwszURL) PURE;
113
#define IMFPMediaItem_GetURL(This,ppwszURL) (This)->lpVtbl->
GetURL
(This,ppwszURL)
wmsdkidl.h
[
all
...]
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Terminal/
Terminal_Suite.py
15
def
GetURL
(self, _object, _attributes={}, **_arguments):
16
"""
GetURL
: Opens a telnet: 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
/external/pdfium/fpdfsdk/
fpdftext.cpp
345
wsUrl = pageLink->
GetURL
(link_index);
Completed in 2351 milliseconds