OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AXFocusedUIElementChanged
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityMenuListPopup.cpp
136
cache->postNotification(child.get(), document(), AXObjectCache::
AXFocusedUIElementChanged
, true, PostSynchronously);
AXObjectCache.h
156
AXFocusedUIElementChanged
,
AXObjectCache.cpp
956
// descendant and send the
AXFocusedUIElementChanged
notification.
963
case
AXFocusedUIElementChanged
:
1001
postPlatformNotification(focusedObject,
AXFocusedUIElementChanged
);
/external/chromium_org/third_party/WebKit/Source/core/page/
FocusController.cpp
267
cache->postNotification(focusedOrMainFrame()->document(), AXObjectCache::
AXFocusedUIElementChanged
, true);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/
AssertMatchingEnums.cpp
149
COMPILE_ASSERT_MATCHING_ENUM(WebAccessibilityNotificationFocusedUIElementChanged, AXObjectCache::
AXFocusedUIElementChanged
);
[
all
...]
Completed in 75 milliseconds