HomeSort by relevance Sort by last modified time
    Searched defs:insertAttribute (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/dom/
NamedNodeMap.h 77 void insertAttribute(PassRefPtr<Attribute> newAttribute, bool allowDuplicates)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
AndroidManifestDescriptors.java 229 insertAttribute(MANIFEST_ELEMENT, PACKAGE_ATTR_DESC);
233 insertAttribute(MANIFEST_ELEMENT, xmlns);
339 private void insertAttribute(ElementDescriptor element, AttributeDescriptor newAttr) {

Completed in 49 milliseconds