Lines Matching refs:textContent

712 }if(pureText){html.push(escapeForHtmlEditor(elt.textContent))
720 }}}}else{if(elt.nodeType==Node.TEXT_NODE){html.push(escapeForTextNode(elt.textContent))
3312 }else{if(name==="contains"){return(elem.textContent||elem.innerText||"").indexOf(match[3])>=0
4337 },getNodeText:function(element){var text=element.textContent;
4340 }},getNodeTextGroups:function(element){var text=element.textContent;
4567 if(value==undefined){var textContent=isIE?"innerText":"textContent";
4568 value=target[textContent];
5211 }responseTextBox[typeof responseTextBox.textContent!="undefined"?"textContent":"innerText"]=file.re…
5487 if(spy.responseTime){timeBox.textContent=" "+formatTime(spy.responseTime)
5490 statusBox.textContent=Firebug.Spy.XHR.getStatus(spy);
7052 var textContent=isIE?"innerText":"textContent";
7198 var propName=getChildByClass(row,"cssPropName")[textContent];
7211 var propName=getChildByClass(row,"cssPropName")[textContent];
7216 var propValue=getChildByClass(row,"cssPropValue")[textContent];
7320 if(propRow){var propName=getChildByClass(propRow,"cssPropName")[textContent];
7330 var text=propValue[textContent];
7340 if(propNameNode&&isImageRule(propNameNode[textContent])){var rule=Firebug.getRepObject(target);
7513 …")){if(value&&previousValue!=value){var propValue=getChildByClass(row,"cssPropValue")[textContent];
7519 …cestorByClass(target,"cssPropValue")){var propName=getChildByClass(row,"cssPropName")[textContent];
7520 var propValue=getChildByClass(row,"cssPropValue")[textContent];
7531 var propName=getChildByClass(row,"cssPropName")[textContent];
7558 …hasClass(propEl,"disabledStyle")){cssText.push(getChildByClass(propEl,"cssPropName")[textContent]);
7560 cssText.push(getChildByClass(propEl,"cssPropValue")[textContent]);
8091 return node.textContent?node.textContent:node.innerText