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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScopeAdopter.cpp 28 #include "core/accessibility/AXObjectCache.h"
52 AXObjectCache* axObjectCache = oldDocument.existingAXObjectCache();
60 if (axObjectCache)
61 axObjectCache->remove(node);
Document.cpp 46 #include "core/accessibility/AXObjectCache.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.cpp 32 #include "core/accessibility/AXObjectCache.h"
159 AXObjectCache* AXObject::axObjectCache() const
163 return doc->axObjectCache();
257 AXObjectCache* cache = axObjectCache();
486 return axObjectCache()->getOrCreate(widget)->accessibilityHitTest(IntPoint(point - widget->frameRect().location()));
520 AXObjectCache* cache = node->document().axObjectCache();
564 return AXObjectCache::focusedUIElementForPage(page)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 32 #include "core/accessibility/AXObjectCache.h"
214 if (AXObjectCache* cache = axObjectCache()) {
    [all...]

Completed in 259 milliseconds