Home
last modified time | relevance | path

Searched refs:latest_platform_fallback_path (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
Dlinux.py48 FALLBACK_PATHS = { 'x86_64': [ 'linux' ] + win.WinPort.latest_platform_fallback_path() }
Dandroid.py410 …ALLBACK_PATHS = {'icecreamsandwich': ['android'] + linux.LinuxPort.latest_platform_fallback_path()}
Dbase.py134 def latest_platform_fallback_path(cls): member in Port