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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dcollector.py34 self.should_trace = None
66 tracename = self.should_trace(filename, frame)
145 def __init__(self, should_trace, timid, branch, warn):
148 `should_trace` is a function, taking a filename, and returning a
165 self.should_trace = should_trace
191 # A cache of the results from should_trace, the decision about whether
204 tracer.should_trace = self.should_trace
H A Dtracer.c65 PyObject * should_trace; member in struct:__anon11461
137 self->should_trace = NULL;
170 Py_XDECREF(self->should_trace);
333 /* Ask should_trace about it. */
335 tracename = PyObject_Call(self->should_trace, args, NULL);
338 /* An error occurred inside should_trace. */
583 { "should_trace", T_OBJECT, offsetof(CTracer, should_trace), 0,
593 PyDoc_STR("Dictionary caching should_trace results.") },

Completed in 470 milliseconds