OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetLayerTreeHost
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/cc/layers/
delegated_renderer_layer.cc
42
void DelegatedRendererLayer::
SetLayerTreeHost
(LayerTreeHost* host) {
44
Layer::
SetLayerTreeHost
(host);
61
Layer::
SetLayerTreeHost
(host);
content_layer.cc
68
void ContentLayer::
SetLayerTreeHost
(LayerTreeHost* host) {
69
TiledLayer::
SetLayerTreeHost
(host);
picture_layer.cc
60
void PictureLayer::
SetLayerTreeHost
(LayerTreeHost* host) {
61
Layer::
SetLayerTreeHost
(host);
ui_resource_layer.cc
103
void UIResourceLayer::
SetLayerTreeHost
(LayerTreeHost* host) {
107
Layer::
SetLayerTreeHost
(host);
painted_scrollbar_layer.cc
139
void PaintedScrollbarLayer::
SetLayerTreeHost
(LayerTreeHost* host) {
147
ContentsScalingLayer::
SetLayerTreeHost
(host);
texture_layer.cc
184
void TextureLayer::
SetLayerTreeHost
(LayerTreeHost* host) {
186
Layer::
SetLayerTreeHost
(host);
209
Layer::
SetLayerTreeHost
(host);
layer.cc
105
void Layer::
SetLayerTreeHost
(LayerTreeHost* host) {
116
children_[i]->
SetLayerTreeHost
(host);
119
mask_layer_->
SetLayerTreeHost
(host);
121
replica_layer_->
SetLayerTreeHost
(host);
235
SetLayerTreeHost
(parent_ ? parent_->layer_tree_host() : NULL);
[
all
...]
tiled_layer.cc
252
void TiledLayer::
SetLayerTreeHost
(LayerTreeHost* host) {
266
ContentsScalingLayer::
SetLayerTreeHost
(host);
[
all
...]
/external/chromium_org/cc/test/
fake_proxy.cc
9
void FakeProxy::
SetLayerTreeHost
(LayerTreeHost* host) {
Completed in 271 milliseconds