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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
systemhost_mock.py 42 self.executive = executive or MockExecutive(should_log=log_executive, should_throw_when_run=executive_throws_when_run)
executive_mock.py 64 def __init__(self, should_log=False, should_throw=False, should_throw_when_run=None):
67 self._should_throw_when_run = should_throw_when_run or set()

Completed in 563 milliseconds