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
55
) sorted by null
1
2
3
/external/webkit/Source/WebCore/editing/chromium/
SelectionControllerChromium.cpp
34
#include "
AXObjectCache
.h"
42
if (
AXObjectCache
::accessibilityEnabled() && m_selection.start().isNotNull() && m_selection.end().isNotNull()) {
44
document->
axObjectCache
()->postNotification(m_selection.start().deprecatedNode()->renderer(),
AXObjectCache
::AXSelectedTextChanged, false);
/external/webkit/Source/WebKit/win/
AccessibleDocument.cpp
29
#include <WebCore/
AXObjectCache
.h>
37
: AccessibleBase(doc->
axObjectCache
()->rootObject())
/external/webkit/Source/WebCore/editing/
InsertIntoTextNodeCommand.cpp
29
#include "
AXObjectCache
.h"
53
if (
AXObjectCache
::accessibilityEnabled())
54
document()->
axObjectCache
()->nodeTextChangeNotification(m_node->renderer(),
AXObjectCache
::AXTextInserted, m_offset, m_text.length());
63
if (
AXObjectCache
::accessibilityEnabled())
64
document()->
axObjectCache
()->nodeTextChangeNotification(m_node->renderer(),
AXObjectCache
::AXTextDeleted, m_offset, m_text.length());
DeleteFromTextNodeCommand.cpp
29
#include "
AXObjectCache
.h"
58
if (
AXObjectCache
::accessibilityEnabled())
59
document()->
axObjectCache
()->nodeTextChangeNotification(m_node->renderer(),
AXObjectCache
::AXTextDeleted, m_offset, m_count);
74
if (
AXObjectCache
::accessibilityEnabled())
75
document()->
axObjectCache
()->nodeTextChangeNotification(m_node->renderer(),
AXObjectCache
::AXTextInserted, m_offset, m_count);
InsertNodeBeforeCommand.cpp
29
#include "
AXObjectCache
.h"
56
if (
AXObjectCache
::accessibilityEnabled())
57
document()->
axObjectCache
()->nodeTextChangeNotification(m_insertChild->renderer(),
AXObjectCache
::AXTextInserted, 0, m_insertChild->nodeValue().length());
66
if (
AXObjectCache
::accessibilityEnabled())
67
document()->
axObjectCache
()->nodeTextChangeNotification(m_insertChild->renderer(),
AXObjectCache
::AXTextDeleted, 0, m_insertChild->nodeValue().length());
AppendNodeCommand.cpp
29
#include "
AXObjectCache
.h"
46
static void sendAXTextChangedIgnoringLineBreaks(Node* node,
AXObjectCache
::AXTextChange textChange)
54
node->document()->
axObjectCache
()->nodeTextChangeNotification(node->renderer(), textChange, 0, len);
65
if (
AXObjectCache
::accessibilityEnabled())
66
sendAXTextChangedIgnoringLineBreaks(m_node.get(),
AXObjectCache
::AXTextInserted);
75
if (
AXObjectCache
::accessibilityEnabled())
76
sendAXTextChangedIgnoringLineBreaks(m_node.get(),
AXObjectCache
::AXTextDeleted);
/external/webkit/Source/WebCore/accessibility/
AccessibilityScrollView.cpp
29
#include "
AXObjectCache
.h"
110
AccessibilityScrollbar* scrollBarObject = static_cast<AccessibilityScrollbar*>(
axObjectCache
()->getOrCreate(scrollbar));
137
return
axObjectCache
()->getOrCreate(doc->renderer());
174
return
axObjectCache
()->getOrCreate(owner->renderPart()->parent());
AccessibilityMenuList.cpp
29
#include "
AXObjectCache
.h"
54
AXObjectCache
* cache = m_renderer->document()->
axObjectCache
();
AccessibilityMenuListPopup.cpp
29
#include "
AXObjectCache
.h"
70
AccessibilityObject* object = m_menuList->renderer()->document()->
axObjectCache
()->getOrCreate(MenuListOptionRole);
113
m_menuList->renderer()->document()->
axObjectCache
()->remove(child->axObjectID());
AccessibilityListBoxOption.cpp
32
#include "
AXObjectCache
.h"
100
IntRect parentRect = listBoxRenderer->document()->
axObjectCache
()->getOrCreate(listBoxRenderer)->boundingBoxRect();
166
return m_optionElement->document()->
axObjectCache
()->getOrCreate(parentNode->renderer());
AccessibilitySlider.cpp
32
#include "
AXObjectCache
.h"
92
AXObjectCache
* cache = m_renderer->document()->
axObjectCache
();
118
return
axObjectCache
()->getOrCreate(m_renderer);
AccessibilityTableCell.cpp
32
#include "
AXObjectCache
.h"
81
return
axObjectCache
()->get(toRenderTableCell(m_renderer)->table());
176
return
axObjectCache
()->getOrCreate(headerCell);
AccessibilityTableRow.cpp
32
#include "
AXObjectCache
.h"
97
return
axObjectCache
()->get(toRenderTableRow(m_renderer)->table());
AccessibilityRenderObject.cpp
32
#include "
AXObjectCache
.h"
205
return
axObjectCache
()->getOrCreate(firstChild);
218
return
axObjectCache
()->getOrCreate(lastChild);
320
return
axObjectCache
()->getOrCreate(previousSibling);
370
return
axObjectCache
()->getOrCreate(nextSibling);
421
return
axObjectCache
()->get(renderParentObject());
430
return
axObjectCache
()->getOrCreate(m_renderer->parent());
441
return
axObjectCache
()->getOrCreate(parentObj);
445
return
axObjectCache
()->getOrCreate(m_renderer->frame()->view());
794
AXObjectCache
* cache = axObjectCache()
[
all
...]
AccessibilityListBox.cpp
32
#include "
AXObjectCache
.h"
149
AccessibilityObject* listBoxObject = m_renderer->document()->
axObjectCache
()->getOrCreate(ListBoxOptionRole);
194
return
axObjectCache
()->getOrCreate(m_renderer);
AccessibilityImageMapLink.cpp
32
#include "
AXObjectCache
.h"
66
return m_mapElement->document()->
axObjectCache
()->getOrCreate(m_mapElement->renderer());
AccessibilityTable.cpp
32
#include "
AXObjectCache
.h"
298
AXObjectCache
* axCache = m_renderer->document()->
axObjectCache
();
370
m_headerContainer = static_cast<AccessibilityTableHeaderContainer*>(
axObjectCache
()->getOrCreate(TableHeaderContainerRole));
515
AccessibilityObject* cellObject =
axObjectCache
()->getOrCreate(cell);
AccessibilityTableColumn.cpp
32
#include "
AXObjectCache
.h"
161
return m_parentTable->
axObjectCache
()->getOrCreate(cell);
AccessibilityObject.cpp
32
#include "
AXObjectCache
.h"
98
ASSERT(
AXObjectCache
::accessibilityEnabled());
107
AXObjectCache
* cache = document->
axObjectCache
();
396
AccessibilityObject* object = replacedNode->renderer()->document()->
axObjectCache
()->getOrCreate(replacedNode->renderer());
653
return obj->document()->
axObjectCache
()->getOrCreate(obj);
758
RefPtr<AccessibilityObject> axObj = obj->document()->
axObjectCache
()->getOrCreate(obj);
767
return anchorRenderer->document()->
axObjectCache
()->getOrCreate(anchorRenderer);
[
all
...]
/external/webkit/Source/WebCore/editing/gtk/
SelectionControllerGtk.cpp
24
#include "
AXObjectCache
.h"
80
if (!
AXObjectCache
::accessibilityEnabled())
88
AccessibilityObject* accessibilityObject = m_frame->document()->
axObjectCache
()->getOrCreate(focusedNode);
/external/webkit/Source/WebCore/editing/mac/
SelectionControllerMac.mm
29
#import "
AXObjectCache
.h"
53
if (
AXObjectCache
::accessibilityEnabled() && m_selection.start().isNotNull() && m_selection.end().isNotNull())
54
document->
axObjectCache
()->postNotification(m_selection.start().deprecatedNode()->renderer(),
AXObjectCache
::AXSelectedTextChanged, false);
/external/webkit/Source/WebKit/chromium/src/
WebDocument.cpp
34
#include "
AXObjectCache
.h"
138
document->
axObjectCache
()->getOrCreate(document->renderer()));
/external/webkit/Source/WebCore/platform/
Scrollbar.cpp
29
#include "
AXObjectCache
.h"
99
if (
AXObjectCache
::accessibilityEnabled() &&
axObjectCache
())
100
axObjectCache
()->remove(this);
446
AXObjectCache
* Scrollbar::
axObjectCache
() const
452
return document->
axObjectCache
();
Scrollbar.h
171
virtual
AXObjectCache
*
axObjectCache
() const;
/external/webkit/Source/WebCore/rendering/
RenderObjectChildList.cpp
30
#include "
AXObjectCache
.h"
135
if (
AXObjectCache
::accessibilityEnabled())
136
owner->document()->
axObjectCache
()->childrenChanged(owner);
187
if (
AXObjectCache
::accessibilityEnabled())
188
owner->document()->
axObjectCache
()->childrenChanged(owner);
248
if (
AXObjectCache
::accessibilityEnabled())
249
owner->document()->
axObjectCache
()->childrenChanged(owner);
Completed in 52 milliseconds
1
2
3