OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:activeDescendant
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/third_party/chromevox/extensions/searchvox/
util.js
71
var activeId = targetNode.getAttribute('aria-
activedescendant
');
98
// A circlar
activeDescendant
is an error, so return null.
122
// If there is an
activeDescendant
of the targetNode, then that is where the
124
var
activeDescendant
= getActiveDescendant(targetNode);
125
if (
activeDescendant
) {
126
targetNode =
activeDescendant
;
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.h
127
virtual AXObject*
activeDescendant
() const OVERRIDE;
AXObject.h
426
virtual AXObject*
activeDescendant
() const { return 0; }
AXRenderObject.cpp
932
AXObject* AXRenderObject::
activeDescendant
() const
951
// An
activedescendant
is only useful if it has a renderer, because that's what's needed to post the notification.
[
all
...]
AXObjectCache.cpp
178
if (AXObject* descendant = obj->
activeDescendant
())
Completed in 2956 milliseconds