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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.cpp 32 #include "core/accessibility/AXObjectCache.h"
158 AXObjectCache* AXObject::axObjectCache() const
162 return doc->axObjectCache();
256 AXObjectCache* cache = axObjectCache();
485 return axObjectCache()->getOrCreate(widget)->accessibilityHitTest(IntPoint(point - widget->frameRect().location()));
519 AXObjectCache* cache = node->document().axObjectCache();
563 return AXObjectCache::focusedUIElementForPage(page)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 31 #include "core/accessibility/AXObjectCache.h"
227 if (AXObjectCache* cache = axObjectCache())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp 43 #include "core/accessibility/AXObjectCache.h"
    [all...]

Completed in 101 milliseconds