// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/accessibility/platform/ax_platform_node_test_helper.h" #include "ui/accessibility/ax_node_data.h" namespace ui { // static int AXPlatformNodeTestHelper::GetTreeSize(AXPlatformNode* ax_node) { … } // static AXPlatformNode* AXPlatformNodeTestHelper::FindChildByName( AXPlatformNode* ax_node, const std::string& name) { … } } // namespace ui