Searched defs:AXObjectCache (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/accessibility/
H A DAXObjectCache.cpp30 #include "AXObjectCache.h"
80 bool AXObjectCache::gAccessibilityEnabled = false;
81 bool AXObjectCache::gAccessibilityEnhancedUserInterfaceEnabled = false;
83 AXObjectCache::AXObjectCache(const Document* doc) function in class:WebCore::AXObjectCache
84 : m_notificationPostTimer(this, &AXObjectCache::notificationPostTimerFired)
89 AXObjectCache::~AXObjectCache()
100 AccessibilityObject* AXObjectCache::focusedImageMapUIElement(HTMLAreaElement* areaElement)
129 AccessibilityObject* AXObjectCache
[all...]
H A DAXObjectCache.h57 class AXObjectCache { class in namespace:WebCore
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
[all...]
/external/webkit/Source/WebCore/platform/android/
H A DTemporaryLinkStubs.cpp31 #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 15 milliseconds