Lines Matching defs:Chrome
33 class Chrome(object):
39 >>> with chrome.Chrome(...) as cr:
45 close() method once you're done with the Chrome instance.
75 invoke chrome.autotestPrivate.
81 @param expect_policy_fetch: Expect that chrome can reach the device
114 disables locale sync between Chrome and Android container. In case
212 # Turn on collection of Chrome coredumps via creation of a magic file.
213 # (Without this, Chrome coredumps are trashed.)
285 chrome.autotestPrivate.loginStatus(function(s) {
295 """Returns an array of visible notifications of Chrome.
298 chrome/common/extensions/api/autotest_private.idl.
306 chrome.autotestPrivate.getVisibleNotifications(function(items) {
344 Chrome.did_browser_crash(func)