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

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXObjectCache.cpp31 #include "core/accessibility/AXObjectCache.h"
108 AXObjectCache::AXObjectCache(Document& document) function in class:blink::AXObjectCache
110 , m_notificationPostTimer(this, &AXObjectCache::notificationPostTimerFired)
115 AXObjectCache::~AXObjectCache()
128 AXObject* AXObjectCache::focusedImageMapUIElement(HTMLAreaElement* areaElement)
157 AXObject* AXObjectCache::focusedUIElementForPage(const Page* page)
191 AXObject* AXObjectCache::get(Widget* widget)
204 AXObject* AXObjectCache
[all...]
H A DAXObjectCache.h80 class AXObjectCache { class in namespace:blink
81 WTF_MAKE_NONCOPYABLE(AXObjectCache); WTF_MAKE_FAST_ALLOCATED;
83 explicit AXObjectCache(Document&);
84 ~AXObjectCache();
225 Timer<AXObjectCache> m_notificationPostTimer;
227 void notificationPostTimerFired(Timer<AXObjectCache>*);

Completed in 763 milliseconds