Searched refs:tagName (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/www/asus/web_asus_en/slider/
H A Deventhandler.js21 function getCtrlFromElementIE(el,tagName){
23 if((tagName==null || el.tagName==tagName) && el.eventCtrl)
25 function getCtrlFromEventIE(e,tagName){
29 fromCtrl = getCtrlFromElementIE(event.fromElement,tagName);toCtrl = getCtrlFromElementIE(event.toElement, tagName);if(fromCtrl!=toCtrl) ctrl=toCtrl;if(!ctrl || (ctrl.mask&1)==0) ctrl=null;break;case 'mouseout':
30 fromCtrl = getCtrlFromElementIE(event.fromElement,tagName);toCtrl = getCtrlFromElementIE(event.toElement, tagName);if(fromCtrl!=toCtrl) ctrl=fromCtrl;if(!ctrl || (ctrl.mask&1)==0) ctrl=null;break;case 'mousedown':
33 ctrl = getCtrlFromElementIE(event.srcElement,tagName);i
[all...]
/asus-wl-520gu-7.0.1.45/src/router/www/asus/www_WL500gpv2/slider/
H A Deventhandler.js21 function getCtrlFromElementIE(el,tagName){
23 if((tagName==null || el.tagName==tagName) && el.eventCtrl)
25 function getCtrlFromEventIE(e,tagName){
29 fromCtrl = getCtrlFromElementIE(event.fromElement,tagName);toCtrl = getCtrlFromElementIE(event.toElement, tagName);if(fromCtrl!=toCtrl) ctrl=toCtrl;if(!ctrl || (ctrl.mask&1)==0) ctrl=null;break;case 'mouseout':
30 fromCtrl = getCtrlFromElementIE(event.fromElement,tagName);toCtrl = getCtrlFromElementIE(event.toElement, tagName);if(fromCtrl!=toCtrl) ctrl=fromCtrl;if(!ctrl || (ctrl.mask&1)==0) ctrl=null;break;case 'mousedown':
33 ctrl = getCtrlFromElementIE(event.srcElement,tagName);i
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/ixml/src/
H A Ddocument.c142 * tagName: The name of the element, it is case-sensitive.
145 * IXML_INVALID_PARAMETER: if either doc or tagName is NULL
151 IN DOMString tagName,
158 if( ( doc == NULL ) || ( tagName == NULL ) ) {
170 newElement->tagName = strdup( tagName );
171 if( newElement->tagName == NULL ) {
179 newElement->n.nodeName = strdup( tagName );
201 * tagName: The name of the element, it is case-sensitive.
203 * A new element object with the nodeName set to tagName, an
150 ixmlDocument_createElementEx( IN IXML_Document * doc, IN DOMString tagName, OUT IXML_Element ** rtElement ) argument
[all...]
H A Delement.c50 * Gets the element node's tagName
59 return element->tagName;
67 * Sets the given element's tagName.
69 * tagName: new tagName for the element.
74 IN char *tagName )
78 assert( ( element != NULL ) && ( tagName != NULL ) );
79 if( ( element == NULL ) || ( tagName == NULL ) ) {
83 if( element->tagName != NULL ) {
84 free( element->tagName );
[all...]
H A Dnode.c108 free( element->tagName );
929 rc = ixmlElement_setTagName( newElement, nodeptr->tagName );
1443 * tagName, in the order in which they are encountered in a
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/ixml/inc/
H A Dixml.h182 DOMString tagName; member in struct:_IXML_Element
743 * {\bf Element} node has a {\tt nodeName} of {\bf tagName} and
756 * {\bf tagName} is {\tt NULL}.
765 DOMString tagName,
774 * {\bf Element} node has a {\tt nodeName} of {\bf tagName} and
786 DOMString tagName
927 DOMString tagName
1063 DOMString tagName
1293 DOMString tagName
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/inc/
H A Dixml.h182 DOMString tagName; member in struct:_IXML_Element
743 * {\bf Element} node has a {\tt nodeName} of {\bf tagName} and
756 * {\bf tagName} is {\tt NULL}.
765 DOMString tagName,
774 * {\bf Element} node has a {\tt nodeName} of {\bf tagName} and
786 DOMString tagName
927 DOMString tagName
1063 DOMString tagName
1293 DOMString tagName
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/ixml/src/inc/
H A Dixmlparser.h99 int ixmlElement_setTagName(IXML_Element *element, char *tagName);

Completed in 27 milliseconds