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

  /external/webkit/WebCore/dom/
XMLTokenizerQt.cpp 326 static inline void handleElementNamespaces(Element* newElement, const QXmlStreamNamespaceDeclarations &ns,
508 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);
XMLTokenizerLibxml2.cpp 680 static inline void handleElementNamespaces(Element* newElement, const xmlChar** libxmlNamespaces, int nb_namespaces, ExceptionCode& ec, FragmentScriptingPermission scriptingPermission)
782 handleElementNamespaces(newElement.get(), libxmlNamespaces, nb_namespaces, ec, m_scriptingPermission);
    [all...]

Completed in 50 milliseconds