Lines Matching refs:root_accessible

167   CountedBrowserAccessibility* root_accessible =
169 root_accessible->NativeAddReference();
172 root_accessible->PlatformGetChild(1));
182 root_accessible->NativeReleaseReference();
259 CountedBrowserAccessibility* root_accessible =
261 root_accessible->NativeAddReference();
264 root_accessible->PlatformGetChild(0));
268 root_accessible->PlatformGetChild(1));
272 root_accessible->PlatformGetChild(2));
296 EXPECT_TRUE(root_accessible->instance_active());
307 root_accessible->NativeReleaseReference();
435 CountedBrowserAccessibility* root_accessible =
437 root_accessible->NativeAddReference();
440 root_accessible->PlatformGetChild(0));
473 EXPECT_TRUE(root_accessible->instance_active());
479 EXPECT_EQ(root_accessible, container_accessible->GetParent());
487 root_accessible->NativeReleaseReference();
695 BrowserAccessibility* root_accessible = manager->GetRoot();
697 root_accessible->PlatformGetChild(0);
724 root_accessible->GetLocalBoundsForRange(0, 13).ToString());
783 BrowserAccessibility* root_accessible = manager->GetRoot();
785 root_accessible->PlatformGetChild(0);
880 BrowserAccessibility* root_accessible = manager->GetRoot();
883 root_accessible->GetLocalBoundsForRange(0, 1).ToString());
886 root_accessible->GetLocalBoundsForRange(0, 2).ToString());
889 root_accessible->GetLocalBoundsForRange(0, 3).ToString());
892 root_accessible->GetLocalBoundsForRange(1, 2).ToString());
895 root_accessible->GetLocalBoundsForRange(1, 3).ToString());
898 root_accessible->GetLocalBoundsForRange(0, 4).ToString());
928 BrowserAccessibility* root_accessible = manager->GetRoot();
929 BrowserAccessibility* node2_accessible = root_accessible->PlatformGetChild(0);
930 BrowserAccessibility* node3_accessible = root_accessible->PlatformGetChild(1);
933 BrowserAccessibility* node5_accessible = root_accessible->PlatformGetChild(2);
936 ASSERT_EQ(node2_accessible, manager->NextInTreeOrder(root_accessible));
946 ASSERT_EQ(root_accessible, manager->PreviousInTreeOrder(node2_accessible));