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/chromium_org/third_party/WebKit/Source/core/editing/
MarkupAccumulator.h
91
void
appendNamespace
(StringBuilder&, const AtomicString& prefix, const AtomicString& namespaceURI, Namespaces&);
MarkupAccumulator.cpp
280
void MarkupAccumulator::
appendNamespace
(StringBuilder& result, const AtomicString& prefix, const AtomicString& namespaceURI, Namespaces& namespaces)
418
appendNamespace
(result, element->prefix(), element->namespaceURI(), *namespaces);
472
appendNamespace
(result, attribute.prefix(), attribute.namespaceURI(), *namespaces);
Completed in 24 milliseconds