Lines Matching refs:textContent
723 }if(pureText){html.push(escapeForHtmlEditor(elt.textContent))
731 }}}}else{if(elt.nodeType==Node.TEXT_NODE){html.push(escapeForTextNode(elt.textContent))
3323 }else{if(name==="contains"){return(elem.textContent||elem.innerText||"").indexOf(match[3])>=0
4348 },getNodeText:function(element){var text=element.textContent;
4351 }},getNodeTextGroups:function(element){var text=element.textContent;
4578 if(value==undefined){var textContent=isIE?"innerText":"textContent";
4579 value=target[textContent];
5222 }responseTextBox[typeof responseTextBox.textContent!="undefined"?"textContent":"innerText"]=file.re…
5498 if(spy.responseTime){timeBox.textContent=" "+formatTime(spy.responseTime)
5501 statusBox.textContent=Firebug.Spy.XHR.getStatus(spy);
7063 var textContent=isIE?"innerText":"textContent";
7209 var propName=getChildByClass(row,"cssPropName")[textContent];
7222 var propName=getChildByClass(row,"cssPropName")[textContent];
7227 var propValue=getChildByClass(row,"cssPropValue")[textContent];
7331 if(propRow){var propName=getChildByClass(propRow,"cssPropName")[textContent];
7341 var text=propValue[textContent];
7351 if(propNameNode&&isImageRule(propNameNode[textContent])){var rule=Firebug.getRepObject(target);
7524 …")){if(value&&previousValue!=value){var propValue=getChildByClass(row,"cssPropValue")[textContent];
7530 …cestorByClass(target,"cssPropValue")){var propName=getChildByClass(row,"cssPropName")[textContent];
7531 var propValue=getChildByClass(row,"cssPropValue")[textContent];
7542 var propName=getChildByClass(row,"cssPropName")[textContent];
7569 …hasClass(propEl,"disabledStyle")){cssText.push(getChildByClass(propEl,"cssPropName")[textContent]);
7571 cssText.push(getChildByClass(propEl,"cssPropValue")[textContent]);
8102 return node.textContent?node.textContent:node.innerText