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

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

Issue 10830227: Rebuild extension docs on 1180_57 branch. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180_57/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/manifestVersion.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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 <!-- iterates over all functions --> 383 <!-- iterates over all functions -->
384 <div class="apiItem"> 384 <div class="apiItem">
385 <a name="method-selectFile"></a> <!-- method-anchor --> 385 <a name="method-selectFile"></a> <!-- method-anchor -->
386 <h4>selectFile</h4> 386 <h4>selectFile</h4>
387 <div class="summary"> 387 <div class="summary">
388 <!-- Note: intentionally longer 80 columns --> 388 <!-- Note: intentionally longer 80 columns -->
389 <span>chrome.fileBrowserHandler.selectFile</span>(<span class= "null"><span>object</span> 389 <span>chrome.fileBrowserHandler.selectFile</span>(<span class= "null"><span>object</span>
390 <var><span>selectionParams</span></var></span><span class= "null"><span>, </span><span>function</span> 390 <var><span>selectionParams</span></var></span><span class= "null"><span>, </span><span>function</span>
391 <var><span>callback</span></var></span>)</div> 391 <var><span>callback</span></var></span>)</div>
392 <div class="description"> 392 <div class="description">
393 <p>Prompts user to select file path under which a new file will be created. If the user selects file, the file gets created or, if it already ex ists, truncated. The function has to be called with user gesture.</p> 393 <p>Prompts user to select file path under which a new file will be created. When the user selects file, the file gets created or, if it already existed, truncated. The function has to be called with a user gesture.</p>
394 <!-- PARAMETERS --> 394 <!-- PARAMETERS -->
395 <h4>Parameters</h4> 395 <h4>Parameters</h4>
396 <dl> 396 <dl>
397 <div> 397 <div>
398 <div> 398 <div>
399 <dt> 399 <dt>
400 <var>selectionParams</var> 400 <var>selectionParams</var>
401 <em> 401 <em>
402 <!-- TYPE --> 402 <!-- TYPE -->
403 <div style="display:inline"> 403 <div style="display:inline">
404 ( 404 (
405 <span id="typeTemplate"> 405 <span id="typeTemplate">
406 <span> 406 <span>
407 <span>object</span> 407 <span>object</span>
408 </span> 408 </span>
409 </span> 409 </span>
410 ) 410 )
411 </div> 411 </div>
412 </em> 412 </em>
413 </dt> 413 </dt>
414 <dd>Parameters that will be used to create new file.</dd> 414 <dd>Parameters that will be used to create a new file.</dd>
415 <!-- OBJECT PROPERTIES --> 415 <!-- OBJECT PROPERTIES -->
416 <dd> 416 <dd>
417 <dl> 417 <dl>
418 <div> 418 <div>
419 <div> 419 <div>
420 <dt> 420 <dt>
421 <var>suggestedName</var> 421 <var>suggestedName</var>
422 <em> 422 <em>
423 <!-- TYPE --> 423 <!-- TYPE -->
424 <div style="display:inline"> 424 <div style="display:inline">
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 </dt> 524 </dt>
525 <dd>Has the file been selected.</dd> 525 <dd>Has the file been selected.</dd>
526 <!-- OBJECT PROPERTIES --> 526 <!-- OBJECT PROPERTIES -->
527 <!-- OBJECT METHODS --> 527 <!-- OBJECT METHODS -->
528 <!-- OBJECT EVENT FIELDS --> 528 <!-- OBJECT EVENT FIELDS -->
529 <!-- FUNCTION PARAMETERS --> 529 <!-- FUNCTION PARAMETERS -->
530 </div> 530 </div>
531 </div><div> 531 </div><div>
532 <div> 532 <div>
533 <dt> 533 <dt>
534 <var>fileURL</var> 534 <var>entry</var>
535 <em> 535 <em>
536 <!-- TYPE --> 536 <!-- TYPE -->
537 <div style="display:inline"> 537 <div style="display:inline">
538 ( 538 (
539 <span class="optional">optional</span>
539 <span id="typeTemplate"> 540 <span id="typeTemplate">
540 <span> 541 <span>
541 <span>string</span> 542 <span>object</span>
542 </span> 543 </span>
543 </span> 544 </span>
544 ) 545 )
545 </div> 546 </div>
546 </em> 547 </em>
547 </dt> 548 </dt>
548 <dd>Filesystem URL of the selected file.</dd> 549 <dd>Selected file entry. It will be null if a file hasn't been selecte d.</dd>
549 <!-- OBJECT PROPERTIES --> 550 <!-- OBJECT PROPERTIES -->
550 <!-- OBJECT METHODS --> 551 <!-- OBJECT METHODS -->
551 <!-- OBJECT EVENT FIELDS --> 552 <!-- OBJECT EVENT FIELDS -->
552 <!-- FUNCTION PARAMETERS --> 553 <!-- FUNCTION PARAMETERS -->
553 </div> 554 </div>
554 </div> 555 </div>
555 </dl> 556 </dl>
556 </dd> 557 </dd>
557 <!-- OBJECT METHODS --> 558 <!-- OBJECT METHODS -->
558 <!-- OBJECT EVENT FIELDS --> 559 <!-- OBJECT EVENT FIELDS -->
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
671 <div> 672 <div>
672 <div> 673 <div>
673 <dt> 674 <dt>
674 <var>entries</var> 675 <var>entries</var>
675 <em> 676 <em>
676 <!-- TYPE --> 677 <!-- TYPE -->
677 <div style="display:inline"> 678 <div style="display:inline">
678 ( 679 (
679 <span id="typeTemplate"> 680 <span id="typeTemplate">
680 <span> 681 <span>
682 <span>
683 array of <span><span>
684 <span>
681 <span>any</span> 685 <span>any</span>
682 </span> 686 </span>
687 </span></span>
688 </span>
689 </span>
683 </span> 690 </span>
684 ) 691 )
685 </div> 692 </div>
686 </em> 693 </em>
687 </dt> 694 </dt>
688 <dd>Array of Entry instances representing files that are targets of th is action (selected in ChromeOS file browser).</dd> 695 <dd>Array of Entry instances representing files that are targets of th is action (selected in ChromeOS file browser).</dd>
689 <!-- OBJECT PROPERTIES --> 696 <!-- OBJECT PROPERTIES -->
690 <!-- OBJECT METHODS --> 697 <!-- OBJECT METHODS -->
691 <!-- OBJECT EVENT FIELDS --> 698 <!-- OBJECT EVENT FIELDS -->
692 <!-- FUNCTION PARAMETERS --> 699 <!-- FUNCTION PARAMETERS -->
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 _uff=0; 762 _uff=0;
756 urchinTracker(); 763 urchinTracker();
757 } 764 }
758 catch(e) {/* urchinTracker not available. */} 765 catch(e) {/* urchinTracker not available. */}
759 </script> 766 </script>
760 <!-- end analytics --> 767 <!-- end analytics -->
761 </div> 768 </div>
762 </div> <!-- /gc-footer --> 769 </div> <!-- /gc-footer -->
763 </div> <!-- /gc-container --> 770 </div> <!-- /gc-container -->
764 </body></html> 771 </body></html>
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/manifestVersion.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698