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

12

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXTable.cpp 32 #include "core/accessibility/AXObjectCache.h"
335 AXObjectCache* axCache = m_renderer->document().axObjectCache();
395 AXMockObject* tableHeader = toAXMockObject(axObjectCache()->getOrCreate(TableHeaderContainerRole));
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 63 class AXObjectCache;
490 AXObjectCache* existingAXObjectCache() const;
491 AXObjectCache* axObjectCache() const;
    [all...]
Node.cpp 32 #include "core/accessibility/AXObjectCache.h"
320 if (AXObjectCache* cache = document.existingAXObjectCache())
590 ASSERT(AXObjectCache::accessibilityEnabled());
593 if (AXObjectCache* cache = document().existingAXObjectCache())
1055 if (AXObjectCache* cache = doc->axObjectCache())
    [all...]
Document.cpp 44 #include "core/accessibility/AXObjectCache.h"
    [all...]
Element.cpp 34 #include "core/accessibility/AXObjectCache.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 32 #include "core/accessibility/AXObjectCache.h"
294 if (AXObjectCache* cache = axObjectCache())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp 35 #include "core/accessibility/AXObjectCache.h"
536 if (AXObjectCache::accessibilityEnabled()) {
538 if (AXObjectCache* cache = m_frame.document()->existingAXObjectCache())
539 cache->postNotification(node, AXObjectCache::AXValueChanged, false);
    [all...]
FrameSelection.cpp 32 #include "core/accessibility/AXObjectCache.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
FocusController.cpp 32 #include "core/accessibility/AXObjectCache.h"
307 if (AXObjectCache* cache = focusedOrMainFrame()->document()->existingAXObjectCache())
308 cache->postNotification(focusedOrMainFrame()->document(), AXObjectCache::AXFocusedUIElementChanged, true);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.cpp 73 #include "core/accessibility/AXObjectCache.h"
128 // Converts a WebCore::AXObjectCache::AXNotification to a blink::WebAXEvent
129 static WebAXEvent toWebAXEvent(AXObjectCache::AXNotification notification)
795 void ChromeClientImpl::postAccessibilityNotification(AXObject* obj, AXObjectCache::AXNotification notification)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.cpp 35 #include "core/accessibility/AXObjectCache.h"
377 if (AXObjectCache* cache = renderer()->document().existingAXObjectCache())
723 if (AXObjectCache* cache = renderer()->document().existingAXObjectCache())
    [all...]
HTMLInputElement.cpp 38 #include "core/accessibility/AXObjectCache.h"
879 if (AXObjectCache* cache = renderer()->document().existingAXObjectCache())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListBox.cpp 35 #include "core/accessibility/AXObjectCache.h"
162 if (AXObjectCache* cache = document().existingAXObjectCache())
RenderObject.cpp 32 #include "core/accessibility/AXObjectCache.h"
    [all...]
RenderText.cpp 28 #include "core/accessibility/AXObjectCache.h"
    [all...]
RenderBlock.cpp 28 #include "core/accessibility/AXObjectCache.h"
    [all...]
  /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/
webcore_remaining.target.darwin-arm.mk 27 third_party/WebKit/Source/core/accessibility/AXObjectCache.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 27 third_party/WebKit/Source/core/accessibility/AXObjectCache.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 27 third_party/WebKit/Source/core/accessibility/AXObjectCache.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 27 third_party/WebKit/Source/core/accessibility/AXObjectCache.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 27 third_party/WebKit/Source/core/accessibility/AXObjectCache.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 27 third_party/WebKit/Source/core/accessibility/AXObjectCache.cpp \
    [all...]

Completed in 944 milliseconds

12