OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetNeedsDisplayOnAllLayers
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/content/renderer/gpu/
render_widget_compositor.h
51
void
SetNeedsDisplayOnAllLayers
();
render_widget_compositor.cc
332
void RenderWidgetCompositor::
SetNeedsDisplayOnAllLayers
() {
333
layer_tree_host_->
SetNeedsDisplayOnAllLayers
();
gpu_benchmarking_extension.cc
259
"chrome.gpuBenchmarking.
setNeedsDisplayOnAllLayers
= function() {"
260
" native function
SetNeedsDisplayOnAllLayers
();"
261
" return
SetNeedsDisplayOnAllLayers
();"
361
v8::String::NewFromUtf8(isolate, "
SetNeedsDisplayOnAllLayers
")))
362
return v8::FunctionTemplate::New(isolate,
SetNeedsDisplayOnAllLayers
);
394
static void
SetNeedsDisplayOnAllLayers
(
400
context.compositor()->
SetNeedsDisplayOnAllLayers
();
/external/chromium_org/cc/trees/
layer_tree_host.h
162
void
SetNeedsDisplayOnAllLayers
();
layer_tree_host.cc
506
void LayerTreeHost::
SetNeedsDisplayOnAllLayers
() {
[
all
...]
Completed in 122 milliseconds