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

Side by Side Diff: chrome/common/extensions/docs/apps/fileSystem.html

Issue 10659021: Move chrome.appWindow to chrome.app.window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 8 years, 5 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 <ol> 168 <ol>
169 <li> 169 <li>
170 <a href="#global-methods">Methods</a> 170 <a href="#global-methods">Methods</a>
171 <ol> 171 <ol>
172 <li> 172 <li>
173 <a href="#method-chooseFile">chooseFile</a> 173 <a href="#method-chooseFile">chooseFile</a>
174 </li><li> 174 </li><li>
175 <a href="#method-getDisplayPath">getDisplayPath</a> 175 <a href="#method-getDisplayPath">getDisplayPath</a>
176 </li><li> 176 </li><li>
177 <a href="#method-getWritableFileEntry">getWritableFileEntry</a> 177 <a href="#method-getWritableFileEntry">getWritableFileEntry</a>
178 </li><li>
179 <a href="#method-isWritableFileEntry">isWritableFileEntry</a>
178 </li> 180 </li>
179 </ol> 181 </ol>
180 </li> 182 </li>
181 <li> 183 <li>
182 <a href="#types">Types</a> 184 <a href="#types">Types</a>
183 <ol> 185 <ol>
184 <li> 186 <li>
185 <a href="#type-fileSystem.ChooseFileOptions">fileSystem.ChooseFi leOptions</a> 187 <a href="#type-fileSystem.ChooseFileOptions">fileSystem.ChooseFi leOptions</a>
186 <ol> 188 <ol>
187 </ol> 189 </ol>
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 <div> 290 <div>
289 <div> 291 <div>
290 <dt> 292 <dt>
291 <var>fileEntry</var> 293 <var>fileEntry</var>
292 <em> 294 <em>
293 <!-- TYPE --> 295 <!-- TYPE -->
294 <div style="display:inline"> 296 <div style="display:inline">
295 ( 297 (
296 <span id="typeTemplate"> 298 <span id="typeTemplate">
297 <span> 299 <span>
298 <span>fileEntry</span> 300 <span>FileEntry</span>
299 </span> 301 </span>
300 </span> 302 </span>
301 ) 303 )
302 </div> 304 </div>
303 </em> 305 </em>
304 </dt> 306 </dt>
305 <dd class="todo"> 307 <dd class="todo">
306 Undocumented. 308 Undocumented.
307 </dd> 309 </dd>
308 <!-- OBJECT PROPERTIES --> 310 <!-- OBJECT PROPERTIES -->
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 <div> 498 <div>
497 <div> 499 <div>
498 <dt> 500 <dt>
499 <var>fileEntry</var> 501 <var>fileEntry</var>
500 <em> 502 <em>
501 <!-- TYPE --> 503 <!-- TYPE -->
502 <div style="display:inline"> 504 <div style="display:inline">
503 ( 505 (
504 <span id="typeTemplate"> 506 <span id="typeTemplate">
505 <span> 507 <span>
506 <span>fileEntry</span> 508 <span>FileEntry</span>
507 </span> 509 </span>
508 </span> 510 </span>
509 ) 511 )
512 </div>
513 </em>
514 </dt>
515 <dd class="todo">
516 Undocumented.
517 </dd>
518 <!-- OBJECT PROPERTIES -->
519 <!-- OBJECT METHODS -->
520 <!-- OBJECT EVENT FIELDS -->
521 <!-- FUNCTION PARAMETERS -->
522 </div>
523 </div>
524 </dl>
525 </div>
526 </dd>
527 </div>
528 </div>
529 </dl>
530 <!-- RETURNS -->
531 <dl>
532 </dl>
533 <!-- CALLBACK -->
534 <!-- MIN_VERSION -->
535 </div> <!-- /description -->
536 </div><div class="apiItem">
537 <a name="method-isWritableFileEntry"></a> <!-- method-anchor -->
538 <h4>isWritableFileEntry</h4>
539 <div class="summary">
540 <!-- Note: intentionally longer 80 columns -->
541 <span>chrome.fileSystem.isWritableFileEntry</span>(<span class ="null"><span>FileEntry</span>
542 <var><span>fileEntry</span></var></span><span class="null" ><span>, </span><span>function</span>
543 <var><span>IsWritableCallback</span></var></span>)</div>
544 <div class="description">
545 <p>Gets whether this FileEntry is writable or not.</p>
546 <!-- PARAMETERS -->
547 <h4>Parameters</h4>
548 <dl>
549 <div>
550 <div>
551 <dt>
552 <var>fileEntry</var>
553 <em>
554 <!-- TYPE -->
555 <div style="display:inline">
556 (
557 <span id="typeTemplate">
558 <span>
559 <span>FileEntry</span>
560 </span>
561 </span>
562 )
563 </div>
564 </em>
565 </dt>
566 <dd class="todo">
567 Undocumented.
568 </dd>
569 <!-- OBJECT PROPERTIES -->
570 <!-- OBJECT METHODS -->
571 <!-- OBJECT EVENT FIELDS -->
572 <!-- FUNCTION PARAMETERS -->
573 </div>
574 </div><div>
575 <div>
576 <dt>
577 <var>IsWritableCallback</var>
578 <em>
579 <!-- TYPE -->
580 <div style="display:inline">
581 (
582 <span id="typeTemplate">
583 <span>
584 <span>function</span>
585 </span>
586 </span>
587 )
588 </div>
589 </em>
590 </dt>
591 <dd class="todo">
592 Undocumented.
593 </dd>
594 <!-- OBJECT PROPERTIES -->
595 <!-- OBJECT METHODS -->
596 <!-- OBJECT EVENT FIELDS -->
597 <!-- FUNCTION PARAMETERS -->
598 <dd>
599 <div>
600 <h5>Parameters</h5>
601 <dl>
602 <div>
603 <div>
604 <dt>
605 <var>isWritable</var>
606 <em>
607 <!-- TYPE -->
608 <div style="display:inline">
609 (
610 <span id="typeTemplate">
611 <span>
612 <span>boolean</span>
613 </span>
614 </span>
615 )
510 </div> 616 </div>
511 </em> 617 </em>
512 </dt> 618 </dt>
513 <dd class="todo"> 619 <dd class="todo">
514 Undocumented. 620 Undocumented.
515 </dd> 621 </dd>
516 <!-- OBJECT PROPERTIES --> 622 <!-- OBJECT PROPERTIES -->
517 <!-- OBJECT METHODS --> 623 <!-- OBJECT METHODS -->
518 <!-- OBJECT EVENT FIELDS --> 624 <!-- OBJECT EVENT FIELDS -->
519 <!-- FUNCTION PARAMETERS --> 625 <!-- FUNCTION PARAMETERS -->
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 _uff=0; 767 _uff=0;
662 urchinTracker(); 768 urchinTracker();
663 } 769 }
664 catch(e) {/* urchinTracker not available. */} 770 catch(e) {/* urchinTracker not available. */}
665 </script> 771 </script>
666 <!-- end analytics --> 772 <!-- end analytics -->
667 </div> 773 </div>
668 </div> <!-- /gc-footer --> 774 </div> <!-- /gc-footer -->
669 </div> <!-- /gc-container --> 775 </div> <!-- /gc-container -->
670 </body></html> 776 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/apps/experimental.identity.html ('k') | chrome/common/extensions/docs/apps/first_app.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698