Home
last modified time | relevance | path

Searched refs:should_log (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/system/
Dlogutils.py136 def should_log(record): function
147 logging_filter.filter = should_log
Dworkspace_unittest.py52 workspace = Workspace(None, MockExecutive(should_log=True))
/external/webkit/Tools/Scripts/webkitpy/tool/
Dmocktool.py655 def __init__(self, should_log): argument
656 self.should_log = should_log
659 if self.should_log:
671 if self.should_log:
740 self.executive = MockExecutive(should_log=log_executive)
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
Dchromium_win_unittest.py66 port._executive = mocktool.MockExecutive(should_log=True)
80 port._executive = mocktool.MockExecutive(should_log=True)
/external/chromium/third_party/libjingle/source/talk/base/
Dlogging.cc404 Boolean should_log = in OutputToDebug() local
408 log_to_stderr = exists_and_is_valid && should_log; in OutputToDebug()
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
Dscm_unittest.py1354 executive = MockExecutive(should_log=False)
1357 executive.should_log = True