Home | History | Annotate | Download | only in tests

Lines Matching defs:interface

47   // it does test that the interface exists and that it can be called without
50 const PPB_Console* interface = console_interface_;
53 TestConsoleSub(interface, pp_instance, source, pp::Var());
54 TestConsoleSub(interface, pp_instance, source, pp::Var(pp::Var::Null()));
55 TestConsoleSub(interface, pp_instance, source, pp::Var(false));
56 TestConsoleSub(interface, pp_instance, source, pp::Var(12345678));
57 TestConsoleSub(interface, pp_instance, source, pp::Var(-0.0));
58 TestConsoleSub(interface, pp_instance, source, pp::Var("Hello World!"));
59 TestConsoleSub(interface, pp_instance, source, pp::VarArray());
60 TestConsoleSub(interface, pp_instance, source, pp::VarArrayBuffer());
61 TestConsoleSub(interface, pp_instance, source, pp::VarDictionary());