Searched refs:rootAccessible (Results 1 – 2 of 2) sorted by relevance
70 COMPtr<IAccessible> rootAccessible = rootElement().platformUIElement(); in focusedElement() local73 if (FAILED(rootAccessible->get_accFocus(&vFocus))) in focusedElement()79 return rootAccessible; in focusedElement()103 COMPtr<IAccessible> rootAccessible; in rootElement() local104 …atic_cast<DWORD>(OBJID_CLIENT), __uuidof(IAccessible), reinterpret_cast<void**>(&rootAccessible)))) in rootElement()107 return rootAccessible; in rootElement()
1424 AccessibilityObject* rootAccessible = doc->axObjectCache()->rootObject(); in webkit_web_view_get_accessible() local1425 if (!rootAccessible) in webkit_web_view_get_accessible()1431 AtkObject* axRoot = rootAccessible->wrapper(); in webkit_web_view_get_accessible()