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

Side by Side Diff: chrome/common/extensions/docs/fileBrowserHandler.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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 <ol> 218 <ol>
219 <li> 219 <li>
220 <a href="#event-onExecute">onExecute</a> 220 <a href="#event-onExecute">onExecute</a>
221 </li> 221 </li>
222 </ol> 222 </ol>
223 </li> 223 </li>
224 <li> 224 <li>
225 <a href="#types">Types</a> 225 <a href="#types">Types</a>
226 <ol> 226 <ol>
227 <li> 227 <li>
228 <a href="#type-FileHandlerExecuteEventDetails">null</a> 228 <a href="#type-fileBrowserHandler.FileHandlerExecuteEventDetails ">FileHandlerExecuteEventDetails</a>
229 <ol> 229 <ol>
230 </ol> 230 </ol>
231 </li> 231 </li>
232 </ol> 232 </ol>
233 </li> 233 </li>
234 </ol> 234 </ol>
235 </li> 235 </li>
236 </ol> 236 </ol>
237 </div> 237 </div>
238 <!-- /TABLE OF CONTENTS --> 238 <!-- /TABLE OF CONTENTS -->
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 <!-- EVENTS --> 483 <!-- EVENTS -->
484 <div id="eventsTemplate" class="apiGroup"> 484 <div id="eventsTemplate" class="apiGroup">
485 <a name="global-events"></a> 485 <a name="global-events"></a>
486 <h3>Events</h3> 486 <h3>Events</h3>
487 <!-- iterates over all events --> 487 <!-- iterates over all events -->
488 <div class="apiItem"> 488 <div class="apiItem">
489 <a name="event-onExecute"></a> 489 <a name="event-onExecute"></a>
490 <h4>onExecute</h4> 490 <h4>onExecute</h4>
491 <div class="summary"> 491 <div class="summary">
492 <!-- Note: intentionally longer 80 columns --> 492 <!-- Note: intentionally longer 80 columns -->
493 <span class="subdued">chrome.fileBrowserHandler.</span><span>onE xecute</span><span class="subdued">.addListener</span>(function(<span>string id, FileHandlerExecuteEventDetails details</span>) <span class="subdued">{...}</spa n><span></span>); 493 <span class="subdued">chrome.fileBrowserHandler.</span><span>onE xecute</span><span class="subdued">.addListener</span>(function(<span>string id, fileBrowserHandler.FileHandlerExecuteEventDetails details</span>) <span class=" subdued">{...}</span><span></span>);
494 </div> 494 </div>
495 <div class="description"> 495 <div class="description">
496 <p>Fired when file system action is executed from ChromeOS file browser.</p> 496 <p>Fired when file system action is executed from ChromeOS file browser.</p>
497 <!-- LISTENER PARAMETERS --> 497 <!-- LISTENER PARAMETERS -->
498 <div> 498 <div>
499 <h4>Listener parameters</h4> 499 <h4>Listener parameters</h4>
500 <dl> 500 <dl>
501 <div> 501 <div>
502 <div> 502 <div>
503 <dt> 503 <dt>
(...skipping 20 matching lines...) Expand all
524 </div><div> 524 </div><div>
525 <div> 525 <div>
526 <dt> 526 <dt>
527 <var>details</var> 527 <var>details</var>
528 <em> 528 <em>
529 <!-- TYPE --> 529 <!-- TYPE -->
530 <div style="display:inline"> 530 <div style="display:inline">
531 ( 531 (
532 <span id="typeTemplate"> 532 <span id="typeTemplate">
533 <span> 533 <span>
534 <a href="fileBrowserHandler.html#type-FileHandlerExecute EventDetails">FileHandlerExecuteEventDetails</a> 534 <a href="fileBrowserHandler.html#type-fileBrowserHandler .FileHandlerExecuteEventDetails">fileBrowserHandler.FileHandlerExecuteEventDetai ls</a>
535 </span> 535 </span>
536 </span> 536 </span>
537 ) 537 )
538 </div> 538 </div>
539 </em> 539 </em>
540 </dt> 540 </dt>
541 <dd>File handler execute event details.</dd> 541 <dd>File handler execute event details.</dd>
542 <!-- OBJECT PROPERTIES --> 542 <!-- OBJECT PROPERTIES -->
543 <!-- OBJECT METHODS --> 543 <!-- OBJECT METHODS -->
544 <!-- OBJECT EVENT FIELDS --> 544 <!-- OBJECT EVENT FIELDS -->
545 <!-- FUNCTION PARAMETERS --> 545 <!-- FUNCTION PARAMETERS -->
546 </div> 546 </div>
547 </div> 547 </div>
548 </dl> 548 </dl>
549 </div> 549 </div>
550 <!-- EXTRA PARAMETERS --> 550 <!-- EXTRA PARAMETERS -->
551 <!-- LISTENER RETURN VALUE --> 551 <!-- LISTENER RETURN VALUE -->
552 <dl> 552 <dl>
553 </dl> 553 </dl>
554 </div> <!-- /description --> 554 </div> <!-- /description -->
555 <!-- /description --> 555 <!-- /description -->
556 </div> <!-- /apiItem --> 556 </div> <!-- /apiItem -->
557 </div> <!-- /apiGroup --> 557 </div> <!-- /apiGroup -->
558 <!-- TYPES --> 558 <!-- TYPES -->
559 <div class="apiGroup"> 559 <div class="apiGroup">
560 <a name="types"></a> 560 <a name="types"></a>
561 <h3 id="types">Types</h3> 561 <h3 id="types">Types</h3>
562 <!-- iterates over all types --> 562 <!-- iterates over all types -->
563 <div class="apiItem"> 563 <div class="apiItem">
564 <a name="type-FileHandlerExecuteEventDetails"></a> 564 <a name="type-fileBrowserHandler.FileHandlerExecuteEventDetails">< /a>
565 <h4>FileHandlerExecuteEventDetails</h4> 565 <h4>fileBrowserHandler.FileHandlerExecuteEventDetails</h4>
566 <div> 566 <div>
567 <dt> 567 <dt>
568 <em> 568 <em>
569 <!-- TYPE --> 569 <!-- TYPE -->
570 <div style="display:inline"> 570 <div style="display:inline">
571 ( 571 (
572 <span id="typeTemplate"> 572 <span id="typeTemplate">
573 <span> 573 <span>
574 <span>object</span> 574 <span>object</span>
575 </span> 575 </span>
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 _uff=0; 684 _uff=0;
685 urchinTracker(); 685 urchinTracker();
686 } 686 }
687 catch(e) {/* urchinTracker not available. */} 687 catch(e) {/* urchinTracker not available. */}
688 </script> 688 </script>
689 <!-- end analytics --> 689 <!-- end analytics -->
690 </div> 690 </div>
691 </div> <!-- /gc-footer --> 691 </div> <!-- /gc-footer -->
692 </div> <!-- /gc-container --> 692 </div> <!-- /gc-container -->
693 </body></html> 693 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/extension.html ('k') | chrome/common/extensions/docs/history.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698