HomeSort by relevance Sort by last modified time
    Searched defs:SetLayerTreeHost (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/cc/test/
fake_proxy.cc 9 void FakeProxy::SetLayerTreeHost(LayerTreeHost* host) {
  /external/chromium_org/content/browser/android/
ui_resource_provider_impl.cc 17 SetLayerTreeHost(NULL);
20 void UIResourceProviderImpl::SetLayerTreeHost(cc::LayerTreeHost* host) {
  /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 52 void ContentLayer::SetLayerTreeHost(LayerTreeHost* host) {
53 TiledLayer::SetLayerTreeHost(host);
ui_resource_layer.cc 104 void UIResourceLayer::SetLayerTreeHost(LayerTreeHost* host) {
108 Layer::SetLayerTreeHost(host);
picture_layer.cc 66 void PictureLayer::SetLayerTreeHost(LayerTreeHost* host) {
67 Layer::SetLayerTreeHost(host);
painted_scrollbar_layer.cc 159 void PaintedScrollbarLayer::SetLayerTreeHost(LayerTreeHost* host) {
167 ContentsScalingLayer::SetLayerTreeHost(host);
texture_layer.cc 179 void TextureLayer::SetLayerTreeHost(LayerTreeHost* host) {
181 Layer::SetLayerTreeHost(host);
198 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);
225 SetLayerTreeHost(parent_ ? parent_->layer_tree_host() : NULL);
    [all...]
tiled_layer.cc 253 void TiledLayer::SetLayerTreeHost(LayerTreeHost* host) {
267 ContentsScalingLayer::SetLayerTreeHost(host);

Completed in 203 milliseconds