HomeSort by relevance Sort by last modified time
    Searched defs:AXObjectCache (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/accessibility/
AXObjectCache.cpp 30 #include "AXObjectCache.h"
80 bool AXObjectCache::gAccessibilityEnabled = false;
81 bool AXObjectCache::gAccessibilityEnhancedUserInterfaceEnabled = false;
83 AXObjectCache::AXObjectCache(const Document* doc)
84 : m_notificationPostTimer(this, &AXObjectCache::notificationPostTimerFired)
89 AXObjectCache::~AXObjectCache()
100 AccessibilityObject* AXObjectCache::focusedImageMapUIElement(HTMLAreaElement* areaElement)
111 AccessibilityObject* axRenderImage = areaElement->document()->axObjectCache()->getOrCreate(imageElement->renderer())
    [all...]
AXObjectCache.h 57 class AXObjectCache {
58 WTF_MAKE_NONCOPYABLE(AXObjectCache); WTF_MAKE_FAST_ALLOCATED;
60 AXObjectCache(const Document*);
61 ~AXObjectCache();
166 Timer<AXObjectCache> m_notificationPostTimer;
168 void notificationPostTimerFired(Timer<AXObjectCache>*);
179 inline void AXObjectCache::handleActiveDescendantChanged(RenderObject*) { }
180 inline void AXObjectCache::handleAriaRoleChanged(RenderObject*) { }
181 inline void AXObjectCache::detachWrapper(AccessibilityObject*) { }
182 inline void AXObjectCache::attachWrapper(AccessibilityObject*) {
    [all...]
  /external/webkit/Source/WebCore/platform/android/
TemporaryLinkStubs.cpp 31 #include "AXObjectCache.h"
425 AXObjectCache::~AXObjectCache()
431 bool AXObjectCache::gAccessibilityEnabled = false;
432 bool AXObjectCache::gAccessibilityEnhancedUserInterfaceEnabled = false;
434 void AXObjectCache::childrenChanged(RenderObject*)
439 void AXObjectCache::remove(RenderObject*)
444 void AXObjectCache::remove(Widget*)

Completed in 67 milliseconds