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
7 * This file defines the <code>PPB_Messaging</code> interface implemented
19 * The <code>PPB_Messaging</code> interface is implemented by the browser
29 * @param[in] instance A <code>PP_Instance</code> identifying one instance
31 * @param[in] message A <code>PP_Var</code> containing the data to be sent to
33 * <code>message</code> can be any <code>PP_Var</code> type except
34 * <code>PP_VARTYPE_OBJECT</code>. Array/Dictionary types are supported from
38 * When passing array or dictionary <code>PP_Var</code>s, the entire reference
42 * Listeners for message events in JavaScript code will receive an object
43 * conforming to the HTML 5 <code>MessageEvent</code> interface.
45 * data in the received <code>MessageEvent</code>.
49 * <code>http://www.whatwg.org/specs/web-workers/current-work/</code> for
54 * @code
71 * @code