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

  /external/webkit/Source/WebCore/editing/
MarkupAccumulator.h 86 void appendNamespace(Vector<UChar>& result, const AtomicString& prefix, const AtomicString& namespaceURI, Namespaces&);
MarkupAccumulator.cpp 232 void MarkupAccumulator::appendNamespace(Vector<UChar>& result, const AtomicString& prefix, const AtomicString& namespaceURI, Namespaces& namespaces)
338 appendNamespace(out, element->prefix(), element->namespaceURI(), *namespaces);
378 appendNamespace(out, attribute.prefix(), attribute.namespaceURI(), *namespaces);

Completed in 32 milliseconds