Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Side by Side Diff: native_client_sdk/doc_generated/pepper_beta/c/group___enums.html

Issue 901083002: [NaCl SDK Docs] Update Pepper docs to latest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 {{+bindTo:partials.standard_nacl_api}} 1 {{+bindTo:partials.standard_nacl_api}}
2 <h1>Enums</h1> 2 <h1>Enums</h1>
3 <div id="doxygen-ref"> 3 <div id="doxygen-ref">
4 {{- dummy div to appease doxygen -}} 4 {{- dummy div to appease doxygen -}}
5 <div> 5 <div>
6 <!-- Generated by Doxygen 1.7.6.1 --> 6 <!-- Generated by Doxygen 1.7.6.1 -->
7 7
8 </div> 8 </div>
9 <!--header--> 9 <!--header-->
10 <div class="contents"> 10 <div class="contents">
(...skipping 1626 matching lines...) Expand 10 before | Expand all | Expand 10 after
1637 <tr> 1637 <tr>
1638 <td class="memname">enum <a class="el" href="group___enums.html#ga1557c0bbce8739 a3418e6027a9c44e12">PP_TCPSocket_Option</a></td> 1638 <td class="memname">enum <a class="el" href="group___enums.html#ga1557c0bbce8739 a3418e6027a9c44e12">PP_TCPSocket_Option</a></td>
1639 </tr> 1639 </tr>
1640 </table> 1640 </table>
1641 </div> 1641 </div>
1642 <div class="memdoc"> 1642 <div class="memdoc">
1643 <p>Option names used by <code>SetOption()</code>. </p> 1643 <p>Option names used by <code>SetOption()</code>. </p>
1644 <dl><dt><b>Enumerator: </b></dt><dd><table border="0" cellspacing="2" cellpaddin g="0"> 1644 <dl><dt><b>Enumerator: </b></dt><dd><table border="0" cellspacing="2" cellpaddin g="0">
1645 <tr><td valign="top"><em><a class="anchor" id="gga1557c0bbce8739a3418e6027a9c44e 12a4b17558654d1df4452aa98f7d2609a10"></a><!-- doxytag: member="PP_TCPSOCKET_OPTI ON_NO_DELAY" ref="gga1557c0bbce8739a3418e6027a9c44e12a4b17558654d1df4452aa98f7d2 609a10" args="" -->PP_TCPSOCKET_OPTION_NO_DELAY</em>&nbsp;</td><td> 1645 <tr><td valign="top"><em><a class="anchor" id="gga1557c0bbce8739a3418e6027a9c44e 12a4b17558654d1df4452aa98f7d2609a10"></a><!-- doxytag: member="PP_TCPSOCKET_OPTI ON_NO_DELAY" ref="gga1557c0bbce8739a3418e6027a9c44e12a4b17558654d1df4452aa98f7d2 609a10" args="" -->PP_TCPSOCKET_OPTION_NO_DELAY</em>&nbsp;</td><td>
1646 <p>Disables coalescing of small writes to make TCP segments, and instead deliver s data immediately. </p> 1646 <p>Disables coalescing of small writes to make TCP segments, and instead deliver s data immediately. </p>
1647 <p>Value's type is <code>PP_VARTYPE_BOOL</code>. This option can only be set aft er a successful <code>Connect()</code> call. </p> 1647 <p>Value's type is <code>PP_VARTYPE_BOOL</code>. On version 1.1 or earlier, this option can only be set after a successful <code>Connect()</code> call. On versi on 1.2 or later, there is no such limitation. </p>
1648 </td></tr> 1648 </td></tr>
1649 <tr><td valign="top"><em><a class="anchor" id="gga1557c0bbce8739a3418e6027a9c44e 12a61ce27ba7853d05f7af51be1bed5d1a6"></a><!-- doxytag: member="PP_TCPSOCKET_OPTI ON_SEND_BUFFER_SIZE" ref="gga1557c0bbce8739a3418e6027a9c44e12a61ce27ba7853d05f7a f51be1bed5d1a6" args="" -->PP_TCPSOCKET_OPTION_SEND_BUFFER_SIZE</em>&nbsp;</td>< td> 1649 <tr><td valign="top"><em><a class="anchor" id="gga1557c0bbce8739a3418e6027a9c44e 12a61ce27ba7853d05f7af51be1bed5d1a6"></a><!-- doxytag: member="PP_TCPSOCKET_OPTI ON_SEND_BUFFER_SIZE" ref="gga1557c0bbce8739a3418e6027a9c44e12a61ce27ba7853d05f7a f51be1bed5d1a6" args="" -->PP_TCPSOCKET_OPTION_SEND_BUFFER_SIZE</em>&nbsp;</td>< td>
1650 <p>Specifies the total per-socket buffer space reserved for sends. </p> 1650 <p>Specifies the total per-socket buffer space reserved for sends. </p>
1651 <p>Value's type should be <code>PP_VARTYPE_INT32</code>. This option can only be set after a successful <code>Connect()</code> call.</p> 1651 <p>Value's type should be <code>PP_VARTYPE_INT32</code>. On version 1.1 or earli er, this option can only be set after a successful <code>Connect()</code> call. On version 1.2 or later, there is no such limitation.</p>
1652 <p>Note: This is only treated as a hint for the browser to set the buffer size. Even if <code>SetOption()</code> succeeds, the browser doesn't guarantee it will conform to the size. </p> 1652 <p>Note: This is only treated as a hint for the browser to set the buffer size. Even if <code>SetOption()</code> succeeds, the browser doesn't guarantee it will conform to the size. </p>
1653 </td></tr> 1653 </td></tr>
1654 <tr><td valign="top"><em><a class="anchor" id="gga1557c0bbce8739a3418e6027a9c44e 12aef57736e294acb30fb7b3b2f4a425f72"></a><!-- doxytag: member="PP_TCPSOCKET_OPTI ON_RECV_BUFFER_SIZE" ref="gga1557c0bbce8739a3418e6027a9c44e12aef57736e294acb30fb 7b3b2f4a425f72" args="" -->PP_TCPSOCKET_OPTION_RECV_BUFFER_SIZE</em>&nbsp;</td>< td> 1654 <tr><td valign="top"><em><a class="anchor" id="gga1557c0bbce8739a3418e6027a9c44e 12aef57736e294acb30fb7b3b2f4a425f72"></a><!-- doxytag: member="PP_TCPSOCKET_OPTI ON_RECV_BUFFER_SIZE" ref="gga1557c0bbce8739a3418e6027a9c44e12aef57736e294acb30fb 7b3b2f4a425f72" args="" -->PP_TCPSOCKET_OPTION_RECV_BUFFER_SIZE</em>&nbsp;</td>< td>
1655 <p>Specifies the total per-socket buffer space reserved for receives. </p> 1655 <p>Specifies the total per-socket buffer space reserved for receives. </p>
1656 <p>Value's type should be <code>PP_VARTYPE_INT32</code>. This option can only be set after a successful <code>Connect()</code> call.</p> 1656 <p>Value's type should be <code>PP_VARTYPE_INT32</code>. On version 1.1 or earli er, this option can only be set after a successful <code>Connect()</code> call. On version 1.2 or later, there is no such limitation.</p>
1657 <p>Note: This is only treated as a hint for the browser to set the buffer size. Even if <code>SetOption()</code> succeeds, the browser doesn't guarantee it will conform to the size. </p> 1657 <p>Note: This is only treated as a hint for the browser to set the buffer size. Even if <code>SetOption()</code> succeeds, the browser doesn't guarantee it will conform to the size. </p>
1658 </td></tr> 1658 </td></tr>
1659 </table> 1659 </table>
1660 </dd> 1660 </dd>
1661 </dl> 1661 </dl>
1662 </div> 1662 </div>
1663 </div> 1663 </div>
1664 <a class="anchor" id="ga5fef49ee4c2cc6dcead825340da0f116"></a><!-- doxytag: memb er="ppb_text_input_controller.h::PP_TextInput_Type" ref="ga5fef49ee4c2cc6dcead82 5340da0f116" args="" --> 1664 <a class="anchor" id="ga5fef49ee4c2cc6dcead825340da0f116"></a><!-- doxytag: memb er="ppb_text_input_controller.h::PP_TextInput_Type" ref="ga5fef49ee4c2cc6dcead82 5340da0f116" args="" -->
1665 <div class="memitem"> 1665 <div class="memitem">
1666 <div class="memproto"> 1666 <div class="memproto">
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
1734 </div> 1734 </div>
1735 <div class="memdoc"> 1735 <div class="memdoc">
1736 <p>Option names used by <code>SetOption()</code>. </p> 1736 <p>Option names used by <code>SetOption()</code>. </p>
1737 <dl><dt><b>Enumerator: </b></dt><dd><table border="0" cellspacing="2" cellpaddin g="0"> 1737 <dl><dt><b>Enumerator: </b></dt><dd><table border="0" cellspacing="2" cellpaddin g="0">
1738 <tr><td valign="top"><em><a class="anchor" id="gga1a8472fa3e7150615c45c38fa8c12c e2a79568403b8927bf98bea0f2d38469984"></a><!-- doxytag: member="PP_UDPSOCKET_OPTI ON_ADDRESS_REUSE" ref="gga1a8472fa3e7150615c45c38fa8c12ce2a79568403b8927bf98bea0 f2d38469984" args="" -->PP_UDPSOCKET_OPTION_ADDRESS_REUSE</em>&nbsp;</td><td> 1738 <tr><td valign="top"><em><a class="anchor" id="gga1a8472fa3e7150615c45c38fa8c12c e2a79568403b8927bf98bea0f2d38469984"></a><!-- doxytag: member="PP_UDPSOCKET_OPTI ON_ADDRESS_REUSE" ref="gga1a8472fa3e7150615c45c38fa8c12ce2a79568403b8927bf98bea0 f2d38469984" args="" -->PP_UDPSOCKET_OPTION_ADDRESS_REUSE</em>&nbsp;</td><td>
1739 <p>Allows the socket to share the local address to which it will be bound with o ther processes. </p> 1739 <p>Allows the socket to share the local address to which it will be bound with o ther processes. </p>
1740 <p>Value's type should be <code>PP_VARTYPE_BOOL</code>. This option can only be set before calling <code>Bind()</code>. </p> 1740 <p>Value's type should be <code>PP_VARTYPE_BOOL</code>. This option can only be set before calling <code>Bind()</code>. </p>
1741 </td></tr> 1741 </td></tr>
1742 <tr><td valign="top"><em><a class="anchor" id="gga1a8472fa3e7150615c45c38fa8c12c e2aeceda8fe978a52382b96939de7707c00"></a><!-- doxytag: member="PP_UDPSOCKET_OPTI ON_BROADCAST" ref="gga1a8472fa3e7150615c45c38fa8c12ce2aeceda8fe978a52382b96939de 7707c00" args="" -->PP_UDPSOCKET_OPTION_BROADCAST</em>&nbsp;</td><td> 1742 <tr><td valign="top"><em><a class="anchor" id="gga1a8472fa3e7150615c45c38fa8c12c e2aeceda8fe978a52382b96939de7707c00"></a><!-- doxytag: member="PP_UDPSOCKET_OPTI ON_BROADCAST" ref="gga1a8472fa3e7150615c45c38fa8c12ce2aeceda8fe978a52382b96939de 7707c00" args="" -->PP_UDPSOCKET_OPTION_BROADCAST</em>&nbsp;</td><td>
1743 <p>Allows sending and receiving packets to and from broadcast addresses. </p> 1743 <p>Allows sending and receiving packets to and from broadcast addresses. </p>
1744 <p>Value's type should be <code>PP_VARTYPE_BOOL</code>. This option can only be set before calling <code>Bind()</code>. </p> 1744 <p>Value's type should be <code>PP_VARTYPE_BOOL</code>. On version 1.0, this opt ion can only be set before calling <code>Bind()</code>. On version 1.1 or later, there is no such limitation. </p>
1745 </td></tr> 1745 </td></tr>
1746 <tr><td valign="top"><em><a class="anchor" id="gga1a8472fa3e7150615c45c38fa8c12c e2a905f0adde2912a5db26883d45fb75d57"></a><!-- doxytag: member="PP_UDPSOCKET_OPTI ON_SEND_BUFFER_SIZE" ref="gga1a8472fa3e7150615c45c38fa8c12ce2a905f0adde2912a5db2 6883d45fb75d57" args="" -->PP_UDPSOCKET_OPTION_SEND_BUFFER_SIZE</em>&nbsp;</td>< td> 1746 <tr><td valign="top"><em><a class="anchor" id="gga1a8472fa3e7150615c45c38fa8c12c e2a905f0adde2912a5db26883d45fb75d57"></a><!-- doxytag: member="PP_UDPSOCKET_OPTI ON_SEND_BUFFER_SIZE" ref="gga1a8472fa3e7150615c45c38fa8c12ce2a905f0adde2912a5db2 6883d45fb75d57" args="" -->PP_UDPSOCKET_OPTION_SEND_BUFFER_SIZE</em>&nbsp;</td>< td>
1747 <p>Specifies the total per-socket buffer space reserved for sends. </p> 1747 <p>Specifies the total per-socket buffer space reserved for sends. </p>
1748 <p>Value's type should be <code>PP_VARTYPE_INT32</code>. This option can only be set after a successful <code>Bind()</code> call.</p> 1748 <p>Value's type should be <code>PP_VARTYPE_INT32</code>. On version 1.0, this op tion can only be set after a successful <code>Bind()</code> call. On version 1.1 or later, there is no such limitation.</p>
1749 <p>Note: This is only treated as a hint for the browser to set the buffer size. Even if <code>SetOption()</code> succeeds, the browser doesn't guarantee it will conform to the size. </p> 1749 <p>Note: This is only treated as a hint for the browser to set the buffer size. Even if <code>SetOption()</code> succeeds, the browser doesn't guarantee it will conform to the size. </p>
1750 </td></tr> 1750 </td></tr>
1751 <tr><td valign="top"><em><a class="anchor" id="gga1a8472fa3e7150615c45c38fa8c12c e2a1264eb1d6d16eb3a074ee3d21ebb3b64"></a><!-- doxytag: member="PP_UDPSOCKET_OPTI ON_RECV_BUFFER_SIZE" ref="gga1a8472fa3e7150615c45c38fa8c12ce2a1264eb1d6d16eb3a07 4ee3d21ebb3b64" args="" -->PP_UDPSOCKET_OPTION_RECV_BUFFER_SIZE</em>&nbsp;</td>< td> 1751 <tr><td valign="top"><em><a class="anchor" id="gga1a8472fa3e7150615c45c38fa8c12c e2a1264eb1d6d16eb3a074ee3d21ebb3b64"></a><!-- doxytag: member="PP_UDPSOCKET_OPTI ON_RECV_BUFFER_SIZE" ref="gga1a8472fa3e7150615c45c38fa8c12ce2a1264eb1d6d16eb3a07 4ee3d21ebb3b64" args="" -->PP_UDPSOCKET_OPTION_RECV_BUFFER_SIZE</em>&nbsp;</td>< td>
1752 <p>Specifies the total per-socket buffer space reserved for receives. </p> 1752 <p>Specifies the total per-socket buffer space reserved for receives. </p>
1753 <p>Value's type should be <code>PP_VARTYPE_INT32</code>. This option can only be set after a successful <code>Bind()</code> call.</p> 1753 <p>Value's type should be <code>PP_VARTYPE_INT32</code>. On version 1.0, this op tion can only be set after a successful <code>Bind()</code> call. On version 1.1 or later, there is no such limitation.</p>
1754 <p>Note: This is only treated as a hint for the browser to set the buffer size. Even if <code>SetOption()</code> succeeds, the browser doesn't guarantee it will conform to the size. </p> 1754 <p>Note: This is only treated as a hint for the browser to set the buffer size. Even if <code>SetOption()</code> succeeds, the browser doesn't guarantee it will conform to the size. </p>
1755 </td></tr> 1755 </td></tr>
1756 </table> 1756 </table>
1757 </dd> 1757 </dd>
1758 </dl> 1758 </dl>
1759 </div> 1759 </div>
1760 </div> 1760 </div>
1761 <a class="anchor" id="ga41975630f0a4c49e47d4a21754f8402d"></a><!-- doxytag: memb er="ppb_url_request_info.h::PP_URLRequestProperty" ref="ga41975630f0a4c49e47d4a2 1754f8402d" args="" --> 1761 <a class="anchor" id="ga41975630f0a4c49e47d4a21754f8402d"></a><!-- doxytag: memb er="ppb_url_request_info.h::PP_URLRequestProperty" ref="ga41975630f0a4c49e47d4a2 1754f8402d" args="" -->
1762 <div class="memitem"> 1762 <div class="memitem">
1763 <div class="memproto"> 1763 <div class="memproto">
(...skipping 710 matching lines...) Expand 10 before | Expand all | Expand 10 after
2474 <td class="memname"><a class="el" href="group___enums.html#gade61cdf6a7470769b57 1925694d91a89">PP_WebSocketReadyState</a></td> 2474 <td class="memname"><a class="el" href="group___enums.html#gade61cdf6a7470769b57 1925694d91a89">PP_WebSocketReadyState</a></td>
2475 </tr> 2475 </tr>
2476 </table> 2476 </table>
2477 </div> 2477 </div>
2478 <div class="memdoc"> 2478 <div class="memdoc">
2479 </div> 2479 </div>
2480 </div> 2480 </div>
2481 </div><!-- contents --> 2481 </div><!-- contents -->
2482 </div> 2482 </div>
2483 {{/partials.standard_nacl_api}} 2483 {{/partials.standard_nacl_api}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698