Searched defs:ScheduleDraw (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/compositor/
H A Donscreen_display_client.cc50 ScheduleDraw();
54 void OnscreenDisplayClient::ScheduleDraw() { function in class:content::OnscreenDisplayClient
77 ScheduleDraw();
/external/chromium_org/ui/compositor/
H A Dcompositor.cc179 void Compositor::ScheduleDraw() { function in class:ui::Compositor
275 ScheduleDraw();
375 ScheduleDraw();
444 // Call ScheduleDraw() instead of Draw() in order to allow other
447 ScheduleDraw();
H A Dlayer.cc637 ScheduleDraw();
641 void Layer::ScheduleDraw() { function in class:ui::Layer
644 compositor->ScheduleDraw();
837 ScheduleDraw();
850 ScheduleDraw();
878 ScheduleDraw();

Completed in 133 milliseconds