Searched defs:Chrome (Results 1 - 3 of 3) sorted by relevance

/external/autotest/client/common_lib/cros/
H A Dchrome.py35 class Chrome(object): class in inherits:object
41 >>> with chrome.Chrome(...) as cr:
47 close() method once you're done with the Chrome instance.
167 # Turn on collection of Chrome coredumps via creation of a magic file.
168 # (Without this, Chrome coredumps are trashed.)
240 """Returns an array of visible notifications of Chrome.
289 Chrome.did_browser_crash(func)
/external/python/cpython2/Lib/
H A Dwebbrowser.py307 class Chrome(UnixBrowser): class in inherits:UnixBrowser
308 "Launcher class for Google Chrome browser."
316 Chromium = Chrome
498 # Google Chrome/Chromium browsers
501 register(browser, None, Chrome(browser))
/external/python/cpython3/Lib/
H A Dwebbrowser.py278 class Chrome(UnixBrowser): class in inherits:UnixBrowser
279 "Launcher class for Google Chrome browser."
287 Chromium = Chrome
468 # Google Chrome/Chromium browsers
471 register(browser, None, Chrome(browser))

Completed in 180 milliseconds