Home
last modified time | relevance | path

Searched refs:resizeBy (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/file_manager/file_manager/foreground/js/
Ddirectory_contents.js574 this.context_.metadataCache.resizeBy(-this.lastSpaceInMetadataCache_);
587 this.context_.metadataCache.resizeBy(size - this.lastSpaceInMetadataCache_);
/external/chromium_org/third_party/WebKit/Source/core/frame/
DLocalDOMWindow.h235 void resizeBy(float x, float y) const;
DWindow.idl109 …void resizeBy([Default=Undefined] optional float x, [Default=Undefined] optional float y); // FIXM…
DLocalDOMWindow.cpp1428 void LocalDOMWindow::resizeBy(float x, float y) const in resizeBy() function in blink::LocalDOMWindow
/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
Dmetadata_cache.js175 MetadataCache.prototype.resizeBy = function(delta) { method in MetadataCache