Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
ax_platform_node_delegate_utils_win.h
Go to the documentation of this file.
1// Copyright 2019 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef UI_ACCESSIBILITY_PLATFORM_AX_PLATFORM_NODE_DELEGATE_UTILS_WIN_H_
6#define UI_ACCESSIBILITY_PLATFORM_AX_PLATFORM_NODE_DELEGATE_UTILS_WIN_H_
7
8#include "ax/ax_export.h"
9
10namespace ui {
11
12class AXPlatformNodeDelegate;
13
14// Returns true if the value pattern is supported
15AX_EXPORT bool IsValuePatternSupported(AXPlatformNodeDelegate*);
16
17} // namespace ui
18
19#endif // UI_ACCESSIBILITY_PLATFORM_AX_PLATFORM_NODE_DELEGATE_UTILS_WIN_H_
#define AX_EXPORT
Definition ax_export.h:29
bool IsValuePatternSupported(AXPlatformNodeDelegate *delegate)