Searched refs:resizeBy (Results 1 – 5 of 5) sorted by relevance
36 window.resizeBy(sizeByX, sizeByY);
237 void resizeBy(float x, float y) const;
101 …void resizeBy([Default=Undefined] optional float x, [Default=Undefined] optional float y); // FIXM…
1458 void DOMWindow::resizeBy(float x, float y) const in resizeBy() function in WebCore::DOMWindow
372 STDMETHOD(resizeBy)(long x, long y) { in STDMETHOD() argument