OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AXObjectCache
(Results
1 - 25
of
44
) sorted by null
1
2
/external/webkit/WebKit/chromium/src/
WebAccessibilityCache.cpp
34
#include "
AXObjectCache
.h"
42
AXObjectCache
::enableAccessibility();
WebAccessibilityCacheImpl.cpp
35
#include "
AXObjectCache
.h"
97
AXObjectCache
::enableAccessibility();
/external/webkit/WebCore/accessibility/
AXObjectCache.h
61
class
AXObjectCache
: public Noncopyable {
63
AXObjectCache
();
64
~
AXObjectCache
();
135
Timer<
AXObjectCache
> m_notificationPostTimer;
137
void notificationPostTimerFired(Timer<
AXObjectCache
>*);
146
inline void
AXObjectCache
::handleActiveDescendantChanged(RenderObject*) { }
147
inline void
AXObjectCache
::handleAriaRoleChanged(RenderObject*) { }
148
inline void
AXObjectCache
::detachWrapper(AccessibilityObject*) { }
149
inline void
AXObjectCache
::attachWrapper(AccessibilityObject*) { }
150
inline void
AXObjectCache
::selectedChildrenChanged(RenderObject*) {
[
all
...]
AXObjectCache.cpp
30
#include "
AXObjectCache
.h"
70
bool
AXObjectCache
::gAccessibilityEnabled = false;
71
bool
AXObjectCache
::gAccessibilityEnhancedUserInterfaceEnabled = false;
73
AXObjectCache
::
AXObjectCache
()
74
: m_notificationPostTimer(this, &
AXObjectCache
::notificationPostTimerFired)
78
AXObjectCache
::~
AXObjectCache
()
89
AccessibilityObject*
AXObjectCache
::focusedImageMapUIElement(HTMLAreaElement* areaElement)
100
AccessibilityObject* axRenderImage = areaElement->document()->
axObjectCache
()->getOrCreate(imageElement->renderer())
[
all
...]
AccessibilityAllInOne.cpp
28
#include <
AXObjectCache
.cpp>
AccessibilityMenuList.cpp
29
#include "
AXObjectCache
.h"
55
AXObjectCache
* cache = m_renderer->document()->
axObjectCache
();
AccessibilityARIAGrid.cpp
32
#include "
AXObjectCache
.h"
95
AXObjectCache
* axCache = m_renderer->document()->
axObjectCache
();
AccessibilityRenderObject.h
36
class
AXObjectCache
;
152
virtual
AXObjectCache
*
axObjectCache
() const;
AccessibilityObject.h
79
class
AXObjectCache
;
385
virtual
AXObjectCache
*
axObjectCache
() const { return 0; }
AccessibilityRenderObject.cpp
32
#include "
AXObjectCache
.h"
129
return m_renderer->document()->
axObjectCache
()->getOrCreate(firstChild);
141
return m_renderer->document()->
axObjectCache
()->getOrCreate(lastChild);
153
return m_renderer->document()->
axObjectCache
()->getOrCreate(previousSibling);
165
return m_renderer->document()->
axObjectCache
()->getOrCreate(nextSibling);
177
return m_renderer->document()->
axObjectCache
()->get(parent);
190
return m_renderer->document()->
axObjectCache
()->getOrCreate(parent);
199
return m_renderer->document()->
axObjectCache
()->getOrCreate(parent);
566
AXObjectCache
* cache =
axObjectCache
();
[
all
...]
AccessibilityTable.cpp
32
#include "
AXObjectCache
.h"
216
AXObjectCache
* axCache = m_renderer->document()->
axObjectCache
();
282
m_headerContainer = static_cast<AccessibilityTableHeaderContainer*>(
axObjectCache
()->getOrCreate(TableHeaderContainerRole));
435
AccessibilityObject* cellObject =
axObjectCache
()->getOrCreate(cell);
/external/webkit/WebCore/accessibility/chromium/
AXObjectCacheChromium.cpp
28
#include "
AXObjectCache
.h"
45
void
AXObjectCache
::detachWrapper(AccessibilityObject* obj)
52
void
AXObjectCache
::attachWrapper(AccessibilityObject*)
57
void
AXObjectCache
::postPlatformNotification(AccessibilityObject* obj, AXNotification notification)
70
void
AXObjectCache
::handleFocusedUIElementChanged(RenderObject*, RenderObject*)
74
void
AXObjectCache
::handleScrolledToAnchor(const Node*)
/external/webkit/WebCore/accessibility/gtk/
AXObjectCacheAtk.cpp
21
#include "
AXObjectCache
.h"
28
void
AXObjectCache
::detachWrapper(AccessibilityObject* obj)
33
void
AXObjectCache
::attachWrapper(AccessibilityObject* obj)
40
void
AXObjectCache
::postPlatformNotification(AccessibilityObject* coreObject, AXNotification notification)
53
void
AXObjectCache
::handleFocusedUIElementChanged(RenderObject* oldFocusedRender, RenderObject* newFocusedRender)
67
void
AXObjectCache
::handleScrolledToAnchor(const Node*)
/external/webkit/WebCore/accessibility/mac/
AXObjectCacheMac.mm
27
#import "
AXObjectCache
.h"
46
void
AXObjectCache
::detachWrapper(AccessibilityObject* obj)
53
void
AXObjectCache
::attachWrapper(AccessibilityObject* obj)
58
void
AXObjectCache
::postPlatformNotification(AccessibilityObject* obj, AXNotification notification)
106
void
AXObjectCache
::handleFocusedUIElementChanged(RenderObject*, RenderObject*)
111
void
AXObjectCache
::handleScrolledToAnchor(const Node*)
/external/webkit/WebCore/accessibility/win/
AXObjectCacheWin.cpp
28
#include "
AXObjectCache
.h"
40
void
AXObjectCache
::detachWrapper(AccessibilityObject* obj)
49
void
AXObjectCache
::attachWrapper(AccessibilityObject*)
55
void
AXObjectCache
::handleScrolledToAnchor(const Node* anchorNode)
62
void
AXObjectCache
::postPlatformNotification(AccessibilityObject* obj, AXNotification notification)
106
AXID
AXObjectCache
::platformGenerateAXID() const
125
void
AXObjectCache
::handleFocusedUIElementChanged(RenderObject*, RenderObject* newFocusedRenderer)
/external/webkit/WebKit/win/
AccessibleDocument.cpp
29
#include <WebCore/
AXObjectCache
.h>
37
: AccessibleBase(doc->
axObjectCache
()->getOrCreate(doc->renderer()))
/external/webkit/WebCore/editing/gtk/
SelectionControllerGtk.cpp
24
#include "
AXObjectCache
.h"
33
if (
AXObjectCache
::accessibilityEnabled() && m_selection.start().isNotNull() && m_selection.end().isNotNull()) {
35
AccessibilityObject* accessibilityObject = m_frame->document()->
axObjectCache
()->getOrCreate(focusedNode);
/external/webkit/WebCore/editing/mac/
SelectionControllerMac.mm
29
#import "
AXObjectCache
.h"
40
if (
AXObjectCache
::accessibilityEnabled() && m_selection.start().isNotNull() && m_selection.end().isNotNull())
41
document->
axObjectCache
()->postNotification(m_selection.start().node()->renderer(),
AXObjectCache
::AXSelectedTextChanged, false);
/external/webkit/WebCore/platform/android/
TemporaryLinkStubs.cpp
31
#include "
AXObjectCache
.h"
504
AXObjectCache
::~
AXObjectCache
()
510
bool
AXObjectCache
::gAccessibilityEnabled = false;
511
bool
AXObjectCache
::gAccessibilityEnhancedUserInterfaceEnabled = false;
513
void
AXObjectCache
::childrenChanged(RenderObject*)
518
void
AXObjectCache
::remove(RenderObject*)
/external/webkit/WebCore/platform/
Scrollbar.cpp
30
#include "
AXObjectCache
.h"
128
if (
AXObjectCache
::accessibilityEnabled()) {
131
AXObjectCache
* cache = document->
axObjectCache
();
134
cache->postNotification(axObject, document,
AXObjectCache
::AXValueChanged, true);
/external/webkit/WebCore/rendering/
RenderObjectChildList.cpp
30
#include "
AXObjectCache
.h"
130
if (
AXObjectCache
::accessibilityEnabled())
131
owner->document()->
axObjectCache
()->childrenChanged(owner);
178
if (
AXObjectCache
::accessibilityEnabled())
179
owner->document()->
axObjectCache
()->childrenChanged(owner);
235
if (
AXObjectCache
::accessibilityEnabled())
236
owner->document()->
axObjectCache
()->childrenChanged(owner);
RenderMenuList.cpp
27
#include "
AXObjectCache
.h"
319
if (
AXObjectCache
::accessibilityEnabled())
320
document()->
axObjectCache
()->postNotification(this,
AXObjectCache
::AXMenuListValueChanged, true, PostSynchronously);
RenderTextControl.cpp
25
#include "
AXObjectCache
.h"
184
if (
AXObjectCache
::accessibilityEnabled())
185
document()->
axObjectCache
()->postNotification(this,
AXObjectCache
::AXValueChanged, false);
RenderWidget.cpp
26
#include "
AXObjectCache
.h"
121
if (
AXObjectCache
::accessibilityEnabled()) {
122
document()->
axObjectCache
()->childrenChanged(this->parent());
123
document()->
axObjectCache
()->remove(this);
/external/webkit/WebCore/html/
HTMLSelectElement.cpp
29
#include "
AXObjectCache
.h"
275
if (
AXObjectCache
::accessibilityEnabled() && renderer())
276
renderer()->document()->
axObjectCache
()->childrenChanged(renderer());
Completed in 887 milliseconds
1
2