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
121
HashMap<AXID, RefPtr<
AXObject
> >::iterator end = m_objects.end();
122
for (HashMap<AXID, RefPtr<
AXObject
> >::iterator it = m_objects.begin(); it != end; ++it) {
123
AXObject
* obj = (*it).value.get();
130
AXObject
* AXObjectCache::focusedImageMapUIElement(HTMLAreaElement* areaElement)
141
AXObject
* axRenderImage = areaElement->document().axObjectCache()->getOrCreate(imageElement);
145
AXObject
::AccessibilityChildrenVector imageChildren = axRenderImage->children();
148
AXObject
* child = imageChildren[k].get();
159
AXObject
* AXObjectCache::focusedUIElementForPage(const Page* page)
173
AXObject
* obj = focusedNode->document().axObjectCache()->getOrCreate(focusedNode);
178
if (
AXObject
* descendant = obj->activeDescendant()
[
all
...]
AXRenderObject.cpp
197
for (const
AXObject
* obj = this; obj; obj = obj->parentObject()) {
201
for (const
AXObject
* obj = this; obj; obj = obj->parentObject()) {
462
static bool isLinkable(const
AXObject
& object)
582
return
AXObject
::defaultObjectInclusion();
627
AXObject
* controlObject = correspondingControlForLabelElement();
634
AXObject
* parent = parentObjectUnignored();
642
for (
AXObject
* parent = parentObject(); parent; parent = parent->parentObject()) {
789
return
AXObject
::orientation();
932
AXObject
* AXRenderObject::activeDescendant() const
949
AXObject
* obj = axObjectCache()->getOrCreate(target)
[
all
...]
Completed in 28 milliseconds