Home
last modified time | relevance | path

Searched refs:browsers (Results 1 – 25 of 197) sorted by relevance

12345678

/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
Dbrowser_finder.py63 browsers = []
74 browsers.extend(curr_browsers)
86 if len(browsers) == 1:
88 browsers[0].browser_type)
89 browsers[0].UpdateExecutableIfNeeded()
90 return browsers[0]
94 '\n'.join(sorted(set([b.browser_type for b in browsers]))))
102 browsers.sort(CompareBrowsersOnTypePriority)
103 if len(browsers) >= 1:
104 browsers[0].UpdateExecutableIfNeeded()
[all …]
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
Ddesktop_browser_finder.py129 browsers = []
178 browsers.append(PossibleDesktopBrowser(
191 browsers.append(PossibleDesktopBrowser(
222 browsers.append(PossibleDesktopBrowser('canary', finder_options,
227 browsers.append(PossibleDesktopBrowser('system', finder_options,
234 browsers.append(PossibleDesktopBrowser('reference', finder_options,
250 browsers.append(PossibleDesktopBrowser(version, finder_options,
254 browsers.append(PossibleDesktopBrowser('reference', finder_options,
273 browsers.append(PossibleDesktopBrowser(
282 if len(browsers) and not has_x11_display and not has_ozone_platform:
[all …]
Dcros_browser_finder.py82 browsers = []
84 return browsers
87 browsers = [PossibleCrOSBrowser('system', finder_options,
117 browsers.extend([PossibleCrOSBrowser('cros-chrome', finder_options,
122 return browsers
Dios_browser_finder_unittest.py19 browsers = ios_browser_finder.FindAllAvailableBrowsers(
21 self.assertTrue(browsers)
22 for browser in browsers:
Dios_browser_finder.py111 browsers = []
113 browsers.append(PossibleIOSBrowser(IOS_BROWSERS[browser_type],
115 return list(browsers)
Ddesktop_browser_finder_unittest.py51 browsers = self.DoFindAll()
52 return [b.browser_type for b in browsers]
/external/libvncserver/webclients/novnc/include/
Dblack.css14 background: #4c4c4c; /* Old browsers */
23 background: #f04040; /* Old browsers */
32 background: #f0f040; /* Old browsers */
52 background: #4c4c4c; /* Old browsers */
63 background: #9dd53a; /* Old browsers */
Dbase.css177 background:#eee; /* default background for browsers without gradient support */
242 background: #b2bdcd; /* Old browsers */
251 background: #f04040; /* Old browsers */
260 background: #f0f040; /* Old browsers */
288 background: #b2bdcd; /* Old browsers */
305 background: #779ced; /* Old browsers */
323 background:#fff; /* default background for browsers without gradient support */
/external/chromium-trace/catapult/systrace/bin/
Dadb_profile_chrome_startup44 browsers = sorted(util.get_supported_browsers().keys())
46 'One of ' + ', '.join(browsers) + ', "stable" is used by '
47 'default.', type='choice', choices=browsers,
/external/fmtlib/doc/bootstrap/
Dnormalize.less63 // Prevent modern browsers from displaying `audio` without controls.
94 // Improve readability when focused and also mouse hovered in all browsers.
150 // Address inconsistent and variable font size in all browsers.
158 // Prevent `sub` and `sup` affecting `line-height` in all browsers.
208 // Address differences between Firefox and other browsers.
218 // Contain overflow in all browsers.
226 // Address odd `em`-unit font size rendering in all browsers.
Dutilities.less41 // Hide from screenreaders and browsers
Dmodals.less54 border: 1px solid @modal-content-fallback-border-color; //old browsers fallback (ie8 etc)
/external/chromium-trace/catapult/systrace/profile_chrome/
Dmain.py56 browsers = sorted(util.get_supported_browsers().keys())
58 'One of ' + ', '.join(browsers) + ', "stable" is used by '
59 'default.', type='choice', choices=browsers,
/external/zopfli/
DREADME.zopflipng31 limited. When targeting Android, Chrome, Opera, and Yandex browsers, or by using
32 suitable plugins for other browsers, it is good to note that WebP lossless
/external/curl/docs/
DHTTP-COOKIES.md27 sharing the cookies with browsers, only to see browsers move away from that
28 format. Modern browsers no longer use it, while curl still does.
DSSLCERTS29 operating system trusts, or the set one of the known browsers trust. That's
31 modern operating systems and browsers are setup to trust *hundreds* of
/external/libvncserver/webclients/novnc/
DREADME.md8 including mobile browsers (iPhone/iPad and Android).
47 * Supports all modern browsers including mobile (iOS, Android)
72 * HTML5 WebSockets: For browsers that do not have builtin
/external/fmtlib/doc/bootstrap/mixins/
Dclearfix.less3 // For modern browsers
Dvendor-prefixes.less54 // Prevent browsers from flickering when using CSS 3D transforms.
66 // supported browsers that have box shadow capabilities now support it.
Dforms.less50 // WebKit's default styles, but applicable to a wider range of browsers. Its
/external/libvncserver/webclients/novnc/include/web-socket-js/
DREADME.txt52 …her browsers such as Safari, Opera or IE 6. Patch for these browsers are appreciated, but I will n…
/external/webrtc/
DREADME.md1 **WebRTC is a free, open software project** that provides browsers and mobile
/external/iptables/extensions/
Dlibxt_TCPMSS.man15 Web browsers connect, then hang with no data received.
/external/antlr/antlr-3.4/runtime/JavaScript/build/
DREADME46 that some browsers (notably, Firefox 3.5) will have trouble with this page
/external/icu/icu4j/perf-tests/data/conversion/
Denglish.txt13 …nt ISO/IEC 10646. It is supported in many operating systems, all modern browsers, and many other p…

12345678