Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
ax_active_popup.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_AX_ACTIVE_POPUP_H_
6#define UI_ACCESSIBILITY_AX_ACTIVE_POPUP_H_
7
8#include <optional>
9
10#include "ax/ax_export.h"
11#include "base/macros.h"
12
13namespace ui {
14AX_EXPORT std::optional<int32_t> GetActivePopupAxUniqueId();
15
16AX_EXPORT void SetActivePopupAxUniqueId(std::optional<int32_t> ax_unique_id);
17
19
20} // namespace ui
21
22#endif // UI_ACCESSIBILITY_AX_ACTIVE_POPUP_H_
#define AX_EXPORT
Definition ax_export.h:29
void SetActivePopupAxUniqueId(std::optional< int32_t > ax_unique_id)
void ClearActivePopupAxUniqueId()
std::optional< int32_t > GetActivePopupAxUniqueId()