HomeSort by relevance Sort by last modified time
    Searched refs:handleElementNamespaces (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/dom/
XMLDocumentParserQt.cpp 341 static inline void handleElementNamespaces(Element* newElement, const QXmlStreamNamespaceDeclarations &ns,
524 handleElementNamespaces(newElement.get(), m_stream.namespaceDeclarations(), ec, m_scriptingPermission);
xml_expat_tokenizer.cpp 394 static inline void handleElementNamespaces(Element *newElement, const String &uri, const String &prefix, ExceptionCode &exceptioncode)
450 handleElementNamespaces(newElement.get(), uri, prefix, ec);
XMLDocumentParserLibxml2.cpp 706 static inline void handleElementNamespaces(Element* newElement, const xmlChar** libxmlNamespaces, int nb_namespaces, ExceptionCode& ec, FragmentScriptingPermission scriptingPermission)
807 handleElementNamespaces(newElement.get(), libxmlNamespaces, nb_namespaces, ec, m_scriptingPermission);
    [all...]

Completed in 136 milliseconds