HomeSort by relevance Sort by last modified time
    Searched refs:should_log (Results 1 - 6 of 6) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/common/system/
logutils.py 136 def should_log(record): function in function:_default_handlers
147 logging_filter.filter = should_log
workspace_unittest.py 52 workspace = Workspace(None, MockExecutive(should_log=True))
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
chromium_win_unittest.py 66 port._executive = mocktool.MockExecutive(should_log=True)
80 port._executive = mocktool.MockExecutive(should_log=True)
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 655 def __init__(self, should_log):
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/chromium/third_party/libjingle/source/talk/base/
logging.cc 404 Boolean should_log = local
408 log_to_stderr = exists_and_is_valid && should_log;
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm_unittest.py     [all...]

Completed in 118 milliseconds