HomeSort by relevance Sort by last modified time
    Searched full:layerbyid (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/cc/trees/
layer_tree_impl.cc 303 page_scale_layer_ = LayerById(page_scale_layer_id);
307 LayerById(inner_viewport_scroll_layer_id);
311 LayerById(outer_viewport_scroll_layer_id);
445 LayerImpl* LayerTreeImpl::LayerById(int id) {
451 DCHECK(!LayerById(layer->id()));
456 DCHECK(LayerById(layer->id()));
572 return tree->LayerById(id);
579 return tree->LayerById(id);
layer_tree_impl.h 183 LayerImpl* LayerById(int id);
layer_tree_host_impl.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
LayersPanel.js 101 if (this._currentlySelectedLayer && !this._model.layerById(this._currentlySelectedLayer.id()))
103 if (this._currentlyHoveredLayer && !this._model.layerById(this._currentlyHoveredLayer.id()))
LayerTreeModel.js 147 layerById: function(id)
Layers3DView.js 208 if (this._model.layerById(layerId))
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorLayerTreeAgent.cpp 245 GraphicsLayer* InspectorLayerTreeAgent::layerById(ErrorString* errorString, const String& layerId)
308 const GraphicsLayer* graphicsLayer = layerById(errorString, layerId);
326 GraphicsLayer* layer = layerById(errorString, layerId);
InspectorLayerTreeAgent.h 85 GraphicsLayer* layerById(ErrorString*, const String& layerId);
  /external/chromium_org/cc/layers/
layer.cc 927 scroll_parent = layer->layer_tree_impl()->LayerById(scroll_parent_->id());
934 scroll_children->insert(layer->layer_tree_impl()->LayerById((*it)->id()));
941 layer->layer_tree_impl()->LayerById(clip_parent_->id());
949 LayerImpl* clip_child = layer->layer_tree_impl()->LayerById((*it)->id());
    [all...]
layer_impl.cc 547 scroll_parent = layer->layer_tree_impl()->LayerById(scroll_parent_->id());
554 scroll_children->insert(layer->layer_tree_impl()->LayerById((*it)->id()));
560 clip_parent = layer->layer_tree_impl()->LayerById(
569 clip_children->insert(layer->layer_tree_impl()->LayerById((*it)->id()));
    [all...]
picture_layer_impl_unittest.cc 76 host_impl_.active_tree()->LayerById(id_));
126 host_impl_.pending_tree()->LayerById(id_));
    [all...]

Completed in 916 milliseconds