OLD | NEW |
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 1916 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1927 </dl> | 1927 </dl> |
1928 </dd> | 1928 </dd> |
1929 <!-- OBJECT METHODS --> | 1929 <!-- OBJECT METHODS --> |
1930 <!-- OBJECT EVENT FIELDS --> | 1930 <!-- OBJECT EVENT FIELDS --> |
1931 <!-- FUNCTION PARAMETERS --> | 1931 <!-- FUNCTION PARAMETERS --> |
1932 </div> | 1932 </div> |
1933 </div> | 1933 </div> |
1934 </dl> | 1934 </dl> |
1935 </div> | 1935 </div> |
1936 <!-- EXTRA PARAMETERS --> | 1936 <!-- EXTRA PARAMETERS --> |
1937 <!-- FILTERS --> | |
1938 <!-- LISTENER RETURN VALUE --> | 1937 <!-- LISTENER RETURN VALUE --> |
1939 <dl> | 1938 <dl> |
1940 </dl> | 1939 </dl> |
1941 </div> <!-- /description --> | 1940 </div> <!-- /description --> |
1942 <!-- /description --> | 1941 <!-- /description --> |
1943 </div><div class="apiItem"> | 1942 </div><div class="apiItem"> |
1944 <a name="event-onChildrenReordered"></a> | 1943 <a name="event-onChildrenReordered"></a> |
1945 <h4>onChildrenReordered</h4> | 1944 <h4>onChildrenReordered</h4> |
1946 <div class="summary"> | 1945 <div class="summary"> |
1947 <!-- Note: intentionally longer 80 columns --> | 1946 <!-- Note: intentionally longer 80 columns --> |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2036 </dl> | 2035 </dl> |
2037 </dd> | 2036 </dd> |
2038 <!-- OBJECT METHODS --> | 2037 <!-- OBJECT METHODS --> |
2039 <!-- OBJECT EVENT FIELDS --> | 2038 <!-- OBJECT EVENT FIELDS --> |
2040 <!-- FUNCTION PARAMETERS --> | 2039 <!-- FUNCTION PARAMETERS --> |
2041 </div> | 2040 </div> |
2042 </div> | 2041 </div> |
2043 </dl> | 2042 </dl> |
2044 </div> | 2043 </div> |
2045 <!-- EXTRA PARAMETERS --> | 2044 <!-- EXTRA PARAMETERS --> |
2046 <!-- FILTERS --> | |
2047 <!-- LISTENER RETURN VALUE --> | 2045 <!-- LISTENER RETURN VALUE --> |
2048 <dl> | 2046 <dl> |
2049 </dl> | 2047 </dl> |
2050 </div> <!-- /description --> | 2048 </div> <!-- /description --> |
2051 <!-- /description --> | 2049 <!-- /description --> |
2052 </div><div class="apiItem"> | 2050 </div><div class="apiItem"> |
2053 <a name="event-onCreated"></a> | 2051 <a name="event-onCreated"></a> |
2054 <h4>onCreated</h4> | 2052 <h4>onCreated</h4> |
2055 <div class="summary"> | 2053 <div class="summary"> |
2056 <!-- Note: intentionally longer 80 columns --> | 2054 <!-- Note: intentionally longer 80 columns --> |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2109 </dd> | 2107 </dd> |
2110 <!-- OBJECT PROPERTIES --> | 2108 <!-- OBJECT PROPERTIES --> |
2111 <!-- OBJECT METHODS --> | 2109 <!-- OBJECT METHODS --> |
2112 <!-- OBJECT EVENT FIELDS --> | 2110 <!-- OBJECT EVENT FIELDS --> |
2113 <!-- FUNCTION PARAMETERS --> | 2111 <!-- FUNCTION PARAMETERS --> |
2114 </div> | 2112 </div> |
2115 </div> | 2113 </div> |
2116 </dl> | 2114 </dl> |
2117 </div> | 2115 </div> |
2118 <!-- EXTRA PARAMETERS --> | 2116 <!-- EXTRA PARAMETERS --> |
2119 <!-- FILTERS --> | |
2120 <!-- LISTENER RETURN VALUE --> | 2117 <!-- LISTENER RETURN VALUE --> |
2121 <dl> | 2118 <dl> |
2122 </dl> | 2119 </dl> |
2123 </div> <!-- /description --> | 2120 </div> <!-- /description --> |
2124 <!-- /description --> | 2121 <!-- /description --> |
2125 </div><div class="apiItem"> | 2122 </div><div class="apiItem"> |
2126 <a name="event-onImportBegan"></a> | 2123 <a name="event-onImportBegan"></a> |
2127 <h4>onImportBegan</h4> | 2124 <h4>onImportBegan</h4> |
2128 <div class="summary"> | 2125 <div class="summary"> |
2129 <!-- Note: intentionally longer 80 columns --> | 2126 <!-- Note: intentionally longer 80 columns --> |
2130 <span class="subdued">chrome.bookmarks.</span><span>onImportBega
n</span><span class="subdued">.addListener</span>(function(<span></span>) <span
class="subdued">{...}</span><span></span>); | 2127 <span class="subdued">chrome.bookmarks.</span><span>onImportBega
n</span><span class="subdued">.addListener</span>(function(<span></span>) <span
class="subdued">{...}</span><span></span>); |
2131 </div> | 2128 </div> |
2132 <div class="description"> | 2129 <div class="description"> |
2133 <p>Fired when a bookmark import session is begun. Expensive obs
ervers should ignore handleCreated updates until onImportEnded is fired. Observ
ers should still handle other notifications immediately.</p> | 2130 <p>Fired when a bookmark import session is begun. Expensive obs
ervers should ignore handleCreated updates until onImportEnded is fired. Observ
ers should still handle other notifications immediately.</p> |
2134 <!-- LISTENER PARAMETERS --> | 2131 <!-- LISTENER PARAMETERS --> |
2135 <!-- EXTRA PARAMETERS --> | 2132 <!-- EXTRA PARAMETERS --> |
2136 <!-- FILTERS --> | |
2137 <!-- LISTENER RETURN VALUE --> | 2133 <!-- LISTENER RETURN VALUE --> |
2138 <dl> | 2134 <dl> |
2139 </dl> | 2135 </dl> |
2140 </div> <!-- /description --> | 2136 </div> <!-- /description --> |
2141 <!-- /description --> | 2137 <!-- /description --> |
2142 </div><div class="apiItem"> | 2138 </div><div class="apiItem"> |
2143 <a name="event-onImportEnded"></a> | 2139 <a name="event-onImportEnded"></a> |
2144 <h4>onImportEnded</h4> | 2140 <h4>onImportEnded</h4> |
2145 <div class="summary"> | 2141 <div class="summary"> |
2146 <!-- Note: intentionally longer 80 columns --> | 2142 <!-- Note: intentionally longer 80 columns --> |
2147 <span class="subdued">chrome.bookmarks.</span><span>onImportEnde
d</span><span class="subdued">.addListener</span>(function(<span></span>) <span
class="subdued">{...}</span><span></span>); | 2143 <span class="subdued">chrome.bookmarks.</span><span>onImportEnde
d</span><span class="subdued">.addListener</span>(function(<span></span>) <span
class="subdued">{...}</span><span></span>); |
2148 </div> | 2144 </div> |
2149 <div class="description"> | 2145 <div class="description"> |
2150 <p>Fired when a bookmark import session is ended.</p> | 2146 <p>Fired when a bookmark import session is ended.</p> |
2151 <!-- LISTENER PARAMETERS --> | 2147 <!-- LISTENER PARAMETERS --> |
2152 <!-- EXTRA PARAMETERS --> | 2148 <!-- EXTRA PARAMETERS --> |
2153 <!-- FILTERS --> | |
2154 <!-- LISTENER RETURN VALUE --> | 2149 <!-- LISTENER RETURN VALUE --> |
2155 <dl> | 2150 <dl> |
2156 </dl> | 2151 </dl> |
2157 </div> <!-- /description --> | 2152 </div> <!-- /description --> |
2158 <!-- /description --> | 2153 <!-- /description --> |
2159 </div><div class="apiItem"> | 2154 </div><div class="apiItem"> |
2160 <a name="event-onMoved"></a> | 2155 <a name="event-onMoved"></a> |
2161 <h4>onMoved</h4> | 2156 <h4>onMoved</h4> |
2162 <div class="summary"> | 2157 <div class="summary"> |
2163 <!-- Note: intentionally longer 80 columns --> | 2158 <!-- Note: intentionally longer 80 columns --> |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2321 </dl> | 2316 </dl> |
2322 </dd> | 2317 </dd> |
2323 <!-- OBJECT METHODS --> | 2318 <!-- OBJECT METHODS --> |
2324 <!-- OBJECT EVENT FIELDS --> | 2319 <!-- OBJECT EVENT FIELDS --> |
2325 <!-- FUNCTION PARAMETERS --> | 2320 <!-- FUNCTION PARAMETERS --> |
2326 </div> | 2321 </div> |
2327 </div> | 2322 </div> |
2328 </dl> | 2323 </dl> |
2329 </div> | 2324 </div> |
2330 <!-- EXTRA PARAMETERS --> | 2325 <!-- EXTRA PARAMETERS --> |
2331 <!-- FILTERS --> | |
2332 <!-- LISTENER RETURN VALUE --> | 2326 <!-- LISTENER RETURN VALUE --> |
2333 <dl> | 2327 <dl> |
2334 </dl> | 2328 </dl> |
2335 </div> <!-- /description --> | 2329 </div> <!-- /description --> |
2336 <!-- /description --> | 2330 <!-- /description --> |
2337 </div><div class="apiItem"> | 2331 </div><div class="apiItem"> |
2338 <a name="event-onRemoved"></a> | 2332 <a name="event-onRemoved"></a> |
2339 <h4>onRemoved</h4> | 2333 <h4>onRemoved</h4> |
2340 <div class="summary"> | 2334 <div class="summary"> |
2341 <!-- Note: intentionally longer 80 columns --> | 2335 <!-- Note: intentionally longer 80 columns --> |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2449 </dl> | 2443 </dl> |
2450 </dd> | 2444 </dd> |
2451 <!-- OBJECT METHODS --> | 2445 <!-- OBJECT METHODS --> |
2452 <!-- OBJECT EVENT FIELDS --> | 2446 <!-- OBJECT EVENT FIELDS --> |
2453 <!-- FUNCTION PARAMETERS --> | 2447 <!-- FUNCTION PARAMETERS --> |
2454 </div> | 2448 </div> |
2455 </div> | 2449 </div> |
2456 </dl> | 2450 </dl> |
2457 </div> | 2451 </div> |
2458 <!-- EXTRA PARAMETERS --> | 2452 <!-- EXTRA PARAMETERS --> |
2459 <!-- FILTERS --> | |
2460 <!-- LISTENER RETURN VALUE --> | 2453 <!-- LISTENER RETURN VALUE --> |
2461 <dl> | 2454 <dl> |
2462 </dl> | 2455 </dl> |
2463 </div> <!-- /description --> | 2456 </div> <!-- /description --> |
2464 <!-- /description --> | 2457 <!-- /description --> |
2465 </div> <!-- /apiItem --> | 2458 </div> <!-- /apiItem --> |
2466 </div> <!-- /apiGroup --> | 2459 </div> <!-- /apiGroup --> |
2467 <!-- TYPES --> | 2460 <!-- TYPES --> |
2468 <div class="apiGroup"> | 2461 <div class="apiGroup"> |
2469 <a name="types"></a> | 2462 <a name="types"></a> |
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2736 _uff=0; | 2729 _uff=0; |
2737 urchinTracker(); | 2730 urchinTracker(); |
2738 } | 2731 } |
2739 catch(e) {/* urchinTracker not available. */} | 2732 catch(e) {/* urchinTracker not available. */} |
2740 </script> | 2733 </script> |
2741 <!-- end analytics --> | 2734 <!-- end analytics --> |
2742 </div> | 2735 </div> |
2743 </div> <!-- /gc-footer --> | 2736 </div> <!-- /gc-footer --> |
2744 </div> <!-- /gc-container --> | 2737 </div> <!-- /gc-container --> |
2745 </body></html> | 2738 </body></html> |
OLD | NEW |