HomeSort by relevance Sort by last modified time
    Searched refs:focusedObject (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/accessibility/win/
AXObjectCacheWin.cpp 138 AccessibilityObject* focusedObject = focusedUIElementForPage(page);
139 if (!focusedObject)
142 ASSERT(!focusedObject->accessibilityIsIgnored());
144 postPlatformNotification(focusedObject, AXFocusedUIElementChanged);
  /external/webkit/Source/WebCore/accessibility/chromium/
AXObjectCacheChromium.cpp 114 AccessibilityObject* focusedObject = focusedUIElementForPage(page);
115 if (!focusedObject)
118 postPlatformNotification(focusedObject, AXFocusedUIElementChanged);