Searched refs:urlfetch (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
H A Dmain.py9 from google.appengine.api import urlfetch namespace
11 from google.appengine.api.urlfetch import DownloadError
/external/chromium/chrome/common/extensions/docs/server/
H A Dchromeextensionsdocs.py14 from google.appengine.api import urlfetch namespace
75 result = urlfetch.fetch(url + self.request.query_string)
77 logging.error("urlfetch failed: " + url)
78 # TODO(nickbaum): what should we do when the urlfetch fails?
80 logging.error("urlfetch failed: " + url)
81 # TODO(nickbaum): what should we do when the urlfetch fails?
165 result = urlfetch.fetch(url="https://tools.google.com/service/update2",
167 method=urlfetch.POST,
171 logging.error("urlfetch failed.")
172 # TODO(nickbaum): what should we do when the urlfetch fail
[all...]

Completed in 134 milliseconds