Home
last modified time | relevance | path

Searched refs:ExampleConstructorBase (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dspannable_test.js401 function ExampleConstructorBase() {} class
405 ExampleConstructor1.prototype = new ExampleConstructorBase();
406 ExampleConstructor2.prototype = new ExampleConstructorBase();
407 ExampleConstructor3.prototype = new ExampleConstructorBase();
416 assertEquals(ex1, spannable.getSpanInstanceOf(ExampleConstructorBase));