Searched refs:webkitRequestAnimationFrame (Results 1 – 12 of 12) sorted by relevance
114 webkitRequestAnimationFrame(function() {
35 return window.webkitRequestAnimationFrame ||
252 int webkitRequestAnimationFrame(PassRefPtr<RequestAnimationFrameCallback>, Element*);
1520 int DOMWindow::webkitRequestAnimationFrame(PassRefPtr<RequestAnimationFrameCallback> callback, Elem… in webkitRequestAnimationFrame() function in WebCore::DOMWindow1523 return d->webkitRequestAnimationFrame(callback, e); in webkitRequestAnimationFrame()
238 …long webkitRequestAnimationFrame(in [Callback] RequestAnimationFrameCallback callback, in Element …
514 window.webkitRequestAnimationFrame(this.scrollListener_);
1088 int webkitRequestAnimationFrame(PassRefPtr<RequestAnimationFrameCallback>, Element*);
5029 int Document::webkitRequestAnimationFrame(PassRefPtr<RequestAnimationFrameCallback> callback, Eleme… in webkitRequestAnimationFrame() function in WebCore::Document
54 (webkitRequestAnimationFrame(function(){this.rafPending_=!1;this.viewport_&&(this.updateCanvasSizeI…
597 (WebCore::Document::webkitRequestAnimationFrame):20911 … This implements window.mozRequestAnimationFrame as window.webkitRequestAnimationFrame with the20914 … *) webkitRequestAnimationFrame supports a second parameter Element to let the author indicate20919 …*) window.webkitRequestAnimationFrame returns a numerical id that can be used to cancel the callba…20939 (WebCore::Document::webkitRequestAnimationFrame):20953 (WebCore::DOMWindow::webkitRequestAnimationFrame):22410 … This implements window.mozRequestAnimationFrame as window.webkitRequestAnimationFrame with the22413 … *) webkitRequestAnimationFrame supports a second parameter Element to let the author indicate22418 …*) window.webkitRequestAnimationFrame returns a numerical id that can be used to cancel the callba…22438 (WebCore::Document::webkitRequestAnimationFrame):[all …]
1540 Chromium WebKit API support for window.webkitRequestAnimationFrame()1986 Chromium WebKit API support for window.webkitRequestAnimationFrame()
3229 Chromium DumpRenderTree support for window.webkitRequestAnimationFrame.3373 Chromium DumpRenderTree support for window.webkitRequestAnimationFrame.