OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:urlfetch
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/common/extensions/docs/server/
chromeextensionsdocs.py
14
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
fails
[
all
...]
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
main.py
9
from google.appengine.api import
urlfetch
namespace
11
from google.appengine.api.
urlfetch
import DownloadError
/external/chromium/chrome/browser/net/websocket_experiment/
websocket_experiment_task.cc
244
UpdateHistogramTimes(config_, "
UrlFetch
", result_.url_fetch,
Completed in 2748 milliseconds