OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
40
self.executive = executive or MockExecutive(should_log=log_executive,
should_throw_when_run
=executive_throws_when_run)
executive_mock.py
58
def __init__(self, should_log=False, should_throw=False,
should_throw_when_run
=None):
61
self._should_throw_when_run =
should_throw_when_run
or set()
Completed in 27 milliseconds