Searched refs:resizeBy (Results 1 – 5 of 5) sorted by relevance
574 this.context_.metadataCache.resizeBy(-this.lastSpaceInMetadataCache_);587 this.context_.metadataCache.resizeBy(size - this.lastSpaceInMetadataCache_);
235 void resizeBy(float x, float y) const;
109 …void resizeBy([Default=Undefined] optional float x, [Default=Undefined] optional float y); // FIXM…
1428 void LocalDOMWindow::resizeBy(float x, float y) const in resizeBy() function in blink::LocalDOMWindow
175 MetadataCache.prototype.resizeBy = function(delta) { method in MetadataCache