Home
last modified time | relevance | path

Searched refs:nodeValue (Results 1 – 25 of 43) sorted by relevance

12

/external/gtest/test/
Dgtest_xml_test_utils.py70 self.assertEquals(expected_node.nodeValue, actual_node.nodeValue)
123 self.assert_(child.nodeValue.isspace())
152 cdata = re.sub(r"^.*/(.*:)\d+\n", "\\1*\n", child.nodeValue)
154 child.nodeValue = re.sub(r"\nStack trace:\n(.|\n)*",
/external/webkit/WebCore/inspector/front-end/
Dutilities.js130 var start = (node === this ? (offset - 1) : (node.nodeValue.length - 1));
132 if (stopCharacters.indexOf(node.nodeValue[i]) !== -1) {
166 for (var i = start; i < node.nodeValue.length; ++i) {
167 if (stopCharacters.indexOf(node.nodeValue[i]) !== -1) {
183 …endOffset = stayWithinNode.nodeType === Node.TEXT_NODE ? stayWithinNode.nodeValue.length : stayWit…
492 if (!this.nodeValue.length)
494 return this.nodeValue.match(/^[\s\xA0]+$/);
573 return "\"" + this.nodeValue + "\"";
576 return "<!--" + this.nodeValue + "-->";
606 preview += currentNode.nodeValue.escapeHTML();
[all …]
DTextPrompt.js237 if (node.nodeType === Node.TEXT_NODE && selectionRange.startOffset < node.nodeValue.length)
242 if (node.nodeType === Node.TEXT_NODE && node.nodeValue.length) {
DElementsTreeOutline.js531 node.nodeValue = node.nodeValue.replace(/\u200B/g, "");
605 textNode.nodeValue = newText;
DElementsPanel.js1156 var data = "<!--" + this.focusedDOMNode.nodeValue + "-->";
1161 var data = this.focusedDOMNode.nodeValue;
/external/webkit/WebCore/xml/
DXPathUtil.cpp51 return node->nodeValue(); in stringValue()
58 str += n->nodeValue(); in stringValue()
DXPathNamespace.h50 virtual String nodeValue() const;
DXPathNamespace.cpp68 String XPathNamespace::nodeValue() const in nodeValue() function in WebCore::XPathNamespace
/external/webkit/WebCore/dom/
DProcessingInstruction.cpp85 String ProcessingInstruction::nodeValue() const in nodeValue() function in WebCore::ProcessingInstruction
90 void ProcessingInstruction::setNodeValue(const String& nodeValue, ExceptionCode& ec) in setNodeValue() argument
93 setData(nodeValue, ec); in setNodeValue()
DCharacterData.cpp180 String CharacterData::nodeValue() const in nodeValue() function in WebCore::CharacterData
190 void CharacterData::setNodeValue(const String& nodeValue, ExceptionCode& ec) in setNodeValue() argument
192 setData(nodeValue, ec); in setNodeValue()
DCharacterData.h51 virtual String nodeValue() const;
DAttr.h65 virtual String nodeValue() const;
DProcessingInstruction.h50 virtual String nodeValue() const;
DStyleElement.cpp68 append(text, c->nodeValue()); in process()
DOptionElement.cpp60 text += n->nodeValue(); in collectOptionText()
DAttr.cpp99 String Attr::nodeValue() const in nodeValue() function in WebCore::Attr
DNode.cpp420 String Node::nodeValue() const in nodeValue() function in WebCore::Node
1593 if (nodeValue() != other->nodeValue()) in isEqualNode()
1802 content.append(static_cast<const CharacterData*>(this)->CharacterData::nodeValue()); in appendTextContent()
1806 …ontent.append(static_cast<const ProcessingInstruction*>(this)->ProcessingInstruction::nodeValue()); in appendTextContent()
2005 String value = nodeValue(); in showNode()
DText.cpp338 s = nodeValue(); in formatForDebugger()
DNode.idl54 … attribute [ConvertNullStringTo=Null, ConvertNullToNullString] DOMString nodeValue
/external/webkit/WebCore/html/
DHTMLTitleElement.cpp61 m_title += c->nodeValue(); in childrenChanged()
/external/webkit/WebKitTools/Scripts/
Dupdate-sources-list.py56 sourcesText = node.nodeValue.strip()
/external/webkit/WebKit/win/
DDOMCoreClasses.h131 virtual HRESULT STDMETHODCALLTYPE nodeValue(
357 virtual HRESULT STDMETHODCALLTYPE nodeValue( in nodeValue() function
358 /* [retval][out] */ BSTR *result) { return DOMNode::nodeValue(result); } in nodeValue()
589 virtual HRESULT STDMETHODCALLTYPE nodeValue( in nodeValue() function
590 /* [retval][out] */ BSTR *result) { return DOMNode::nodeValue(result); } in nodeValue()
DDOMHTMLClasses.h203 virtual HRESULT STDMETHODCALLTYPE nodeValue( in nodeValue() function
204 /* [retval][out] */ BSTR *result) { return DOMDocument::nodeValue(result); } in nodeValue()
477 virtual HRESULT STDMETHODCALLTYPE nodeValue( in nodeValue() function
478 /* [retval][out] */ BSTR *result) { return DOMElement::nodeValue(result); } in nodeValue()
736 virtual HRESULT STDMETHODCALLTYPE nodeValue( in nodeValue() function
737 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeValue(result); } in nodeValue()
1041 virtual HRESULT STDMETHODCALLTYPE nodeValue( in nodeValue() function
1042 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeValue(result); } in nodeValue()
1365 virtual HRESULT STDMETHODCALLTYPE nodeValue( in nodeValue() function
1366 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeValue(result); } in nodeValue()
[all …]
/external/webkit/WebCore/editing/
Dmarkup.cpp216 return node->nodeValue(); in stringValueForRange()
218 String str = node->nodeValue(); in stringValueForRange()
229 String str = node->nodeValue(); in ucharRange()
419 append(result, static_cast<const Comment*>(node)->nodeValue()); in appendStartMarkup()
/external/webkit/WebCore/page/mac/
DFrameMac.mm166 String nodeString = n->nodeValue();
212 String nodeString = n->nodeValue();

12