OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 1017 milliseconds