Home
last modified time | relevance | path

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

/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
Dchromium_linux.py151 self._path_to_lighttpd(), "LigHTTPd executable")
186 def _path_to_lighttpd(self): member in ChromiumLinuxPort
Dchromium_mac.py148 def _path_to_lighttpd(self): member in ChromiumMacPort
Dchromium_win.py150 def _path_to_lighttpd(self): member in ChromiumWinPort
Dhttp_server.py192 executable = self._port_obj._path_to_lighttpd()
Dbase_unittest.py284 self.assertVirtual(port._path_to_lighttpd)
Dbase.py834 def _path_to_lighttpd(self): member in Port