Home
last modified time | relevance | path

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

/external/chromium-trace/trace-viewer/third_party/Paste/paste/evalexception/media/
Ddebug.js2 var tbid = anchor.getAttribute('tbid');
14 $('debug_input_'+tbid).focus();
18 + '/show_frame?tbid=' + tbid
27 $('debug_input_'+tbid).focus();
44 function submitInput(button, tbid) { argument
56 tbid: tbid, property
/external/chromium-trace/trace-viewer/third_party/Paste/paste/evalexception/
Dmiddleware.py260 def show_frame(self, tbid, debug_info, **kw): argument
261 frame = debug_info.frame(int(tbid))
269 return input_form(tbid, debug_info) + local_vars
275 def exec_input(self, tbid, debug_info, input, **kw): argument
279 frame = debug_info.frame(int(tbid))
403 def frame(self, tbid): argument
405 if id(frame) == tbid:
408 raise ValueError("No frame by id %s found from %r" % (tbid, self.frames))
455 % (frame.tbid, self.base_path))
562 def input_form(tbid, debug_info): argument
[all …]
/external/chromium-trace/trace-viewer/third_party/Paste/paste/exceptions/
Dcollector.py489 tbid = None variable in ExceptionFrame