HomeSort by relevance Sort by last modified time
    Searched refs:ELEMENT_NODE (Results 76 - 100 of 159) sorted by null

1 2 34 5 6 7

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 167 } else if (currentNode.getNodeType() == Node.ELEMENT_NODE) {
301 node.getNodeType() == Node.ELEMENT_NODE;
341 if (currentNode.getParentNode().getNodeType() == Node.ELEMENT_NODE) {
557 if (parentNode.getNodeType() == Node.ELEMENT_NODE) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationToggle.java 277 mUndoXmlNextElement.getNodeType() != Node.ELEMENT_NODE) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAttribute.java 190 while (node != null && node.getNodeType() != Node.ELEMENT_NODE) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
XmlStringFileHelper.java 183 if (lastChild.getNodeType() == Node.ELEMENT_NODE &&
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
XmlVisitor.java 208 if (child.getNodeType() == Node.ELEMENT_NODE) {
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
NamespaceDetector.java 183 if (node.getNodeType() == Node.ELEMENT_NODE) {
UselessViewDetector.java 152 if (parentNode.getNodeType() != Node.ELEMENT_NODE) {
ObsoleteLayoutParamsDetector.java 248 if (layoutNode == null || layoutNode.getNodeType() != Node.ELEMENT_NODE) {
305 if (parent.getNodeType() == Node.ELEMENT_NODE) {
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/sources/
SdkSource.java 750 if (child.getNodeType() == Node.ELEMENT_NODE) {
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetRoot.java 953 if(DTM.NULL != parent && DTM.ELEMENT_NODE == dtm.getNodeType(parent))
    [all...]
TemplateList.java 438 case DTM.ELEMENT_NODE :
506 case DTM.ELEMENT_NODE :
  /external/chromium/chrome/browser/resources/shared/js/
util.js 119 if (el.nodeType == Node.ELEMENT_NODE &&
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 288 if (startNode.getNodeType() == Node.ELEMENT_NODE) {
632 if (node.getNodeType() == Node.ELEMENT_NODE && mDepth.get(depth) == null) {
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 419 case Node.ELEMENT_NODE :
454 case Node.ELEMENT_NODE :
    [all...]
LSSerializerImpl.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMBuilder.java 214 else if (type == Node.ELEMENT_NODE)
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
NodeTest.java 363 return DTM.ELEMENT_NODE;
  /external/webkit/Source/WebCore/editing/
MarkupAccumulator.cpp 410 case Node::ELEMENT_NODE:
  /external/webkit/Source/WebCore/inspector/front-end/
MetricsSidebarPane.js 43 if (!node || node.nodeType() !== Node.ELEMENT_NODE) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 127 if (type == Node.ELEMENT_NODE) { // ignore TEXT/CDATA nodes.
134 // since the non ELEMENT_NODE children were filtered out, count must be updated.
208 * are of type ELEMENT_NODE
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 218 if (node.getNodeType() == Node.ELEMENT_NODE) {
226 if (childNode.getNodeType() == Node.ELEMENT_NODE) {
292 if (variationNode.getNodeType() == Node.ELEMENT_NODE) {
    [all...]
  /external/webkit/Source/WebCore/dom/
Node.cpp 176 case ELEMENT_NODE: {
690 if (type == ELEMENT_NODE)
    [all...]
  /external/chromium/net/tools/testserver/
xmppserver.py 53 if node.nodeType == node.ELEMENT_NODE:
  /external/webkit/Source/WebCore/xml/
XMLViewer.js 100 processNode.processorsMap[Node.ELEMENT_NODE] = processElement;
  /external/webkit/Source/WebKit/chromium/src/
WebPageSerializerImpl.cpp 406 case Node::ELEMENT_NODE:

Completed in 1442 milliseconds

1 2 34 5 6 7