OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rootAXEditableElement
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObjectCache.h
140
Element*
rootAXEditableElement
(Node*);
141
const Element*
rootAXEditableElement
(const Node*);
241
inline Element* AXObjectCache::
rootAXEditableElement
(Node*) { return 0; }
246
inline const Element* AXObjectCache::
rootAXEditableElement
(const Node*) { return 0; }
AXObjectCache.cpp
887
const Element* AXObjectCache::
rootAXEditableElement
(const Node* node)
/external/chromium_org/third_party/WebKit/Source/core/dom/
Node.cpp
690
return cache->
rootAXEditableElement
(this);
[
all
...]
Completed in 57 milliseconds