OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:root_web_layer_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/compositor/
compositor.cc
253
root_web_layer_
= cc::Layer::Create();
254
root_web_layer_
->SetAnchorPoint(gfx::PointF(0.f, 0.f));
301
host_->SetRootLayer(
root_web_layer_
);
389
root_web_layer_
->RemoveAllChildren();
391
root_web_layer_
->AddChild(root_layer_->cc_layer());
472
root_web_layer_
->SetBounds(size_in_pixel);
compositor.h
348
scoped_refptr<cc::Layer>
root_web_layer_
;
member in class:ui::Compositor
Completed in 63 milliseconds