Searched defs:TestVar (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ppapi/tests/
H A Dtest_var.h14 class TestVar : public TestCase { class in inherits:TestCase
16 explicit TestVar(TestingInstance* instance) : TestCase(instance) {} function in class:TestVar
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dinspector_runtime_unittest.py61 def TestVar(context_id): function in function:InspectorRuntimeTest.testIFrame
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)
73 iframe3 = TestVar(context_id=starting_contexts+4)

Completed in 1658 milliseconds