Searched refs:LayerTreeAsJson (Results 1 – 9 of 9) sorted by relevance
139 base::DictionaryValue* UIResourceLayerImpl::LayerTreeAsJson() const { in LayerTreeAsJson() function in cc::UIResourceLayerImpl140 base::DictionaryValue* result = LayerImpl::LayerTreeAsJson(); in LayerTreeAsJson()
67 virtual base::DictionaryValue* LayerTreeAsJson() const OVERRIDE;
51 virtual base::DictionaryValue* LayerTreeAsJson() const OVERRIDE;
347 base::DictionaryValue* NinePatchLayerImpl::LayerTreeAsJson() const { in LayerTreeAsJson() function in cc::NinePatchLayerImpl348 base::DictionaryValue* result = LayerImpl::LayerTreeAsJson(); in LayerTreeAsJson()
464 virtual base::DictionaryValue* LayerTreeAsJson() const;
591 base::DictionaryValue* LayerImpl::LayerTreeAsJson() const { in LayerTreeAsJson() function in cc::LayerImpl629 list->Append(children_[i]->LayerTreeAsJson()); in LayerTreeAsJson()
85 std::string json = host_impl.LayerTreeAsJson(); in TEST_F()110 std::string json = host_impl.LayerTreeAsJson(); in TEST_F()
252 std::string LayerTreeAsJson() const;
2645 std::string LayerTreeHostImpl::LayerTreeAsJson() const { in LayerTreeAsJson() function in cc::LayerTreeHostImpl2648 scoped_ptr<base::Value> json(active_tree_->root_layer()->LayerTreeAsJson()); in LayerTreeAsJson()