HomeSort by relevance Sort by last modified time
    Searched defs:FillMode (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/resources/file_manager/js/media/
media_util.js 64 * in a container, when loading a thumbnail in FillMode.AUTO mode.
74 ThumbnailLoader.FillMode = {
127 * @param {ThumbnailLoader.FillMode} fillMode Fill mode.
135 ThumbnailLoader.prototype.load = function(box, fillMode, opt_optimizationMode,
151 this.attachImage(box, fillMode);
165 load(box, fillMode, opt_onSuccess);
278 * @param {ThumbnailLoader.FillMode} fillMode Fill mode.
280 ThumbnailLoader.prototype.attachImage = function(container, fillMode) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
Timing.h 41 enum FillMode {
57 , fillMode(FillModeForwards)
79 FillMode fillMode;
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.h 71 enum FillMode {
76 FillMode fill() const;

Completed in 1654 milliseconds