Lines Matching full:code
2 * Use of this source code is governed by a BSD-style license that can be
34 * The <code>PPP_Messaging</code> interface contains pointers to functions
46 * @param[in] instance A <code>PP_Instance</code> identifying one instance
48 * @param[in] message A <code>PP_Var</code> which has been converted from a
59 * The following JavaScript code invokes <code>HandleMessage</code>, passing
60 * the module instance on which it was invoked, with <code>message</code>
61 * being a string <code>PP_Var</code> containing "Hello world!"
65 * @code