Home
last modified time | relevance | path

Searched refs:xmlhttp_key (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/Paste/paste/evalexception/
Dmiddleware.py172 xmlhttp_key=None): argument
175 if xmlhttp_key is None:
177 xmlhttp_key = '_'
179 xmlhttp_key = global_conf.get('xmlhttp_key', '_')
180 self.xmlhttp_key = xmlhttp_key
346 if self.xmlhttp_key:
348 if dict(get_vars).get(self.xmlhttp_key):
360 if self.xmlhttp_key:
362 if dict(get_vars).get(self.xmlhttp_key):
603 def make_eval_exception(app, global_conf, xmlhttp_key=None): argument
[all …]
/external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
Derrormiddleware.py91 xmlhttp_key=None): argument
124 if xmlhttp_key is None:
125 xmlhttp_key = global_conf.get('xmlhttp_key', '_')
126 self.xmlhttp_key = xmlhttp_key
170 if self.xmlhttp_key:
172 if dict(get_vars).get(self.xmlhttp_key):