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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObjectCache.cpp 31 #include "core/accessibility/AXObjectCache.h"
108 AXObjectCache::AXObjectCache(Document& document)
110 , m_notificationPostTimer(this, &AXObjectCache::notificationPostTimerFired)
115 AXObjectCache::~AXObjectCache()
128 AXObject* AXObjectCache::focusedImageMapUIElement(HTMLAreaElement* areaElement)
139 AXObject* axRenderImage = areaElement->document().axObjectCache()->getOrCreate(imageElement);
157 AXObject* AXObjectCache::focusedUIElementForPage(const Page* page)
175 AXObject* obj = focusedNode->document().axObjectCache()->getOrCreate(focusedNode)
    [all...]
AXObjectCache.h 80 class AXObjectCache {
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 57 milliseconds