Searched defs:AXPlatformNodeBase (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/accessibility/platform/
H A Dax_platform_node_base.h17 class AXPlatformNodeBase : public AXPlatformNode { class in namespace:ui
33 AXPlatformNodeBase();
34 virtual ~AXPlatformNodeBase();
39 DISALLOW_COPY_AND_ASSIGN(AXPlatformNodeBase);
H A Dax_platform_node_base.cc12 AXPlatformNodeBase::AXPlatformNodeBase() { function in class:ui::AXPlatformNodeBase
15 AXPlatformNodeBase::~AXPlatformNodeBase() {
18 void AXPlatformNodeBase::Init(AXPlatformNodeDelegate* delegate) {
22 AXRole AXPlatformNodeBase::GetRole() const {
26 gfx::Rect AXPlatformNodeBase::GetBoundsInScreen() const {
34 gfx::NativeViewAccessible AXPlatformNodeBase::GetParent() {
38 int AXPlatformNodeBase::GetChildCount() {
42 gfx::NativeViewAccessible AXPlatformNodeBase
[all...]

Completed in 373 milliseconds