OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:axObject
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObjectCache.cpp
119
HashMap<AXID, RefPtr<
AXObject
> >::iterator end = m_objects.end();
120
for (HashMap<AXID, RefPtr<
AXObject
> >::iterator it = m_objects.begin(); it != end; ++it) {
121
AXObject
* obj = (*it).value.get();
128
AXObject
* AXObjectCache::focusedImageMapUIElement(HTMLAreaElement* areaElement)
139
AXObject
* axRenderImage = areaElement->document().axObjectCache()->getOrCreate(imageElement);
143
AXObject
::AccessibilityChildrenVector imageChildren = axRenderImage->children();
146
AXObject
* child = imageChildren[k].get();
157
AXObject
* AXObjectCache::focusedUIElementForPage(const Page* page)
175
AXObject
* obj = focusedNode->document().axObjectCache()->getOrCreate(focusedNode);
180
if (
AXObject
* descendant = obj->activeDescendant()
[
all
...]
AXRenderObject.cpp
198
for (const
AXObject
* obj = this; obj; obj = obj->parentObject()) {
202
for (const
AXObject
* obj = this; obj; obj = obj->parentObject()) {
463
static bool isLinkable(const
AXObject
& object)
583
return
AXObject
::defaultObjectInclusion();
628
AXObject
* controlObject = correspondingControlForLabelElement();
635
AXObject
* parent = parentObjectUnignored();
643
for (
AXObject
* parent = parentObject(); parent; parent = parent->parentObject()) {
803
return
AXObject
::orientation();
935
AXObject
* AXRenderObject::activeDescendant() const
955
AXObject
* obj = axObjectCache()->getOrCreate(target)
[
all
...]
Completed in 432 milliseconds