diff options
Diffstat (limited to 'chrome/common/extensions/docs/windows.html')
-rw-r--r-- | chrome/common/extensions/docs/windows.html | 158 |
1 files changed, 79 insertions, 79 deletions
diff --git a/chrome/common/extensions/docs/windows.html b/chrome/common/extensions/docs/windows.html index 5e3382e..5db7a66 100644 --- a/chrome/common/extensions/docs/windows.html +++ b/chrome/common/extensions/docs/windows.html @@ -161,17 +161,17 @@ <div id="toc"> <p>Contents</p> <ol> - <li jsinstance="0"> + <li> <a href="#manifest">Manifest</a> <ol> - <li jsinstance="*0" style="display: none; "> + <li style="display: none; "> <a>h3Name</a> </li> </ol> - </li><li jsinstance="*1"> + </li><li> <a href="#current-window">The current window</a> <ol> - <li jsinstance="*0" style="display: none; "> + <li style="display: none; "> <a>h3Name</a> </li> </ol> @@ -191,19 +191,19 @@ <li> <a href="#methods">Methods</a> <ol> - <li jsinstance="0"> + <li> <a href="#method-create">create</a> - </li><li jsinstance="1"> + </li><li> <a href="#method-get">get</a> - </li><li jsinstance="2"> + </li><li> <a href="#method-getAll">getAll</a> - </li><li jsinstance="3"> + </li><li> <a href="#method-getCurrent">getCurrent</a> - </li><li jsinstance="4"> + </li><li> <a href="#method-getLastFocused">getLastFocused</a> - </li><li jsinstance="5"> + </li><li> <a href="#method-remove">remove</a> - </li><li jsinstance="*6"> + </li><li> <a href="#method-update">update</a> </li> </ol> @@ -211,11 +211,11 @@ <li> <a href="#events">Events</a> <ol> - <li jsinstance="0"> + <li> <a href="#event-onCreated">onCreated</a> - </li><li jsinstance="1"> + </li><li> <a href="#event-onFocusChanged">onFocusChanged</a> - </li><li jsinstance="*2"> + </li><li> <a href="#event-onRemoved">onRemoved</a> </li> </ol> @@ -223,7 +223,7 @@ <li> <a href="#types">Types</a> <ol> - <li jsinstance="*0"> + <li> <a href="#type-Window">Window</a> </li> </ol> @@ -317,14 +317,14 @@ the value of the current window falls back to the topmost window. <h3>Methods</h3> <!-- iterates over all functions --> - <div class="apiItem" jsinstance="0"> + <div class="apiItem"> <a name="method-create"></a> <!-- method-anchor --> <h4>create</h4> <div class="summary"><span style="display: none; ">void</span> <!-- Note: intentionally longer 80 columns --> - <span>chrome.windows.create</span>(<span jsinstance="0" class="optional"><span style="display: none; ">, </span><span>object</span> - <var><span>createData</span></var></span><span jsinstance="*1" class="optional"><span>, </span><span>function</span> + <span>chrome.windows.create</span>(<span class="optional"><span style="display: none; ">, </span><span>object</span> + <var><span>createData</span></var></span><span class="optional"><span>, </span><span>function</span> <var><span>callback</span></var></span>)</div> <div class="description"> @@ -334,7 +334,7 @@ the value of the current window falls back to the topmost window. <!-- PARAMETERS --> <h4>Parameters</h4> <dl> - <div jsinstance="0"> + <div> <div> <dt> <var>createData</var> @@ -370,7 +370,7 @@ the value of the current window falls back to the topmost window. <!-- OBJECT PROPERTIES --> <dd> <dl> - <div jsinstance="0"> + <div> <div> <dt> <var>url</var> @@ -411,7 +411,7 @@ the value of the current window falls back to the topmost window. </dl> </dd> </div> - </div><div jsinstance="1"> + </div><div> <div> <dt> <var>left</var> @@ -452,7 +452,7 @@ the value of the current window falls back to the topmost window. </dl> </dd> </div> - </div><div jsinstance="2"> + </div><div> <div> <dt> <var>top</var> @@ -493,7 +493,7 @@ the value of the current window falls back to the topmost window. </dl> </dd> </div> - </div><div jsinstance="3"> + </div><div> <div> <dt> <var>width</var> @@ -534,7 +534,7 @@ the value of the current window falls back to the topmost window. </dl> </dd> </div> - </div><div jsinstance="*4"> + </div><div> <div> <dt> <var>height</var> @@ -579,7 +579,7 @@ the value of the current window falls back to the topmost window. </dl> </dd> </div> - </div><div jsinstance="*1"> + </div><div> <div> <dt> <var>callback</var> @@ -646,7 +646,7 @@ the value of the current window falls back to the topmost window. <!-- Note: intentionally longer 80 columns --> <pre>function(<span>Window window</span>) <span class="subdued">{...}</span>);</pre> <dl> - <div jsinstance="*0"> + <div> <div> <dt> <var>window</var> @@ -694,14 +694,14 @@ the value of the current window falls back to the topmost window. </div> <!-- /description --> - </div><div class="apiItem" jsinstance="1"> + </div><div class="apiItem"> <a name="method-get"></a> <!-- method-anchor --> <h4>get</h4> <div class="summary"><span style="display: none; ">void</span> <!-- Note: intentionally longer 80 columns --> - <span>chrome.windows.get</span>(<span jsinstance="0" class="null"><span style="display: none; ">, </span><span>integer</span> - <var><span>windowId</span></var></span><span jsinstance="*1" class="null"><span>, </span><span>function</span> + <span>chrome.windows.get</span>(<span class="null"><span style="display: none; ">, </span><span>integer</span> + <var><span>windowId</span></var></span><span class="null"><span>, </span><span>function</span> <var><span>callback</span></var></span>)</div> <div class="description"> @@ -711,7 +711,7 @@ the value of the current window falls back to the topmost window. <!-- PARAMETERS --> <h4>Parameters</h4> <dl> - <div jsinstance="0"> + <div> <div> <dt> <var>windowId</var> @@ -754,7 +754,7 @@ the value of the current window falls back to the topmost window. </dl> </dd> </div> - </div><div jsinstance="*1"> + </div><div> <div> <dt> <var>callback</var> @@ -821,7 +821,7 @@ the value of the current window falls back to the topmost window. <!-- Note: intentionally longer 80 columns --> <pre>function(<span>Window window</span>) <span class="subdued">{...}</span>);</pre> <dl> - <div jsinstance="*0"> + <div> <div> <dt> <var>window</var> @@ -871,14 +871,14 @@ the value of the current window falls back to the topmost window. </div> <!-- /description --> - </div><div class="apiItem" jsinstance="2"> + </div><div class="apiItem"> <a name="method-getAll"></a> <!-- method-anchor --> <h4>getAll</h4> <div class="summary"><span style="display: none; ">void</span> <!-- Note: intentionally longer 80 columns --> - <span>chrome.windows.getAll</span>(<span jsinstance="0" class="optional"><span style="display: none; ">, </span><span>object</span> - <var><span>getInfo</span></var></span><span jsinstance="*1" class="null"><span>, </span><span>function</span> + <span>chrome.windows.getAll</span>(<span class="optional"><span style="display: none; ">, </span><span>object</span> + <var><span>getInfo</span></var></span><span class="null"><span>, </span><span>function</span> <var><span>callback</span></var></span>)</div> <div class="description"> @@ -888,7 +888,7 @@ the value of the current window falls back to the topmost window. <!-- PARAMETERS --> <h4>Parameters</h4> <dl> - <div jsinstance="0"> + <div> <div> <dt> <var>getInfo</var> @@ -924,7 +924,7 @@ the value of the current window falls back to the topmost window. <!-- OBJECT PROPERTIES --> <dd> <dl> - <div jsinstance="*0"> + <div> <div> <dt> <var>populate</var> @@ -969,7 +969,7 @@ the value of the current window falls back to the topmost window. </dl> </dd> </div> - </div><div jsinstance="*1"> + </div><div> <div> <dt> <var>callback</var> @@ -1036,7 +1036,7 @@ the value of the current window falls back to the topmost window. <!-- Note: intentionally longer 80 columns --> <pre>function(<span>array of Window windows</span>) <span class="subdued">{...}</span>);</pre> <dl> - <div jsinstance="*0"> + <div> <div> <dt> <var>windows</var> @@ -1096,13 +1096,13 @@ the value of the current window falls back to the topmost window. </div> <!-- /description --> - </div><div class="apiItem" jsinstance="3"> + </div><div class="apiItem"> <a name="method-getCurrent"></a> <!-- method-anchor --> <h4>getCurrent</h4> <div class="summary"><span style="display: none; ">void</span> <!-- Note: intentionally longer 80 columns --> - <span>chrome.windows.getCurrent</span>(<span jsinstance="*0" class="null"><span style="display: none; ">, </span><span>function</span> + <span>chrome.windows.getCurrent</span>(<span class="null"><span style="display: none; ">, </span><span>function</span> <var><span>callback</span></var></span>)</div> <div class="description"> @@ -1112,7 +1112,7 @@ the value of the current window falls back to the topmost window. <!-- PARAMETERS --> <h4>Parameters</h4> <dl> - <div jsinstance="*0"> + <div> <div> <dt> <var>callback</var> @@ -1179,7 +1179,7 @@ the value of the current window falls back to the topmost window. <!-- Note: intentionally longer 80 columns --> <pre>function(<span>Window window</span>) <span class="subdued">{...}</span>);</pre> <dl> - <div jsinstance="*0"> + <div> <div> <dt> <var>window</var> @@ -1229,13 +1229,13 @@ the value of the current window falls back to the topmost window. </div> <!-- /description --> - </div><div class="apiItem" jsinstance="4"> + </div><div class="apiItem"> <a name="method-getLastFocused"></a> <!-- method-anchor --> <h4>getLastFocused</h4> <div class="summary"><span style="display: none; ">void</span> <!-- Note: intentionally longer 80 columns --> - <span>chrome.windows.getLastFocused</span>(<span jsinstance="*0" class="null"><span style="display: none; ">, </span><span>function</span> + <span>chrome.windows.getLastFocused</span>(<span class="null"><span style="display: none; ">, </span><span>function</span> <var><span>callback</span></var></span>)</div> <div class="description"> @@ -1245,7 +1245,7 @@ the value of the current window falls back to the topmost window. <!-- PARAMETERS --> <h4>Parameters</h4> <dl> - <div jsinstance="*0"> + <div> <div> <dt> <var>callback</var> @@ -1312,7 +1312,7 @@ the value of the current window falls back to the topmost window. <!-- Note: intentionally longer 80 columns --> <pre>function(<span>Window window</span>) <span class="subdued">{...}</span>);</pre> <dl> - <div jsinstance="*0"> + <div> <div> <dt> <var>window</var> @@ -1362,14 +1362,14 @@ the value of the current window falls back to the topmost window. </div> <!-- /description --> - </div><div class="apiItem" jsinstance="5"> + </div><div class="apiItem"> <a name="method-remove"></a> <!-- method-anchor --> <h4>remove</h4> <div class="summary"><span style="display: none; ">void</span> <!-- Note: intentionally longer 80 columns --> - <span>chrome.windows.remove</span>(<span jsinstance="0" class="null"><span style="display: none; ">, </span><span>integer</span> - <var><span>windowId</span></var></span><span jsinstance="*1" class="optional"><span>, </span><span>function</span> + <span>chrome.windows.remove</span>(<span class="null"><span style="display: none; ">, </span><span>integer</span> + <var><span>windowId</span></var></span><span class="optional"><span>, </span><span>function</span> <var><span>callback</span></var></span>)</div> <div class="description"> @@ -1379,7 +1379,7 @@ the value of the current window falls back to the topmost window. <!-- PARAMETERS --> <h4>Parameters</h4> <dl> - <div jsinstance="0"> + <div> <div> <dt> <var>windowId</var> @@ -1422,7 +1422,7 @@ the value of the current window falls back to the topmost window. </dl> </dd> </div> - </div><div jsinstance="*1"> + </div><div> <div> <dt> <var>callback</var> @@ -1489,7 +1489,7 @@ the value of the current window falls back to the topmost window. <!-- Note: intentionally longer 80 columns --> <pre>function(<span></span>) <span class="subdued">{...}</span>);</pre> <dl> - <div jsinstance="*0" style="display: none; "> + <div style="display: none; "> <div> </div> </div> @@ -1499,15 +1499,15 @@ the value of the current window falls back to the topmost window. </div> <!-- /description --> - </div><div class="apiItem" jsinstance="*6"> + </div><div class="apiItem"> <a name="method-update"></a> <!-- method-anchor --> <h4>update</h4> <div class="summary"><span style="display: none; ">void</span> <!-- Note: intentionally longer 80 columns --> - <span>chrome.windows.update</span>(<span jsinstance="0" class="null"><span style="display: none; ">, </span><span>integer</span> - <var><span>windowId</span></var></span><span jsinstance="1" class="null"><span>, </span><span>object</span> - <var><span>updateInfo</span></var></span><span jsinstance="*2" class="optional"><span>, </span><span>function</span> + <span>chrome.windows.update</span>(<span class="null"><span style="display: none; ">, </span><span>integer</span> + <var><span>windowId</span></var></span><span class="null"><span>, </span><span>object</span> + <var><span>updateInfo</span></var></span><span class="optional"><span>, </span><span>function</span> <var><span>callback</span></var></span>)</div> <div class="description"> @@ -1517,7 +1517,7 @@ the value of the current window falls back to the topmost window. <!-- PARAMETERS --> <h4>Parameters</h4> <dl> - <div jsinstance="0"> + <div> <div> <dt> <var>windowId</var> @@ -1560,7 +1560,7 @@ the value of the current window falls back to the topmost window. </dl> </dd> </div> - </div><div jsinstance="1"> + </div><div> <div> <dt> <var>updateInfo</var> @@ -1596,7 +1596,7 @@ the value of the current window falls back to the topmost window. <!-- OBJECT PROPERTIES --> <dd> <dl> - <div jsinstance="0"> + <div> <div> <dt> <var>left</var> @@ -1637,7 +1637,7 @@ the value of the current window falls back to the topmost window. </dl> </dd> </div> - </div><div jsinstance="1"> + </div><div> <div> <dt> <var>top</var> @@ -1678,7 +1678,7 @@ the value of the current window falls back to the topmost window. </dl> </dd> </div> - </div><div jsinstance="2"> + </div><div> <div> <dt> <var>width</var> @@ -1719,7 +1719,7 @@ the value of the current window falls back to the topmost window. </dl> </dd> </div> - </div><div jsinstance="*3"> + </div><div> <div> <dt> <var>height</var> @@ -1764,7 +1764,7 @@ the value of the current window falls back to the topmost window. </dl> </dd> </div> - </div><div jsinstance="*2"> + </div><div> <div> <dt> <var>callback</var> @@ -1831,7 +1831,7 @@ the value of the current window falls back to the topmost window. <!-- Note: intentionally longer 80 columns --> <pre>function(<span>Window window</span>) <span class="subdued">{...}</span>);</pre> <dl> - <div jsinstance="*0"> + <div> <div> <dt> <var>window</var> @@ -1891,7 +1891,7 @@ the value of the current window falls back to the topmost window. <h3 id="events">Events</h3> <!-- iterates over all events --> - <div class="apiItem" jsinstance="0"> + <div class="apiItem"> <a name="event-onCreated"></a> <h4>onCreated</h4> @@ -1907,7 +1907,7 @@ the value of the current window falls back to the topmost window. <!-- PARAMETERS --> <h4>Parameters</h4> <dl> - <div jsinstance="*0"> + <div> <div> <dt> <var>window</var> @@ -1953,7 +1953,7 @@ the value of the current window falls back to the topmost window. </div> <!-- /decription --> - </div><div class="apiItem" jsinstance="1"> + </div><div class="apiItem"> <a name="event-onFocusChanged"></a> <h4>onFocusChanged</h4> @@ -1969,7 +1969,7 @@ the value of the current window falls back to the topmost window. <!-- PARAMETERS --> <h4>Parameters</h4> <dl> - <div jsinstance="*0"> + <div> <div> <dt> <var>windowId</var> @@ -2015,7 +2015,7 @@ the value of the current window falls back to the topmost window. </div> <!-- /decription --> - </div><div class="apiItem" jsinstance="*2"> + </div><div class="apiItem"> <a name="event-onRemoved"></a> <h4>onRemoved</h4> @@ -2031,7 +2031,7 @@ the value of the current window falls back to the topmost window. <!-- PARAMETERS --> <h4>Parameters</h4> <dl> - <div jsinstance="*0"> + <div> <div> <dt> <var>windowId</var> @@ -2087,7 +2087,7 @@ the value of the current window falls back to the topmost window. <h3 id="types">Types</h3> <!-- iterates over all types --> - <div class="apiItem" jsinstance="*0"> + <div class="apiItem"> <a name="type-Window"></a> <h4>Window</h4> @@ -2126,7 +2126,7 @@ the value of the current window falls back to the topmost window. <!-- OBJECT PROPERTIES --> <dd> <dl> - <div jsinstance="0"> + <div> <div> <dt> <var>id</var> @@ -2167,7 +2167,7 @@ the value of the current window falls back to the topmost window. </dl> </dd> </div> - </div><div jsinstance="1"> + </div><div> <div> <dt> <var>focused</var> @@ -2208,7 +2208,7 @@ the value of the current window falls back to the topmost window. </dl> </dd> </div> - </div><div jsinstance="2"> + </div><div> <div> <dt> <var>top</var> @@ -2249,7 +2249,7 @@ the value of the current window falls back to the topmost window. </dl> </dd> </div> - </div><div jsinstance="3"> + </div><div> <div> <dt> <var>left</var> @@ -2290,7 +2290,7 @@ the value of the current window falls back to the topmost window. </dl> </dd> </div> - </div><div jsinstance="4"> + </div><div> <div> <dt> <var>width</var> @@ -2331,7 +2331,7 @@ the value of the current window falls back to the topmost window. </dl> </dd> </div> - </div><div jsinstance="5"> + </div><div> <div> <dt> <var>height</var> @@ -2372,7 +2372,7 @@ the value of the current window falls back to the topmost window. </dl> </dd> </div> - </div><div jsinstance="*6"> + </div><div> <div> <dt> <var>tabs</var> |