OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:axObjectCache
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.cpp
32
#include "core/accessibility/
AXObjectCache
.h"
159
AXObjectCache
* AXObject::
axObjectCache
() const
163
return doc->
axObjectCache
();
245
AXComputedObjectAttributeCache* attributeCache =
axObjectCache
()->computedObjectAttributeCache();
493
return
axObjectCache
()->getOrCreate(widget)->accessibilityHitTest(IntPoint(point - widget->frameRect().location()));
527
AXObjectCache
* cache = node->document().
axObjectCache
();
571
return
AXObjectCache
::focusedUIElementForPage(page);
824
axObjectCache
()->childrenChanged(parentObject())
[
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/dom/
Document.cpp
44
#include "core/accessibility/
AXObjectCache
.h"
[
all
...]
Completed in 781 milliseconds