Home
last modified time | relevance | path

Searched refs:url_for (Results 1 – 3 of 3) sorted by relevance

/external/v8/tools/
Dv8-info.sh132 url_for() { function
154 u) url_for $OPTARG
/external/chromium-trace/trace-viewer/third_party/webapp2/
DCHANGES330 - Removed WSGIApplication.url_for(), to_unicode(), to_utf8().
331 - RequestHandler.url_for was renamed to uri_for, with url_for kept
540 - '_netloc' can be passed to url_for() build URLs for a given domain or
625 - Added build_only option for routes: routes that are only used for url_for()
Dwebapp2.py627 url_for = uri_for variable in RequestHandler