Home | History | Annotate | Download | only in api

Lines Matching full:code

2  * Use of this source code is governed by a BSD-style license that can be
18 * The <code>PPP_Messaging</code> interface contains pointers to functions
30 * @param[in] instance A <code>PP_Instance</code> identifying one instance
32 * @param[in] message A <code>PP_Var</code> which has been converted from a
43 * The following JavaScript code invokes <code>HandleMessage</code>, passing
44 * the module instance on which it was invoked, with <code>message</code>
45 * being a string <code>PP_Var</code> containing "Hello world!"
49 * @code