Home
last modified time | relevance | path

Searched refs:LayerTreeAsJson (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/cc/layers/
Dui_resource_layer_impl.cc139 base::DictionaryValue* UIResourceLayerImpl::LayerTreeAsJson() const { in LayerTreeAsJson() function in cc::UIResourceLayerImpl
140 base::DictionaryValue* result = LayerImpl::LayerTreeAsJson(); in LayerTreeAsJson()
Dnine_patch_layer_impl.h67 virtual base::DictionaryValue* LayerTreeAsJson() const OVERRIDE;
Dui_resource_layer_impl.h51 virtual base::DictionaryValue* LayerTreeAsJson() const OVERRIDE;
Dnine_patch_layer_impl.cc347 base::DictionaryValue* NinePatchLayerImpl::LayerTreeAsJson() const { in LayerTreeAsJson() function in cc::NinePatchLayerImpl
348 base::DictionaryValue* result = LayerImpl::LayerTreeAsJson(); in LayerTreeAsJson()
Dlayer_impl.h464 virtual base::DictionaryValue* LayerTreeAsJson() const;
Dlayer_impl.cc591 base::DictionaryValue* LayerImpl::LayerTreeAsJson() const { in LayerTreeAsJson() function in cc::LayerImpl
629 list->Append(children_[i]->LayerTreeAsJson()); in LayerTreeAsJson()
/external/chromium_org/cc/test/
Dlayer_tree_json_parser_unittest.cc85 std::string json = host_impl.LayerTreeAsJson(); in TEST_F()
110 std::string json = host_impl.LayerTreeAsJson(); in TEST_F()
/external/chromium_org/cc/trees/
Dlayer_tree_host_impl.h252 std::string LayerTreeAsJson() const;
Dlayer_tree_host_impl.cc2645 std::string LayerTreeHostImpl::LayerTreeAsJson() const { in LayerTreeAsJson() function in cc::LayerTreeHostImpl
2648 scoped_ptr<base::Value> json(active_tree_->root_layer()->LayerTreeAsJson()); in LayerTreeAsJson()