HomeSort by relevance Sort by last modified time
    Searched defs:newElement (Results 26 - 46 of 46) sorted by null

12

  /external/webkit/Source/WebCore/dom/
XMLDocumentParserLibxml2.cpp 706 static inline void handleElementNamespaces(Element* newElement, const xmlChar** libxmlNamespaces, int nb_namespaces, ExceptionCode& ec, FragmentScriptingPermission scriptingPermission)
714 newElement->setAttributeNS(XMLNSNames::xmlnsNamespaceURI, namespaceQName, namespaceURI, ec, scriptingPermission);
729 static inline void handleElementAttributes(Element* newElement, const xmlChar** libxmlAttributes, int nb_attributes, ExceptionCode& ec, FragmentScriptingPermission scriptingPermission)
739 newElement->setAttributeNS(attrURI, attrQName, attrValue, ec, scriptingPermission);
800 RefPtr<Element> newElement = document()->createElement(qName, true);
801 if (!newElement) {
807 handleElementNamespaces(newElement.get(), libxmlNamespaces, nb_namespaces, ec, m_scriptingPermission);
813 handleElementAttributes(newElement.get(), libxmlAttributes, nb_attributes, ec, m_scriptingPermission);
819 newElement->beginParsingChildren();
821 ScriptElement* scriptElement = toScriptElement(newElement.get())
    [all...]
Document.cpp 809 RefPtr<Element> newElement = createElementNS(oldElement->namespaceURI(), oldElement->tagQName().toString(), ec);
819 newElement->setAttribute(attr->name(), attr->value().impl(), ec);
825 newElement->copyNonAttributeProperties(oldElement);
832 newElement->appendChild(newChild.release(), ec);
838 return newElement.release();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.help_3.5.0.v20100524.jar 
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 
org.eclipse.equinox.util_1.0.200.v20100503.jar 
org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar 
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 425 milliseconds

12