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

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

Issue 10808093: move openMediaGalleryManager fn out of experimental. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 80 chars 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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 <li> 166 <li>
167 <a href="#apiReference">API reference: chrome.experimental.media Galleries</a> 167 <a href="#apiReference">API reference: chrome.experimental.media Galleries</a>
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-assembleMediaFile">assembleMediaFile</a> 173 <a href="#method-assembleMediaFile">assembleMediaFile</a>
174 </li><li> 174 </li><li>
175 <a href="#method-extractEmbeddedThumbnails">extractEmbeddedThumb nails</a> 175 <a href="#method-extractEmbeddedThumbnails">extractEmbeddedThumb nails</a>
176 </li><li>
177 <a href="#method-getMediaFileSystems">getMediaFileSystems</a>
178 </li> 176 </li>
179 </ol> 177 </ol>
180 </li> 178 </li>
181 </ol> 179 </ol>
182 </li> 180 </li>
183 </ol> 181 </ol>
184 </div> 182 </div>
185 <!-- /TABLE OF CONTENTS --> 183 <!-- /TABLE OF CONTENTS -->
186 <!-- Standard content lead-in for experimental API pages --> 184 <!-- Standard content lead-in for experimental API pages -->
187 <p id="classSummary"> 185 <p id="classSummary">
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 <!-- FUNCTION PARAMETERS --> 363 <!-- FUNCTION PARAMETERS -->
366 </div> 364 </div>
367 </div> 365 </div>
368 </dl> 366 </dl>
369 <!-- RETURNS --> 367 <!-- RETURNS -->
370 <dl> 368 <dl>
371 </dl> 369 </dl>
372 <!-- CALLBACK --> 370 <!-- CALLBACK -->
373 <!-- MIN_VERSION --> 371 <!-- MIN_VERSION -->
374 </div> <!-- /description --> 372 </div> <!-- /description -->
375 </div><div class="apiItem">
376 <a name="method-getMediaFileSystems"></a> <!-- method-anchor -->
377 <h4>getMediaFileSystems</h4>
378 <div class="summary">
379 <!-- Note: intentionally longer 80 columns -->
380 <span>chrome.experimental.mediaGalleries.getMediaFileSystems</ span>(<span class="optional"><span>object</span>
381 <var><span>details</span></var></span><span class="null">< span>, </span><span>function</span>
382 <var><span>MediaFileSystemsCallback</span></var></span>)</ div>
383 <div class="description">
384 <p>Get the media galleries configured in this user agent. If non e are configured or available, the callback will receive an empty array.</p>
385 <!-- PARAMETERS -->
386 <h4>Parameters</h4>
387 <dl>
388 <div>
389 <div>
390 <dt>
391 <var>details</var>
392 <em>
393 <!-- TYPE -->
394 <div style="display:inline">
395 (
396 <span class="optional">optional</span>
397 <span id="typeTemplate">
398 <span>
399 <span>object</span>
400 </span>
401 </span>
402 )
403 </div>
404 </em>
405 </dt>
406 <dd class="todo">
407 Undocumented.
408 </dd>
409 <!-- OBJECT PROPERTIES -->
410 <dd>
411 <dl>
412 <div>
413 <div>
414 <dt>
415 <var>interactive</var>
416 <em>
417 <!-- TYPE -->
418 <div style="display:inline">
419 (
420 <span class="optional">optional</span>
421 <span class="enum">enumerated</span>
422 <span id="typeTemplate">
423 <span>
424 <span>string</span>
425 <span>["no", "yes", "if_needed"]</span>
426 </span>
427 </span>
428 )
429 </div>
430 </em>
431 </dt>
432 <dd>Whether to prompt the user for additional media galleries before r eturning the permitted set. Default is silent.</dd>
433 <!-- OBJECT PROPERTIES -->
434 <!-- OBJECT METHODS -->
435 <!-- OBJECT EVENT FIELDS -->
436 <!-- FUNCTION PARAMETERS -->
437 </div>
438 </div>
439 </dl>
440 </dd>
441 <!-- OBJECT METHODS -->
442 <!-- OBJECT EVENT FIELDS -->
443 <!-- FUNCTION PARAMETERS -->
444 </div>
445 </div><div>
446 <div>
447 <dt>
448 <var>MediaFileSystemsCallback</var>
449 <em>
450 <!-- TYPE -->
451 <div style="display:inline">
452 (
453 <span id="typeTemplate">
454 <span>
455 <span>function</span>
456 </span>
457 </span>
458 )
459 </div>
460 </em>
461 </dt>
462 <dd class="todo">
463 Undocumented.
464 </dd>
465 <!-- OBJECT PROPERTIES -->
466 <!-- OBJECT METHODS -->
467 <!-- OBJECT EVENT FIELDS -->
468 <!-- FUNCTION PARAMETERS -->
469 <dd>
470 <div>
471 <h5>Parameters</h5>
472 <dl>
473 <div>
474 <div>
475 <dt>
476 <var>mediaFileSystems</var>
477 <em>
478 <!-- TYPE -->
479 <div style="display:inline">
480 (
481 <span class="optional">optional</span>
482 <span id="typeTemplate">
483 <span>
484 <span>
485 array of <span><span>
486 <span>
487 <span>LocalFileSystem</span>
488 </span>
489 </span></span>
490 </span>
491 </span>
492 </span>
493 )
494 </div>
495 </em>
496 </dt>
497 <dd class="todo">
498 Undocumented.
499 </dd>
500 <!-- OBJECT PROPERTIES -->
501 <!-- OBJECT METHODS -->
502 <!-- OBJECT EVENT FIELDS -->
503 <!-- FUNCTION PARAMETERS -->
504 </div>
505 </div>
506 </dl>
507 </div>
508 </dd>
509 </div>
510 </div>
511 </dl>
512 <!-- RETURNS -->
513 <dl>
514 </dl>
515 <!-- CALLBACK -->
516 <!-- MIN_VERSION -->
517 </div> <!-- /description -->
518 </div> <!-- /apiItem --> 373 </div> <!-- /apiItem -->
519 </div> <!-- /apiGroup --> 374 </div> <!-- /apiGroup -->
520 <!-- EVENTS --> 375 <!-- EVENTS -->
521 <!-- /apiGroup --> 376 <!-- /apiGroup -->
522 <!-- TYPES --> 377 <!-- TYPES -->
523 <!-- /apiGroup --> 378 <!-- /apiGroup -->
524 </div> <!-- /apiPage --> 379 </div> <!-- /apiPage -->
525 </div> <!-- /gc-pagecontent --> 380 </div> <!-- /gc-pagecontent -->
526 </div> <!-- /g-section --> 381 </div> <!-- /g-section -->
527 </div> <!-- /codesiteContent --> 382 </div> <!-- /codesiteContent -->
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 _uff=0; 416 _uff=0;
562 urchinTracker(); 417 urchinTracker();
563 } 418 }
564 catch(e) {/* urchinTracker not available. */} 419 catch(e) {/* urchinTracker not available. */}
565 </script> 420 </script>
566 <!-- end analytics --> 421 <!-- end analytics -->
567 </div> 422 </div>
568 </div> <!-- /gc-footer --> 423 </div> <!-- /gc-footer -->
569 </div> <!-- /gc-container --> 424 </div> <!-- /gc-container -->
570 </body></html> 425 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698