Lines Matching full:chrome
9 from autotest_lib.client.common_lib.cros import chrome
17 (chrome.Error, exceptions.IndexError, exceptions.Exception),
22 """This class provides access to telemetry chrome wrapper."""
29 @param chrome_object: A chrome.Chrome object or None.
36 self._chrome = chrome.Chrome(
51 """Closes Chrome."""
73 @raise chrome.Error if the found extension has not yet been
85 raise chrome.Error(errmsg)