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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android.py 423 self._host_port = factory.PortFactory(host).get('chromium', **kwargs)
483 return self._host_port.check_wdiff(logging)
629 return self._host_port._build_path(*comps)
632 return self._host_port._build_path_with_configuration(configuration, *comps)
635 return self._host_port.path_to_apache()
638 return self._host_port.path_to_apache_config_file()
647 return self._host_port._path_to_image_diff()
650 return self._host_port._path_to_lighttpd()
653 return self._host_port._path_to_lighttpd_modules()
656 return self._host_port._path_to_lighttpd_php(
    [all...]
android_unittest.py 183 port._host_port._wdiff_available = True

Completed in 107 milliseconds