HomeSort by relevance Sort by last modified time
    Searched refs:setTextContent (Results 1 - 25 of 36) sorted by null

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutDevice.java 112 xdpiNode.setTextContent(Float.toString(mXDpi));
116 xdpiNode.setTextContent(Float.toString(mYDpi));
161 node.setTextContent(Integer.toString(ccq.getCode()));
167 node.setTextContent(Integer.toString(ncq.getCode()));
173 node.setTextContent(slsq.getFolderSegment());
179 node.setTextContent(srq.getFolderSegment());
185 node.setTextContent(soq.getFolderSegment());
191 node.setTextContent(dq.getFolderSegment());
197 node.setTextContent(ttq.getFolderSegment());
203 node.setTextContent(ksq.getFolderSegment())
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLOutputElement.cpp 135 setTextContent(value, ec);
  /external/webkit/Source/WebCore/svg/
SVGTRefElement.cpp 55 setTextContent(textContent, ignore);
  /libcore/luni/src/main/java/org/w3c/dom/
Node.java     [all...]
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodesettextcontent02.js 79 The method setTextContent has no effect when the node is defined to be null.
81 Using setTextContent on a new Document node, attempt to set the textContent of this
nodesettextcontent10.js 80 The method setTextContent has no effect when the node is defined to be null.
82 Using setTextContent on a new Element node, attempt to set its content to ELEMENT.
nodesettextcontent03.js 80 Using setTextContent on this DocumentType node, attempt to set the textContent of this
nodesettextcontent04.js 80 Using setTextContent on this DocumentType node, attempt to set the textContent of a
nodesettextcontent05.js 80 Using setTextContent on a default Attr node, attempt to set its value to NA. Retreive
nodesettextcontent07.js 80 Using setTextContent on an existing Text node, attempt to set its value to Text.
nodesettextcontent08.js 80 Using setTextContent on a new Processing Instruction node, attempt to set its data to PID.
nodesettextcontent12.js 80 Using setTextContent on a new EntityReference node, attempt to set its value.
nodesettextcontent13.js 80 Using setTextContent on an Entity node, attempt to set its replacement text.
nodesettextcontent06.js 80 Using setTextContent on a new Attr node with a null value, attempt to set its value to NA. Retreive
nodesettextcontent11.js 80 Using setTextContent on a new DocumentFragment node Element child, attempt to set its content to
  /external/webkit/Source/WebKit/win/
DOMCoreClasses.h 221 virtual HRESULT STDMETHODCALLTYPE setTextContent(
445 virtual HRESULT STDMETHODCALLTYPE setTextContent(
446 /* [in] */ BSTR text) { return DOMNode::setTextContent(text); }
676 virtual HRESULT STDMETHODCALLTYPE setTextContent(
677 /* [in] */ BSTR text) { return DOMNode::setTextContent(text); }
    [all...]
DOMHTMLClasses.h 301 virtual HRESULT STDMETHODCALLTYPE setTextContent(
302 /* [in] */ BSTR text) { return DOMDocument::setTextContent(text); }
575 virtual HRESULT STDMETHODCALLTYPE setTextContent(
576 /* [in] */ BSTR text) { return DOMElement::setTextContent(text); }
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
DomTest.java 424 doctype.setTextContent("foobar"); // strangely, this is specified to no-op
430 document.setTextContent("foobar"); // strangely, this is specified to no-op
436 nutrition.setTextContent("foobar");
447 sp.setTextContent("foobar");
458 png.setTextContent("foobar");
464 * Tests setTextContent on entity references. Although the other tests can
478 entityReference.setTextContent("Lite Syrup");
486 standard.setTextContent("foobar");
493 descriptionText1.setTextContent("foobar");
500 descriptionText2.setTextContent("foobar")
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java 585 public void setTextContent(String textContent)
  /packages/apps/Mms/src/com/android/mms/dom/
NodeImpl.java 237 public void setTextContent(String textContent) throws DOMException {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
MockXmlNode.java 274 public void setTextContent(String textContent) throws DOMException {
  /cts/tools/utils/
DescriptionGenerator.java 431 .setTextContent(caze.mDescription);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java     [all...]
  /external/webkit/Source/WebCore/dom/
Node.h 183 void setTextContent(const String&, ExceptionCode&);

Completed in 573 milliseconds

1 2