HomeSort by relevance Sort by last modified time
    Searched defs:TestVar (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ppapi/tests/
test_var.h 14 class TestVar : public TestCase {
16 explicit TestVar(TestingInstance* instance) : TestCase(instance) {}
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
inspector_runtime_unittest.py 42 test_defined_js = "typeof(testVar) != 'undefined'"
50 self.assertEquals(self._tab.EvaluateJavaScript('testVar'), 'host')
53 """Returns True if the context and testVar are both ready."""
61 def TestVar(context_id):
62 """Waits for testVar and the context to be ready, then returns the value
63 of testVar."""
65 return self._tab.EvaluateJavaScriptInContext('testVar', context_id)
68 self.assertEquals(TestVar(context_id=starting_contexts+1), 'host')
71 iframe1 = TestVar(context_id=starting_contexts+2)
72 iframe2 = TestVar(context_id=starting_contexts+3
    [all...]

Completed in 89 milliseconds