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

/external/chromium_org/content/renderer/gpu/
H A Drender_widget_compositor.h50 void SetNeedsDisplayOnAllLayers();
H A Dgpu_benchmarking_extension.cc224 " native function SetNeedsDisplayOnAllLayers();"
225 " return SetNeedsDisplayOnAllLayers();"
345 v8::String::NewFromUtf8(isolate, "SetNeedsDisplayOnAllLayers")))
346 return v8::FunctionTemplate::New(isolate, SetNeedsDisplayOnAllLayers);
379 static void SetNeedsDisplayOnAllLayers( function in class:content::GpuBenchmarkingWrapper
385 context.compositor()->SetNeedsDisplayOnAllLayers();
H A Drender_widget_compositor.cc446 void RenderWidgetCompositor::SetNeedsDisplayOnAllLayers() { function in class:content::RenderWidgetCompositor
447 layer_tree_host_->SetNeedsDisplayOnAllLayers();
/external/chromium_org/cc/trees/
H A Dlayer_tree_host.h145 void SetNeedsDisplayOnAllLayers();
H A Dlayer_tree_host.cc467 void LayerTreeHost::SetNeedsDisplayOnAllLayers() { function in class:cc::LayerTreeHost

Completed in 150 milliseconds