Searched refs:needs_http (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
D | chromium_linux.py | 103 def check_build(self, needs_http): argument 104 result = chromium.ChromiumPort.check_build(self, needs_http) 105 if needs_http:
|
D | dryrun.py | 78 def check_build(self, needs_http): argument 81 def check_sys_deps(self, needs_http): argument
|
D | chromium_mac.py | 93 def check_build(self, needs_http): argument 94 result = chromium.ChromiumPort.check_build(self, needs_http)
|
D | chromium_win.py | 109 def check_build(self, needs_http): argument 110 result = chromium.ChromiumPort.check_build(self, needs_http)
|
D | gtk.py | 89 def check_build(self, needs_http): argument
|
D | chromium_unittest.py | 231 self.assertTrue(port.check_sys_deps(needs_http=False)) 236 self.assertFalse(port.check_sys_deps(needs_http=False))
|
D | mock_drt.py | 71 def check_build(self, needs_http): argument 74 def check_sys_deps(self, needs_http): argument
|
D | chromium.py | 88 def check_build(self, needs_http): argument 115 def check_sys_deps(self, needs_http): argument
|
D | base.py | 169 def check_build(self, needs_http): argument 174 def check_sys_deps(self, needs_http): argument
|
D | test.py | 309 def check_build(self, needs_http): argument
|
D | webkit.py | 83 def check_build(self, needs_http): argument
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/ |
D | run_webkit_tests.py | 110 if not port.check_build(runner.needs_http()):
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
D | test_runner.py | 589 def needs_http(self): member in TestRunner 612 if not self._port.check_sys_deps(self.needs_http()):
|