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))
1336 domMemberMap.Node=["id","className","nodeType","tagName","nodeName","localName","prefix","namespaceURI","nodeValue","ownerDocument","parentNode","offsetParent","nextSibling","previousSibling","firstChild","lastChild","childNodes","attributes","dir","baseURI","textContent","innerHTML","addEventListener","removeEventListener","dispatchEvent","cloneNode","appendChild","insertBefore","replaceChild","removeChild","compareDocumentPosition","hasAttributes","hasChildNodes","lookupNamespaceURI","lookupPrefix","normalize","isDefaultNamespace","isEqualNode","isSameNode","isSupported","getFeature","getUserData","setUserData"];
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;
4379 this.TextNode=domplate(Firebug.Rep,{tag:OBJECTLINK("<",SPAN({"class":"nodeTag"},"TextNode")," textContent="",SPAN({"class":"nodeValue"},"$object.textContent|cropString"),""",">"),className:"textNode",supportsObject:function(object){return object instanceof Text
4578 if(value==undefined){var textContent=isIE?"innerText":"textContent";
4579 value=target[textContent];
5222 }responseTextBox[typeof responseTextBox.textContent!="undefined"?"textContent":"innerText"]=file.responseText;
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(hasClass(target,"cssPropName")){if(value&&previousValue!=value){var propValue=getChildByClass(row,"cssPropValue")[textContent];
7530 }}}else{if(getAncestorByClass(target,"cssPropValue")){var propName=getChildByClass(row,"cssPropName")[textContent];
7531 var propValue=getChildByClass(row,"cssPropValue")[textContent];
7542 var propName=getChildByClass(row,"cssPropName")[textContent];
7569 if(!hasClass(propEl,"disabledStyle")){cssText.push(getChildByClass(propEl,"cssPropName")[textContent]);
7571 cssText.push(getChildByClass(propEl,"cssPropValue")[textContent]);
8102 return node.textContent?node.textContent:node.innerText