Home
last modified time | relevance | path

Searched refs:parseQualifiedName (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/dom/
DDOMImplementation.cpp219 if (!Document::parseQualifiedName(qualifiedName, prefix, localName, ec)) in createDocumentType()
DDocument.h859 …static bool parseQualifiedName(const String& qualifiedName, String& prefix, String& localName, Exc…
DDocument.cpp979 if (!parseQualifiedName(qualifiedName, prefix, localName, ec)) in createElementNS()
3856 bool Document::parseQualifiedName(const String& qualifiedName, String& prefix, String& localName, E… in parseQualifiedName() function in WebCore::Document
4157 if (!parseQualifiedName(qualifiedName, prefix, localName, ec)) in createAttributeNS()
DElement.cpp1478 if (!Document::parseQualifiedName(qualifiedName, prefix, localName, ec)) in setAttributeNS()
/external/webkit/Source/WebCore/svg/animation/
DSVGSMILElement.cpp159 if (!Document::parseQualifiedName(attributeName, prefix, localName, ec)) in constructQualifiedName()
/external/webkit/Source/WebCore/editing/
DEditorCommand.cpp438 if (!Document::parseQualifiedName(tagName, prefix, localName, ec)) in executeFormatBlock()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-10190 (WebCore::Document::parseQualifiedName): Ditto.
1379 * dom/Document.cpp: (WebCore::Document::parseQualifiedName): Cast the type of the
22306 (WebCore::DocumentImpl::parseQualifiedName):
DChangeLog-2008-08-1038667 (WebCore::Document::parseQualifiedName):
42703 (WebCore::Document::parseQualifiedName):
52399 (WebCore::Document::parseQualifiedName):
58351 (WebCore::Document::parseQualifiedName): Removed unneeded call to copy, and
DChangeLog-2005-12-198965 (DocumentImpl::parseQualifiedName):
DChangeLog-2010-12-0684077 (WebCore::Document::parseQualifiedName):