Home
last modified time | relevance | path

Searched refs:element_id_to_effect_node_index (Results 1 – 19 of 19) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dlink_highlight_impl_test.cc270 ->element_id_to_effect_node_index[highlight->ElementIdForTesting()]); in TEST_P()
339 EXPECT_EQ(effect_tree_index, property_trees->element_id_to_effect_node_index in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dlink_highlight_impl_test.cc274 ->element_id_to_effect_node_index[highlight->ElementIdForTesting()]); in TEST_P()
344 EXPECT_EQ(effect_tree_index, property_trees->element_id_to_effect_node_index in TEST_P()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/trees/
H A Dproperty_tree.cc776 auto iterator = property_trees()->element_id_to_effect_node_index.find(id); in FindNodeFromElementId()
777 if (iterator == property_trees()->element_id_to_effect_node_index.end()) in FindNodeFromElementId()
1692 element_id_to_effect_node_index == in operator ==()
1693 other.element_id_to_effect_node_index && in operator ==()
1710 element_id_to_effect_node_index = from.element_id_to_effect_node_index; in operator =()
1736 element_id_to_effect_node_index.clear(); in clear()
2156 return element_id_to_effect_node_index.contains(element_id) || in HasElement()
H A Dproperty_tree.h629 base::flat_map<ElementId, int> element_id_to_effect_node_index; variable
H A Dlayer_tree_impl.cc732 1u, property_trees()->element_id_to_effect_node_index.count(element_id)); in SetOpacityMutated()
742 1u, property_trees()->element_id_to_effect_node_index.count(element_id)); in SetFilterMutated()
753 1u, property_trees()->element_id_to_effect_node_index.count(element_id)); in SetBackdropFilterMutated()
H A Dproperty_tree_builder.cc528 property_trees_.element_id_to_effect_node_index[layer->element_id()] = in AddEffectNodeIfNeeded()
H A Dlayer_tree_host_unittest.cc1023 EXPECT_TRUE(property_trees->element_id_to_effect_node_index.find( in CommitCompleteOnThread()
1025 property_trees->element_id_to_effect_node_index.end()); in CommitCompleteOnThread()
1045 ->element_id_to_effect_node_index[child_->element_id()]); in CommitCompleteOnThread()
1060 EXPECT_TRUE(property_trees->element_id_to_effect_node_index.find( in CommitCompleteOnThread()
1062 property_trees->element_id_to_effect_node_index.end()); in CommitCompleteOnThread()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/trees/
H A Dproperty_tree.cc829 auto iterator = property_trees()->element_id_to_effect_node_index.find(id); in FindNodeFromElementId()
830 if (iterator == property_trees()->element_id_to_effect_node_index.end()) in FindNodeFromElementId()
1758 element_id_to_effect_node_index == in operator ==()
1759 other.element_id_to_effect_node_index && in operator ==()
1777 element_id_to_effect_node_index = from.element_id_to_effect_node_index; in operator =()
1803 element_id_to_effect_node_index.clear(); in clear()
2223 return element_id_to_effect_node_index.contains(element_id) || in HasElement()
H A Dproperty_tree.h656 base::flat_map<ElementId, int> element_id_to_effect_node_index; variable
H A Dproperty_tree_builder.cc527 property_trees_.element_id_to_effect_node_index[layer->element_id()] = in AddEffectNodeIfNeeded()
H A Dlayer_tree_impl.cc774 1u, property_trees()->element_id_to_effect_node_index.count(element_id)); in SetOpacityMutated()
784 1u, property_trees()->element_id_to_effect_node_index.count(element_id)); in SetFilterMutated()
795 1u, property_trees()->element_id_to_effect_node_index.count(element_id)); in SetBackdropFilterMutated()
H A Dlayer_tree_host_unittest.cc1124 EXPECT_TRUE(property_trees->element_id_to_effect_node_index.find( in CommitCompleteOnThread()
1126 property_trees->element_id_to_effect_node_index.end()); in CommitCompleteOnThread()
1146 ->element_id_to_effect_node_index[child_->element_id()]); in CommitCompleteOnThread()
1161 EXPECT_TRUE(property_trees->element_id_to_effect_node_index.find( in CommitCompleteOnThread()
1163 property_trees->element_id_to_effect_node_index.end()); in CommitCompleteOnThread()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/compositing/
H A Dproperty_tree_manager.cc290 property_trees_.element_id_to_effect_node_index.clear(); in SetupRootEffectNode()
1091 DCHECK(!property_trees_.element_id_to_effect_node_index.contains( in BuildEffectNodesRecursively()
1093 property_trees_.element_id_to_effect_node_index[compositor_element_id] = in BuildEffectNodesRecursively()
H A Dpaint_artifact_compositor_test.cc131 return property_trees->element_id_to_effect_node_index[element_id]; in ElementIdToEffectNodeIndex()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/compositing/
H A Dproperty_tree_manager.cc309 property_trees_.element_id_to_effect_node_index.clear(); in SetupRootEffectNode()
1119 DCHECK(!property_trees_.element_id_to_effect_node_index.contains( in BuildEffectNodesRecursively()
1121 property_trees_.element_id_to_effect_node_index[compositor_element_id] = in BuildEffectNodesRecursively()
H A Dpaint_artifact_compositor_test.cc124 return property_trees->element_id_to_effect_node_index[element_id]; in ElementIdToEffectNodeIndex()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/test/
H A Dproperty_tree_test_utils.cc127 property_trees->element_id_to_effect_node_index[layer->element_id()] = in CreateEffectNodeInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dvisual_viewport_test.cc2366 ->element_id_to_effect_node_index in TEST_P()
2375 ->element_id_to_effect_node_index in TEST_P()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Dvisual_viewport_test.cc2416 ->element_id_to_effect_node_index in TEST_P()
2425 ->element_id_to_effect_node_index in TEST_P()