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

Side by Side Diff: chrome/common/extensions/docs/apps/socket.html

Issue 10825269: Build extension docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/common/extensions/docs/extensions/experimental.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 </ol> 217 </ol>
218 </li><li> 218 </li><li>
219 <a href="#type-socket.WriteInfo">socket.WriteInfo</a> 219 <a href="#type-socket.WriteInfo">socket.WriteInfo</a>
220 <ol> 220 <ol>
221 </ol> 221 </ol>
222 </li><li> 222 </li><li>
223 <a href="#type-socket.RecvFromInfo">socket.RecvFromInfo</a> 223 <a href="#type-socket.RecvFromInfo">socket.RecvFromInfo</a>
224 <ol> 224 <ol>
225 </ol> 225 </ol>
226 </li><li> 226 </li><li>
227 <a href="#type-experimental.socket.SocketInfo">experimental.sock et.SocketInfo</a> 227 <a href="#type-socket.SocketInfo">socket.SocketInfo</a>
228 <ol> 228 <ol>
229 </ol> 229 </ol>
230 </li> 230 </li>
231 </ol> 231 </ol>
232 </li> 232 </li>
233 </ol> 233 </ol>
234 </li> 234 </li>
235 </ol> 235 </ol>
236 </div> 236 </div>
237 <!-- /TABLE OF CONTENTS --> 237 <!-- /TABLE OF CONTENTS -->
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 <dl> 771 <dl>
772 </dl> 772 </dl>
773 <!-- CALLBACK --> 773 <!-- CALLBACK -->
774 <!-- MIN_VERSION --> 774 <!-- MIN_VERSION -->
775 </div> <!-- /description --> 775 </div> <!-- /description -->
776 </div><div class="apiItem"> 776 </div><div class="apiItem">
777 <a name="method-getInfo"></a> <!-- method-anchor --> 777 <a name="method-getInfo"></a> <!-- method-anchor -->
778 <h4>getInfo</h4> 778 <h4>getInfo</h4>
779 <div class="summary"> 779 <div class="summary">
780 <!-- Note: intentionally longer 80 columns --> 780 <!-- Note: intentionally longer 80 columns -->
781 <span>chrome.experimental.socket.getInfo</span>(<span class="n ull"><span>integer</span> 781 <span>chrome.socket.getInfo</span>(<span class="null"><span>in teger</span>
782 <var><span>socketId</span></var></span><span class="null"> <span>, </span><span>function</span> 782 <var><span>socketId</span></var></span><span class="null"> <span>, </span><span>function</span>
783 <var><span>GetInfoCallback</span></var></span>)</div> 783 <var><span>GetInfoCallback</span></var></span>)</div>
784 <div class="description"> 784 <div class="description">
785 <p>Retrieves the state of the given socket.</p> 785 <p>Retrieves the state of the given socket.</p>
786 <!-- PARAMETERS --> 786 <!-- PARAMETERS -->
787 <h4>Parameters</h4> 787 <h4>Parameters</h4>
788 <dl> 788 <dl>
789 <div> 789 <div>
790 <div> 790 <div>
791 <dt> 791 <dt>
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
840 <div> 840 <div>
841 <div> 841 <div>
842 <dt> 842 <dt>
843 <var>result</var> 843 <var>result</var>
844 <em> 844 <em>
845 <!-- TYPE --> 845 <!-- TYPE -->
846 <div style="display:inline"> 846 <div style="display:inline">
847 ( 847 (
848 <span id="typeTemplate"> 848 <span id="typeTemplate">
849 <span> 849 <span>
850 <a href="experimental.socket.html#type-experimental.sock et.SocketInfo">experimental.socket.SocketInfo</a> 850 <a href="socket.html#type-socket.SocketInfo">socket.Sock etInfo</a>
851 </span> 851 </span>
852 </span> 852 </span>
853 ) 853 )
854 </div> 854 </div>
855 </em> 855 </em>
856 </dt> 856 </dt>
857 <dd class="todo"> 857 <dd class="todo">
858 Undocumented. 858 Undocumented.
859 </dd> 859 </dd>
860 <!-- OBJECT PROPERTIES --> 860 <!-- OBJECT PROPERTIES -->
(...skipping 1220 matching lines...) Expand 10 before | Expand all | Expand 10 after
2081 <!-- FUNCTION PARAMETERS --> 2081 <!-- FUNCTION PARAMETERS -->
2082 </div> 2082 </div>
2083 </div> 2083 </div>
2084 </dl> 2084 </dl>
2085 </dd> 2085 </dd>
2086 <!-- OBJECT METHODS --> 2086 <!-- OBJECT METHODS -->
2087 <!-- OBJECT EVENT FIELDS --> 2087 <!-- OBJECT EVENT FIELDS -->
2088 <!-- FUNCTION PARAMETERS --> 2088 <!-- FUNCTION PARAMETERS -->
2089 </div> 2089 </div>
2090 </div><div class="apiItem"> 2090 </div><div class="apiItem">
2091 <a name="type-experimental.socket.SocketInfo"></a> 2091 <a name="type-socket.SocketInfo"></a>
2092 <h4>experimental.socket.SocketInfo</h4> 2092 <h4>socket.SocketInfo</h4>
2093 <div> 2093 <div>
2094 <dt> 2094 <dt>
2095 <em> 2095 <em>
2096 <!-- TYPE --> 2096 <!-- TYPE -->
2097 <div style="display:inline"> 2097 <div style="display:inline">
2098 ( 2098 (
2099 <span id="typeTemplate"> 2099 <span id="typeTemplate">
2100 <span> 2100 <span>
2101 <span>object</span> 2101 <span>object</span>
2102 </span> 2102 </span>
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
2233 </div><div> 2233 </div><div>
2234 <div> 2234 <div>
2235 <dt> 2235 <dt>
2236 <var>socketType</var> 2236 <var>socketType</var>
2237 <em> 2237 <em>
2238 <!-- TYPE --> 2238 <!-- TYPE -->
2239 <div style="display:inline"> 2239 <div style="display:inline">
2240 ( 2240 (
2241 <span id="typeTemplate"> 2241 <span id="typeTemplate">
2242 <span> 2242 <span>
2243 <a href="experimental.socket.html#type-experimental.sock et.SocketType">experimental.socket.SocketType</a> 2243 <a href="socket.html#type-socket.SocketType">socket.Sock etType</a>
2244 </span> 2244 </span>
2245 </span> 2245 </span>
2246 ) 2246 )
2247 </div> 2247 </div>
2248 </em> 2248 </em>
2249 </dt> 2249 </dt>
2250 <dd>The type of the passed socket. This will be <code>tcp</code> or <c ode>udp</code>.</dd> 2250 <dd>The type of the passed socket. This will be <code>tcp</code> or <c ode>udp</code>.</dd>
2251 <!-- OBJECT PROPERTIES --> 2251 <!-- OBJECT PROPERTIES -->
2252 <!-- OBJECT METHODS --> 2252 <!-- OBJECT METHODS -->
2253 <!-- OBJECT EVENT FIELDS --> 2253 <!-- OBJECT EVENT FIELDS -->
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
2302 _uff=0; 2302 _uff=0;
2303 urchinTracker(); 2303 urchinTracker();
2304 } 2304 }
2305 catch(e) {/* urchinTracker not available. */} 2305 catch(e) {/* urchinTracker not available. */}
2306 </script> 2306 </script>
2307 <!-- end analytics --> 2307 <!-- end analytics -->
2308 </div> 2308 </div>
2309 </div> <!-- /gc-footer --> 2309 </div> <!-- /gc-footer -->
2310 </div> <!-- /gc-container --> 2310 </div> <!-- /gc-container -->
2311 </body></html> 2311 </body></html>
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/extensions/experimental.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698