OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appendDocumentType
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/editing/
MarkupAccumulator.h
90
void
appendDocumentType
(Vector<UChar>& result, const DocumentType*);
MarkupAccumulator.cpp
282
void MarkupAccumulator::
appendDocumentType
(Vector<UChar>& result, const DocumentType* n)
405
appendDocumentType
(result, static_cast<const DocumentType*>(node));
Completed in 21 milliseconds