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

12 3

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.cpp 36 #include "core/accessibility/AXObjectCache.h"
955 AXObject* obj = axObjectCache()->getOrCreate(target);
969 AXObjectCache* cache = axObjectCache();
    [all...]
AXTable.cpp 32 #include "core/accessibility/AXObjectCache.h"
374 AXObjectCache* axCache = m_renderer->document().axObjectCache();
434 AXMockObject* tableHeader = toAXMockObject(axObjectCache()->getOrCreate(TableHeaderContainerRole));
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
InputType.cpp 34 #include "core/accessibility/AXObjectCache.h"
781 if (AXObjectCache* cache = element().document().existingAXObjectCache())
782 cache->postNotification(&element(), AXObjectCache::AXValueChanged, true);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 65 class AXObjectCache;
491 AXObjectCache* existingAXObjectCache() const;
492 AXObjectCache* axObjectCache() const;
    [all...]
Node.cpp 34 #include "core/accessibility/AXObjectCache.h"
337 if (AXObjectCache* cache = document.existingAXObjectCache())
596 if (AXObjectCache* cache = document().existingAXObjectCache())
963 if (AXObjectCache* cache = document().axObjectCache())
    [all...]
Document.cpp 46 #include "core/accessibility/AXObjectCache.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.cpp 35 #include "core/accessibility/AXObjectCache.h"
421 if (AXObjectCache* cache = renderer()->document().existingAXObjectCache())
732 if (AXObjectCache* cache = document().existingAXObjectCache())
783 if (AXObjectCache* cache = renderer()->document().existingAXObjectCache())
    [all...]
HTMLTextFormControlElement.cpp 31 #include "core/accessibility/AXObjectCache.h"
589 if (AXObjectCache* cache = document().existingAXObjectCache())
590 cache->postNotification(this, AXObjectCache::AXValueChanged, false);
    [all...]
HTMLInputElement.cpp 39 #include "core/accessibility/AXObjectCache.h"
861 if (AXObjectCache* cache = renderer()->document().existingAXObjectCache())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 32 #include "core/accessibility/AXObjectCache.h"
214 if (AXObjectCache* cache = axObjectCache()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
FocusController.cpp 31 #include "core/accessibility/AXObjectCache.h"
367 if (AXObjectCache* cache = document->existingAXObjectCache())
368 cache->postNotification(document, AXObjectCache::AXFocusedUIElementChanged, true);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.cpp 38 #include "core/accessibility/AXObjectCache.h"
115 // Converts a AXObjectCache::AXNotification to a WebAXEvent
116 static WebAXEvent toWebAXEvent(AXObjectCache::AXNotification notification)
665 void ChromeClientImpl::postAccessibilityNotification(AXObject* obj, AXObjectCache::AXNotification notification)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMenuList.cpp 30 #include "core/accessibility/AXObjectCache.h"
149 if (AXObjectCache* cache = document().existingAXObjectCache())
441 if (AXMenuList* menuList = toAXMenuList(document().axObjectCache()->get(this)))
RenderObject.cpp 31 #include "core/accessibility/AXObjectCache.h"
    [all...]
RenderLayerScrollableArea.cpp 47 #include "core/accessibility/AXObjectCache.h"
411 if (AXObjectCache* cache = box().document().existingAXObjectCache())
    [all...]
RenderText.cpp 28 #include "core/accessibility/AXObjectCache.h"
    [all...]
RenderBlockLineLayout.cpp 25 #include "core/accessibility/AXObjectCache.h"
235 if (AXObjectCache* cache = document().existingAXObjectCache())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp 35 #include "core/accessibility/AXObjectCache.h"
553 if (AXObjectCache* cache = frame().document()->existingAXObjectCache())
554 cache->postNotification(node, AXObjectCache::AXValueChanged, false);
    [all...]
FrameSelection.cpp 32 #include "core/accessibility/AXObjectCache.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 43 third_party/WebKit/Source/core/accessibility/AXObjectCache.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 43 third_party/WebKit/Source/core/accessibility/AXObjectCache.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 43 third_party/WebKit/Source/core/accessibility/AXObjectCache.cpp \
    [all...]
webcore_remaining.target.darwin-mips64.mk 43 third_party/WebKit/Source/core/accessibility/AXObjectCache.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 43 third_party/WebKit/Source/core/accessibility/AXObjectCache.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 43 third_party/WebKit/Source/core/accessibility/AXObjectCache.cpp \
    [all...]

Completed in 1099 milliseconds

12 3