HomeSort by relevance Sort by last modified time
    Searched refs:axObjectCache (Results 26 - 31 of 31) sorted by null

12

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 39 #include "core/accessibility/AXObjectCache.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameView.cpp 32 #include "core/accessibility/AXObjectCache.h"
286 if (AXObjectCache* cache = axObjectCache())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 62 class AXObjectCache;
527 AXObjectCache* existingAXObjectCache() const;
528 AXObjectCache* axObjectCache() const;
    [all...]
Document.cpp 43 #include "core/accessibility/AXObjectCache.h"
    [all...]
Node.cpp 32 #include "core/accessibility/AXObjectCache.h"
377 if (AXObjectCache* cache = document->existingAXObjectCache())
685 ASSERT(AXObjectCache::accessibilityEnabled());
689 if (AXObjectCache* cache = document()->existingAXObjectCache())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp 93 #include "core/accessibility/AXObjectCache.h"
    [all...]

Completed in 367 milliseconds

12