HomeSort by relevance Sort by last modified time
    Searched refs:JSONInterfaceError (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/test/pyautolib/
pyauto_errors.py 12 class JSONInterfaceError(RuntimeError):
17 class AutomationCommandFail(JSONInterfaceError):
25 class AutomationCommandTimeout(JSONInterfaceError):
download_info.py 24 from pyauto_errors import JSONInterfaceError
47 pyauto_errors.JSONInterfaceError if the automation call returns an error.
52 raise JSONInterfaceError(self.downloadsdict['error'])
prefs_info.py 22 from pyauto_errors import JSONInterfaceError
54 pyauto_errors.JSONInterfaceError if the automation call returns an error.
59 raise JSONInterfaceError(self.prefsdict['error'])
history_info.py 23 from pyauto_errors import JSONInterfaceError
46 pyauto_errors.JSONInterfaceError if the automation call returns an error.
plugins_info.py 21 from pyauto_errors import JSONInterfaceError
37 pyauto_errors.JSONInterfaceError if the automation call returns an error.
42 raise JSONInterfaceError(self.pluginsdict['error'])
omnibox_info.py 20 from pyauto_errors import JSONInterfaceError
76 pyauto_errors.JSONInterfaceError if the automation call returns an error.
81 raise JSONInterfaceError(self.omniboxdict['error'])
chromotinglib.py 12 from pyauto_errors import JSONInterfaceError
38 except JSONInterfaceError:
39 print '_ExecuteJavascript threw JSONInterfaceError'
54 except JSONInterfaceError:
55 print '_WaitForJavascriptCondition threw JSONInterfaceError'
285 except JSONInterfaceError:
502 # pyauto _GetResultFromJSONRequest throws JSONInterfaceError after
533 # pyauto _GetResultFromJSONRequest throws JSONInterfaceError after
599 # pyauto _GetResultFromJSONRequest throws JSONInterfaceError after
pyauto.py 90 from pyauto_errors import JSONInterfaceError
199 except JSONInterfaceError:
200 raise JSONInterfaceError('Unable to get browser_pid over automation '
    [all...]
  /external/chromium_org/chrome/test/functional/
test_pyauto.py 43 pyauto_errors.JSONInterfaceError,
chromeos_login.py 62 pyauto_errors.JSONInterfaceError,
72 pyauto_errors.JSONInterfaceError,
316 pyauto_errors.JSONInterfaceError,
perf_endure.py 706 except (pyauto_errors.JSONInterfaceError,
    [all...]
test_utils.py 28 except pyauto_errors.JSONInterfaceError:

Completed in 1365 milliseconds