Searched refs:parentNode (Results 1 – 4 of 4) sorted by relevance
66 AccessibilityNodeInfo parentNode = currentNode.getParent(); in findNodeOrAncestor() local68 currentNode = parentNode; in findNodeOrAncestor()
37 static bool readChildNodeAsFloat(const char* groupName, const Json::Value& parentNode, in readChildNodeAsFloat() argument42 Json::Value childNode = parentNode[childName]; in readChildNodeAsFloat()
32 static bool readChildNodeAsFloat(const char* groupName, const Json::Value& parentNode, in readChildNodeAsFloat() argument37 Json::Value childNode = parentNode[childName]; in readChildNodeAsFloat()
87 textArea.parentNode.insertBefore(editor.dom, textArea);