Searched refs:requestAnimationFrame (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium_org/third_party/WebKit/PerformanceTests/Animation/resources/
H A Dframerate.js17 requestAnimationFrame(trackFrameRate);
/external/chromium-trace/trace-viewer/src/base/
H A Draf.js83 requestAnimationFrame(callback, opt_this);
93 function requestAnimationFrame(callback, opt_this) {
103 requestAnimationFrame: requestAnimationFrame,
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/many_images/
H A Dbench.js15 rafFunc = window.requestAnimationFrame ||
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Ddemo_user_login.js28 window.requestAnimationFrame(function() {
/external/chromium_org/third_party/WebKit/PerformanceTests/Canvas/resources/
H A Dcanvas_runner.js41 requestAnimationFrame(runTest);
/external/chromium_org/tools/telemetry/telemetry/page/actions/
H A Dscroll_bounce.js28 requestAnimationFrame(this.startGesture_.bind(this));
H A Dpinch.js49 requestAnimationFrame(this.startPass_.bind(this));
H A Dswipe.js47 requestAnimationFrame(this.startGesture_.bind(this));
H A Dscroll.js87 requestAnimationFrame(this.startGesture_.bind(this));
/external/chromium_org/remoting/webapp/unittests/
H A Dit2me_helpee_channel_unittest.js74 window.requestAnimationFrame(function() {
92 window.requestAnimationFrame(function() {
145 window.requestAnimationFrame(function(){
H A Dbase_unittest.js99 // the verification in a requestAnimationFrame.
100 window.requestAnimationFrame(function(){
115 window.requestAnimationFrame(function(){
/external/chromium_org/third_party/polymer/components-chromium/paper-ripple/
H A Dpaper-ripple-extracted.js219 requestAnimationFrame(this._loop);
234 this._loop && requestAnimationFrame(this._loop);
319 requestAnimationFrame(this._loop);
329 // we're not going to get another requestAnimationFrame any more.
H A Draw-extracted.js262 window.requestAnimationFrame(onFrame);
265 // we're not going to get another requestAnimationFrame any more.
307 window.requestAnimationFrame(onFrame);
/external/chromium_org/third_party/polymer/components-chromium/core-scroll-header-panel/
H A Dcore-scroll-header-panel-extracted.js211 requestAnimationFrame(this.transformHeader.bind(this, y));
/external/chromium_org/v8/benchmarks/spinning-balls/
H A Dv.js30 * This function provides requestAnimationFrame in a cross browser way.
33 if ( !window.requestAnimationFrame ) {
34 window.requestAnimationFrame = ( function() {
421 requestAnimationFrame(render);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
H A DInspectedPagePlaceholder.js62 this._updateId = window.requestAnimationFrame(this.update.bind(this));
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
H A Dbouncing_balls.js38 return window.requestAnimationFrame ||
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dscrollbar.js225 requestAnimationFrame(function() {
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
H A Dprogress_center_panel.js51 var requestId = requestAnimationFrame(function() {
55 requestId = requestAnimationFrame(callback);
/external/chromium_org/ui/login/account_picker/
H A Dscreen_account_picker.js122 window.requestAnimationFrame(function() {
/external/chromium_org/third_party/polymer/components-chromium/paper-input/
H A Dpaper-input-extracted.js59 window.requestAnimationFrame(function() {
/external/chromium_org/tools/perf/page_sets/mse_cases/
H A Dstartup_test.js374 listener = window.requestAnimationFrame(checkForCurrentTimeChange);
429 listener = window.requestAnimationFrame(checkForCurrentTimeChange);
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dtable.js251 requestAnimationFrame(this.header_.updateWidth.bind(this.header_));
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dprovided_file_systems.js146 requestAnimationFrame(activeUpdateAnimation);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DViewportDataGrid.js90 window.requestAnimationFrame(this._update.bind(this));

Completed in 519 milliseconds

12