Searched defs:LayerTreeAsJson (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/layers/
H A Dnine_patch_layer_impl.cc287 base::DictionaryValue* NinePatchLayerImpl::LayerTreeAsJson() const { function in class:cc::NinePatchLayerImpl
288 base::DictionaryValue* result = LayerImpl::LayerTreeAsJson();
H A Dlayer_impl.cc444 base::DictionaryValue* LayerImpl::LayerTreeAsJson() const { function in class:cc::LayerImpl
475 list->Append(children_[i]->LayerTreeAsJson());
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl.cc2360 std::string LayerTreeHostImpl::LayerTreeAsJson() const { function in class:cc::LayerTreeHostImpl
2363 scoped_ptr<base::Value> json(active_tree_->root_layer()->LayerTreeAsJson());

Completed in 89 milliseconds