OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetLayerTreeHost
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/cc/layers/
delegated_renderer_layer.cc
40
void DelegatedRendererLayer::
SetLayerTreeHost
(LayerTreeHost* host) {
42
Layer::
SetLayerTreeHost
(host);
59
Layer::
SetLayerTreeHost
(host);
content_layer.cc
55
void ContentLayer::
SetLayerTreeHost
(LayerTreeHost* host) {
56
TiledLayer::
SetLayerTreeHost
(host);
ui_resource_layer.cc
104
void UIResourceLayer::
SetLayerTreeHost
(LayerTreeHost* host) {
108
Layer::
SetLayerTreeHost
(host);
picture_layer.cc
59
void PictureLayer::
SetLayerTreeHost
(LayerTreeHost* host) {
60
Layer::
SetLayerTreeHost
(host);
painted_scrollbar_layer.cc
155
void PaintedScrollbarLayer::
SetLayerTreeHost
(LayerTreeHost* host) {
163
ContentsScalingLayer::
SetLayerTreeHost
(host);
texture_layer.cc
183
void TextureLayer::
SetLayerTreeHost
(LayerTreeHost* host) {
185
Layer::
SetLayerTreeHost
(host);
202
Layer::
SetLayerTreeHost
(host);
tiled_layer.cc
251
void TiledLayer::
SetLayerTreeHost
(LayerTreeHost* host) {
265
ContentsScalingLayer::
SetLayerTreeHost
(host);
layer.cc
109
void Layer::
SetLayerTreeHost
(LayerTreeHost* host) {
120
children_[i]->
SetLayerTreeHost
(host);
123
mask_layer_->
SetLayerTreeHost
(host);
125
replica_layer_->
SetLayerTreeHost
(host);
229
SetLayerTreeHost
(parent_ ? parent_->layer_tree_host() : NULL);
[
all
...]
/external/chromium_org/cc/test/
fake_layer_tree_host_client.h
30
void
SetLayerTreeHost
(LayerTreeHost* host) { host_ = host; }
fake_proxy.cc
9
void FakeProxy::
SetLayerTreeHost
(LayerTreeHost* host) {
/external/chromium_org/content/browser/android/
ui_resource_provider_impl.cc
20
SetLayerTreeHost
(NULL);
23
void UIResourceProviderImpl::
SetLayerTreeHost
(cc::LayerTreeHost* host) {
Completed in 3042 milliseconds