Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Side by Side Diff: ui/accessibility/platform/ax_fake_caret_win.h

Issue 2937083002: Revert of Forward BrowserAccessibility get_accState to AXPlatformNode. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef UI_ACCESSIBILITY_PLATFORM_AX_FAKE_CARET_WIN_H_ 5 #ifndef UI_ACCESSIBILITY_PLATFORM_AX_FAKE_CARET_WIN_H_
6 #define UI_ACCESSIBILITY_PLATFORM_AX_FAKE_CARET_WIN_H_ 6 #define UI_ACCESSIBILITY_PLATFORM_AX_FAKE_CARET_WIN_H_
7 7
8 #include <oleacc.h> 8 #include <oleacc.h>
9 9
10 #include "base/macros.h" 10 #include "base/macros.h"
(...skipping 25 matching lines...) Expand all
36 const AXNodeData& GetData() const override; 36 const AXNodeData& GetData() const override;
37 gfx::NativeWindow GetTopLevelWidget() override; 37 gfx::NativeWindow GetTopLevelWidget() override;
38 gfx::NativeViewAccessible GetParent() override; 38 gfx::NativeViewAccessible GetParent() override;
39 int GetChildCount() override; 39 int GetChildCount() override;
40 gfx::NativeViewAccessible ChildAtIndex(int index) override; 40 gfx::NativeViewAccessible ChildAtIndex(int index) override;
41 gfx::Rect GetScreenBoundsRect() const override; 41 gfx::Rect GetScreenBoundsRect() const override;
42 gfx::NativeViewAccessible HitTestSync(int x, int y) override; 42 gfx::NativeViewAccessible HitTestSync(int x, int y) override;
43 gfx::NativeViewAccessible GetFocus() override; 43 gfx::NativeViewAccessible GetFocus() override;
44 gfx::AcceleratedWidget GetTargetForNativeAccessibilityEvent() override; 44 gfx::AcceleratedWidget GetTargetForNativeAccessibilityEvent() override;
45 bool AccessibilityPerformAction(const ui::AXActionData& data) override; 45 bool AccessibilityPerformAction(const ui::AXActionData& data) override;
46 bool ShouldIgnoreHoveredStateForTesting() override;
47 46
48 AXPlatformNodeWin* caret_; 47 AXPlatformNodeWin* caret_;
49 gfx::AcceleratedWidget event_target_; 48 gfx::AcceleratedWidget event_target_;
50 AXNodeData data_; 49 AXNodeData data_;
51 50
52 friend class AXPlatformNodeWin; 51 friend class AXPlatformNodeWin;
53 DISALLOW_COPY_AND_ASSIGN(AXFakeCaretWin); 52 DISALLOW_COPY_AND_ASSIGN(AXFakeCaretWin);
54 }; 53 };
55 54
56 } // namespace ui 55 } // namespace ui
57 56
58 #endif // UI_ACCESSIBILITY_PLATFORM_AX_FAKE_CARET_WIN_H_ 57 #endif // UI_ACCESSIBILITY_PLATFORM_AX_FAKE_CARET_WIN_H_
OLDNEW
« no previous file with comments | « content/browser/accessibility/browser_accessibility_com_win.cc ('k') | ui/accessibility/platform/ax_fake_caret_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698