Searched refs:sNode (Results 1 – 6 of 6) sorted by relevance
19 var sNode = document.getElementById(tabs[value][0]);20 var spanNode = sNode.firstChild;22 sNode.className = activeTableTab;26 sNode.className = tableTab;
1709 public static Node getAttributeNode(Node sNode, String attribName) { in getAttributeNode() argument1710 NamedNodeMap attrs = sNode.getAttributes(); in getAttributeNode()1725 public static String getAttributeValue(Node sNode, String attribName) { in getAttributeValue() argument1727 NamedNodeMap attrs = sNode.getAttributes(); in getAttributeValue()1745 public static void setAttributeValue(Node sNode, String attribName, String val) { in setAttributeValue() argument1747 Node attr = sNode.getAttributes().getNamedItem(attribName); in setAttributeValue()1751 attr = sNode.getOwnerDocument().createAttribute(attribName); in setAttributeValue()1753 sNode.getAttributes().setNamedItem(attr); in setAttributeValue()
143 ACBTree *told, *sNode;154 sNode = [self search:dkp.key];155 if ( sNode == nil || [sNode searchnode:dkp.key match:YES] == FAILURE ) {
807 private String getAttributeValue(Node sNode, String attribName){ in getAttributeValue() argument809 Node node = sNode; in getAttributeValue()
11351 SEMAPHORE_NODE *sNode = &device_data->semaphoreMap[*pSemaphore]; in PostCallRecordCreateSemaphore() local11352 sNode->signaler.first = VK_NULL_HANDLE; in PostCallRecordCreateSemaphore()11353 sNode->signaler.second = 0; in PostCallRecordCreateSemaphore()11354 sNode->signaled = false; in PostCallRecordCreateSemaphore()11355 sNode->scope = kSyncScopeInternal; in PostCallRecordCreateSemaphore()