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

Side by Side Diff: chrome/common/extensions/docs/omnibox.html

Issue 10829301: Extension docs: Manual merge crrev.com/143652 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/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
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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 <a href="#event-onInputEntered">onInputEntered</a> 224 <a href="#event-onInputEntered">onInputEntered</a>
225 </li><li> 225 </li><li>
226 <a href="#event-onInputStarted">onInputStarted</a> 226 <a href="#event-onInputStarted">onInputStarted</a>
227 </li> 227 </li>
228 </ol> 228 </ol>
229 </li> 229 </li>
230 <li> 230 <li>
231 <a href="#types">Types</a> 231 <a href="#types">Types</a>
232 <ol> 232 <ol>
233 <li> 233 <li>
234 <a href="#type-SuggestResult">null</a> 234 <a href="#type-omnibox.SuggestResult">SuggestResult</a>
235 <ol> 235 <ol>
236 </ol> 236 </ol>
237 </li> 237 </li>
238 </ol> 238 </ol>
239 </li> 239 </li>
240 </ol> 240 </ol>
241 </li> 241 </li>
242 </ol> 242 </ol>
243 </div> 243 </div>
244 <!-- /TABLE OF CONTENTS --> 244 <!-- /TABLE OF CONTENTS -->
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 <var>suggestResults</var> 484 <var>suggestResults</var>
485 <em> 485 <em>
486 <!-- TYPE --> 486 <!-- TYPE -->
487 <div style="display:inline"> 487 <div style="display:inline">
488 ( 488 (
489 <span id="typeTemplate"> 489 <span id="typeTemplate">
490 <span> 490 <span>
491 <span> 491 <span>
492 array of <span><span> 492 array of <span><span>
493 <span> 493 <span>
494 <a href="omnibox.html#type-SuggestResult">SuggestResult< /a> 494 <a href="omnibox.html#type-omnibox.SuggestResult">omnibo x.SuggestResult</a>
495 </span> 495 </span>
496 </span></span> 496 </span></span>
497 </span> 497 </span>
498 </span> 498 </span>
499 </span> 499 </span>
500 ) 500 )
501 </div> 501 </div>
502 </em> 502 </em>
503 </dt> 503 </dt>
504 <dd>Array of suggest results</dd> 504 <dd>Array of suggest results</dd>
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 </div> <!-- /description --> 585 </div> <!-- /description -->
586 <!-- /description --> 586 <!-- /description -->
587 </div> <!-- /apiItem --> 587 </div> <!-- /apiItem -->
588 </div> <!-- /apiGroup --> 588 </div> <!-- /apiGroup -->
589 <!-- TYPES --> 589 <!-- TYPES -->
590 <div class="apiGroup"> 590 <div class="apiGroup">
591 <a name="types"></a> 591 <a name="types"></a>
592 <h3 id="types">Types</h3> 592 <h3 id="types">Types</h3>
593 <!-- iterates over all types --> 593 <!-- iterates over all types -->
594 <div class="apiItem"> 594 <div class="apiItem">
595 <a name="type-SuggestResult"></a> 595 <a name="type-omnibox.SuggestResult"></a>
596 <h4>SuggestResult</h4> 596 <h4>omnibox.SuggestResult</h4>
597 <div> 597 <div>
598 <dt> 598 <dt>
599 <em> 599 <em>
600 <!-- TYPE --> 600 <!-- TYPE -->
601 <div style="display:inline"> 601 <div style="display:inline">
602 ( 602 (
603 <span id="typeTemplate"> 603 <span id="typeTemplate">
604 <span> 604 <span>
605 <span>object</span> 605 <span>object</span>
606 </span> 606 </span>
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 _uff=0; 708 _uff=0;
709 urchinTracker(); 709 urchinTracker();
710 } 710 }
711 catch(e) {/* urchinTracker not available. */} 711 catch(e) {/* urchinTracker not available. */}
712 </script> 712 </script>
713 <!-- end analytics --> 713 <!-- end analytics -->
714 </div> 714 </div>
715 </div> <!-- /gc-footer --> 715 </div> <!-- /gc-footer -->
716 </div> <!-- /gc-container --> 716 </div> <!-- /gc-container -->
717 </body></html> 717 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/management.html ('k') | chrome/common/extensions/docs/pageAction.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698