Searched refs:BeginSmoothScroll (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/renderer/gpu/
H A Dgpu_benchmarking_extension.cc254 " native function BeginSmoothScroll();"
255 " return BeginSmoothScroll(pixels_to_scroll, callback,"
268 " native function BeginSmoothScroll();"
269 " return BeginSmoothScroll(-distance, callback,"
355 if (name->Equals(v8::String::NewFromUtf8(isolate, "BeginSmoothScroll")))
356 return v8::FunctionTemplate::New(isolate, BeginSmoothScroll);
466 static void BeginSmoothScroll( function in class:content::GpuBenchmarkingWrapper

Completed in 104 milliseconds