HomeSort by relevance Sort by last modified time
    Searched refs:nodeType (Results 101 - 125 of 180) sorted by null

1 2 3 45 6 7 8

  /external/webkit/WebCore/dom/
Attr.h 69 virtual NodeType nodeType() const;
82 virtual bool childTypeAllowed(NodeType);
ProcessingInstruction.h 67 virtual NodeType nodeType() const;
71 virtual bool childTypeAllowed(NodeType);
Range.cpp 625 Node::NodeType startNodeType = m_start.container()->nodeType();
689 Node::NodeType startNodeType = m_start.container()->nodeType();
755 Node::NodeType endNodeType = m_end.container()->nodeType();
    [all...]
Text.cpp 89 Node::NodeType type = n->nodeType();
106 Node::NodeType type = n->nodeType();
193 Node::NodeType Text::nodeType() const
297 bool Text::childTypeAllowed(NodeType)
Node.cpp 163 switch (node->nodeType()) {
247 printf("NodeType distrubution:\n");
669 NodeType type = node->nodeType();
694 if (nextSibling->nodeType() != TEXT_NODE)
1081 if (newChild->nodeType() != DOCUMENT_FRAGMENT_NODE) {
1082 if (!childTypeAllowed(newChild->nodeType()))
1086 if (!childTypeAllowed(n->nodeType()))
    [all...]
Node.h 83 enum NodeType {
117 virtual NodeType nodeType() const = 0;
326 ASSERT(m_document || (nodeType() == DOCUMENT_TYPE_NODE && !inDocument()));
339 bool isReadOnlyNode() const { return nodeType() == ENTITY_REFERENCE_NODE; }
340 virtual bool childTypeAllowed(NodeType) { return false; }
Attr.cpp 79 Node::NodeType Attr::nodeType() const
153 bool Attr::childTypeAllowed(NodeType type)
  /external/webkit/WebKitTools/Scripts/
update-sources-list.py 55 if node.nodeType == node.TEXT_NODE:
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementremoveattributenodenomodificationallowederrEE.java 75 int nodeType;
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentImportNode.java 30 * parentNode, nodeName, nodeType and nodeValue of the imported node to verify
78 // int nodeType;
88 // nodeType = (int) importedAttr.getNodeType();
90 // assertEquals("documentimportnode01_nodeType", 2, nodeType);
106 int nodeType;
118 nodeType = (int) importedAttr.getNodeType();
123 assertEquals("documentimportnode02_nodeType", 2, nodeType);
135 // int nodeType;
145 // nodeType = (int) importedAttr.getNodeType();
147 // assertEquals("documentimportnode03_nodeType", 2, nodeType);
    [all...]
  /external/webkit/WebCore/inspector/front-end/
ElementsTreeOutline.js 150 if (!treeElement && node.nodeType === Node.TEXT_NODE) {
297 if (this.representedObject.nodeType == Node.ELEMENT_NODE)
495 if (this.representedObject.nodeType == Node.ELEMENT_NODE && (!lastChild || !lastChild.elementCloseTag)) {
576 if (this.representedObject.nodeType != Node.ELEMENT_NODE && this.representedObject.nodeType != Node.TEXT_NODE)
631 if (this.representedObject.nodeType === Node.TEXT_NODE) {
664 if (elem.nodeType !== Node.ELEMENT_NODE)
687 if (node.nodeType === Node.TEXT_NODE) {
692 if (node.nodeType !== Node.ELEMENT_NODE)
851 if (this.representedObject.nodeType == Node.ELEMENT_NODE)
    [all...]
utilities.js 80 if (node.nodeType === Node.TEXT_NODE) {
115 if (node.nodeType === Node.TEXT_NODE) {
134 endOffset = stayWithinNode.nodeType === Node.TEXT_NODE ? stayWithinNode.nodeValue.length : stayWithinNode.childNodes.length;
154 while (node && node.nodeType !== Node.TEXT_NODE)
239 if (node.nodeType === Node.ELEMENT_NODE && node.hasStyleClass(className))
370 if (!this || this.nodeType !== Node.TEXT_NODE)
382 switch (this.nodeType) {
515 if (!firstChild || firstChild.nodeType !== Node.TEXT_NODE)
549 return node.nodeType == Node.DOCUMENT_NODE ? node : node.ownerDocument;
  /external/libxml2/
pattern.c 92 int nodeType; /* type of node */
    [all...]
  /external/webkit/WebCore/mathml/
RenderMathMLBlock.cpp 49 return child->node() && child->node()->nodeType() == Node::ELEMENT_NODE;
  /external/webkit/WebKit/chromium/public/
WebNode.h 73 enum NodeType {
88 WEBKIT_API NodeType nodeType() const;
  /external/webkit/SunSpider/tests/parse-only/
jquery-1.3.2.js 41 if ( selector.nodeType ) {
209 if ( this.nodeType != 8 )
210 ret += this.nodeType != 1 ?
254 if (this.nodeType == 1)
261 if (this.nodeType == 1)
357 return elem.nodeType === 1;
386 var isArrayLike = selector.length && selector[selector.length - 1] !== undefined && !selector.nodeType;
460 if ( this.nodeType != 1 )
596 if ( deep && copy && typeof copy === "object" && !copy.nodeType )
641 return elem.nodeType === 9 && elem.documentElement.nodeName !== "HTML" |
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/
DSPNode.c 125 DSP_NODETYPE nodeType;
224 GetNodeType(*phNode, &nodeType);
225 if ((nodeType != NODE_DEVICE) && (pInfo.ulNumGPPSMSegs > 0)) {
461 DSP_NODETYPE nodeType;
508 GetNodeType(hNode, &nodeType);
509 if (nodeType != NODE_DEVICE) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditor.java 298 String nodeType = marker.getAttribute(AndroidConstants.MARKER_ATTR_TYPE, EMPTY);
299 if (nodeType == EMPTY) {
309 if (ui_node.getDescriptor().getXmlName().equals(nodeType)) {
  /cts/tools/utils/
android_api_description_splitter.py 106 if child.nodeType == xml.dom.minidom.Node.ELEMENT_NODE:
  /development/testrunner/test_defs/
test_defs.py 77 if element.nodeType != xml.dom.Node.ELEMENT_NODE:
  /external/libvpx/examples/includes/ASCIIMathPHP-2.0/
htmlMathML.js 12 if (node.nodeType==1) {
41 if (tmp_node.childNodes[j].nodeType != 3) {
  /libcore/luni/src/main/java/org/apache/xalan/templates/
ElemApplyTemplates.java 273 final int nodeType = dtm.getNodeType(child);
284 switch (nodeType)
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 986 public int getTypedFirstChild(int nodeHandle, int nodeType)
990 if (nodeType < DTM.NTYPES) {
995 if (eType == nodeType
997 && m_expandedNameTable.getType(eType) == nodeType)) {
1005 if (_exptype(firstChild) == nodeType) {
    [all...]
  /external/srec/tools/grxmlcompile/
grxmldoc.cpp 205 KeywordValues nodeType = NodeTypeBadValue;
208 nodeType = (*pos).second;
209 DEBUG_PRINT("nodeType=" + nodeType);
218 switch ( nodeType )
286 KeywordValues nodeType = NodeTypeBadValue;
289 nodeType = (*pos).second;
300 switch ( nodeType )
    [all...]
  /external/webkit/WebCore/loader/archive/cf/
LegacyWebArchive.cpp 426 Node::NodeType nodeType = node->nodeType();
427 if (nodeType != Node::DOCUMENT_NODE && nodeType != Node::DOCUMENT_TYPE_NODE)

Completed in 406 milliseconds

1 2 3 45 6 7 8