Searched defs:_should_trace (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dcontrol.py132 self._should_trace, timid=self.config.timid,
175 # The matchers for _should_trace, created when tracing starts.
205 def _should_trace(self, filename, frame): member in class:coverage
280 _real_should_trace = _should_trace
281 def _should_trace(self, filename, frame): # pylint: disable=E0102 function in function:coverage._should_trace
282 """A logging decorator around the real _should_trace function."""
371 # Create the matchers we need for _should_trace

Completed in 2087 milliseconds