Searched refs:TEXT_NODE (Results 1 - 25 of 63) sorted by relevance

123

/external/chromium/chrome/common/extensions/docs/js/
H A Dsidebar.js7 var TEXT_NODE = 3; // Text nodes have nodeType of 3. variable
69 item.firstChild.nodeType == TEXT_NODE) {
/external/webkit/Source/WebCore/xml/
H A DXPathUtil.cpp48 case Node::TEXT_NODE:
90 case Node::TEXT_NODE:
/external/webkit/Source/WebCore/dom/
H A DDocumentFragment.cpp61 case TEXT_NODE:
H A DText.cpp86 if (type == Node::TEXT_NODE || type == Node::CDATA_SECTION_NODE) {
103 if (type == Node::TEXT_NODE || type == Node::CDATA_SECTION_NODE) {
191 return TEXT_NODE;
H A DOptionElement.cpp88 if (n->nodeType() == Node::TEXT_NODE || n->nodeType() == Node::CDATA_SECTION_NODE)
H A DRange.cpp646 case Node::TEXT_NODE:
778 case Node::TEXT_NODE:
1048 if (n->nodeType() == Node::TEXT_NODE || n->nodeType() == Node::CDATA_SECTION_NODE) {
1127 case Node::TEXT_NODE:
1173 case Node::TEXT_NODE:
1195 case Node::TEXT_NODE:
1315 case Node::TEXT_NODE:
1333 case Node::TEXT_NODE:
1379 case Node::TEXT_NODE:
1427 case Node::TEXT_NODE
[all...]
H A DAttr.cpp158 case TEXT_NODE:
H A DStyleElement.cpp37 return nodeType == Node::TEXT_NODE || nodeType == Node::CDATA_SECTION_NODE;
H A DNode.idl40 const unsigned short TEXT_NODE = 3;
/external/webkit/Source/WebCore/inspector/front-end/
H A DTextPrompt.js325 if (node.nodeType === Node.TEXT_NODE && selectionRange.startOffset < node.nodeValue.length)
330 if (node.nodeType === Node.TEXT_NODE && node.nodeValue.length) {
346 if (!focusNode || focusNode.nodeType !== Node.TEXT_NODE || focusNode.parentNode !== this.element)
354 if (focusNode.nodeType !== Node.TEXT_NODE)
368 if (!focusNode || focusNode.nodeType !== Node.TEXT_NODE || focusNode.parentNode !== this.element)
376 if (focusNode.nodeType !== Node.TEXT_NODE)
H A DElementsTreeOutline.js145 if (!treeElement && node.nodeType() === Node.TEXT_NODE) {
753 if (this.representedObject.nodeType() != Node.ELEMENT_NODE && this.representedObject.nodeType() != Node.TEXT_NODE)
819 if (this.representedObject.nodeType() === Node.TEXT_NODE) {
871 if (node.nodeType === Node.TEXT_NODE) {
1076 if (!previous || previous.nodeType !== Node.TEXT_NODE)
1184 } else if (this.representedObject.nodeType() == Node.TEXT_NODE)
1325 case Node.TEXT_NODE:
1384 if (!firstChild || firstChild.nodeType() !== Node.TEXT_NODE)
H A Dutilities.js65 if (node.nodeType === Node.TEXT_NODE) {
100 if (node.nodeType === Node.TEXT_NODE) {
119 endOffset = stayWithinNode.nodeType === Node.TEXT_NODE ? stayWithinNode.nodeValue.length : stayWithinNode.childNodes.length;
139 while (node && node.nodeType !== Node.TEXT_NODE)
190 if (sibling.nodeType === this.TEXT_NODE && sibling.nodeValue === "")
464 if (!this || this.nodeType !== Node.TEXT_NODE)
521 case Node.TEXT_NODE:
/external/chromium/chrome/browser/resources/shared/js/
H A Dparse_html_subset.js71 case Node.TEXT_NODE:
/external/webkit/Tools/Scripts/
H A Dupdate-sources-list.py55 if node.nodeType == node.TEXT_NODE:
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DClonerToResultTree.java61 // case DTM.TEXT_NODE :
142 case DTM.TEXT_NODE :
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTM.java484 if(TEXT_NODE == nexttype || CDATA_SECTION_NODE == nexttype)
496 if(TEXT_NODE == n.getNodeType())
497 nexttype=TEXT_NODE;
584 if(TEXT_NODE == nexttype || CDATA_SECTION_NODE == nexttype)
838 else if(TEXT_NODE == type || CDATA_SECTION_NODE == type)
872 if(TEXT_NODE == type || CDATA_SECTION_NODE == type)
932 case Node.TEXT_NODE :
1216 if(TEXT_NODE != ntype && CDATA_SECTION_NODE != ntype)
1239 if(TEXT_NODE!=type && CDATA_SECTION_NODE!=type)
1625 if(TEXT_NODE
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM.java111 transient protected int m_textType = DTM.TEXT_NODE;
117 transient protected int m_coalescedTextType = DTM.TEXT_NODE;
835 return (DTM.TEXT_NODE == type || DTM.CDATA_SECTION_NODE == type);
1532 int exName = m_expandedNameTable.getExpandedTypeID(DTM.TEXT_NODE);
1545 m_textType = m_coalescedTextType = DTM.TEXT_NODE;
2079 else if (m_textType == DTM.TEXT_NODE)
2081 m_coalescedTextType = DTM.TEXT_NODE;
2430 m_textType = DTM.TEXT_NODE;
H A DSAX2DTM2.java1592 } while (eType == TEXT_NODE
1605 } while(ATTRIBUTE_NODE == type || TEXT_NODE == type
2415 m_previous = addNode(m_coalescedTextType, DTM.TEXT_NODE,
2424 m_previous = addNode(m_coalescedTextType, DTM.TEXT_NODE,
2435 m_textType = m_coalescedTextType = DTM.TEXT_NODE;
2794 if (type == DTM.TEXT_NODE || type == DTM.CDATA_SECTION_NODE)
2833 else if (DTM.TEXT_NODE == type || DTM.CDATA_SECTION_NODE == type)
2907 if (type == DTM.TEXT_NODE || type == DTM.CDATA_SECTION_NODE)
2943 else if (DTM.TEXT_NODE == type || DTM.CDATA_SECTION_NODE == type)
2980 if ((_exptype2(child) == DTM.TEXT_NODE)
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTM.java110 public static final short TEXT_NODE = 3; field in interface:DTM
/external/chromium/testing/gtest/test/
H A Dgtest_xml_test_utils.py134 elif child.nodeType in [Node.TEXT_NODE, Node.CDATA_SECTION_NODE]:
/external/gtest/test/
H A Dgtest_xml_test_utils.py134 elif child.nodeType in [Node.TEXT_NODE, Node.CDATA_SECTION_NODE]:
/external/libvpx/libvpx/third_party/googletest/src/test/
H A Dgtest_xml_test_utils.py134 elif child.nodeType in [Node.TEXT_NODE, Node.CDATA_SECTION_NODE]:
/external/protobuf/gtest/test/
H A Dgtest_xml_test_utils.py133 elif child.nodeType in [Node.TEXT_NODE, Node.CDATA_SECTION_NODE]:
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMBuilder.java201 if (type == Node.TEXT_NODE)
483 if( childNode != null && childNode.getNodeType() == Node.TEXT_NODE ){
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DParseRDF.java453 if (currChild.getNodeType() != Node.TEXT_NODE)
652 if (child.getNodeType() == Node.TEXT_NODE)
1182 if (node.getNodeType() != Node.TEXT_NODE)

Completed in 846 milliseconds

123