Home
last modified time | relevance | path

Searched refs:client_node (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/accessibility/
Dax_tree_serializer.h115 ClientTreeNode* client_node);
134 void DeleteClientSubtree(ClientTreeNode* client_node);
192 AXSourceNode node, ClientTreeNode* client_node) { in LeastCommonAncestor() argument
193 if (!tree_->IsValid(node) || client_node == NULL) in LeastCommonAncestor()
203 while (client_node) { in LeastCommonAncestor()
204 client_ancestors.push_back(client_node); in LeastCommonAncestor()
205 client_node = client_node->parent; in LeastCommonAncestor()
231 ClientTreeNode* client_node = ClientTreeNodeById(tree_->GetId(node)); in LeastCommonAncestor() local
232 while (tree_->IsValid(node) && !client_node) { in LeastCommonAncestor()
235 client_node = ClientTreeNodeById(tree_->GetId(node)); in LeastCommonAncestor()
[all …]