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

  /external/webkit/Source/WebCore/editing/
MarkupAccumulator.h 89 void appendComment(Vector<UChar>& out, const String& comment);
MarkupAccumulator.cpp 274 void MarkupAccumulator::appendComment(Vector<UChar>& out, const String& comment)
399 appendComment(result, static_cast<const Comment*>(node)->data());
  /frameworks/base/tools/aapt/
XMLNode.h 123 status_t appendComment(const String16& comment);
ResourceTable.cpp 246 const bool appendComment;
257 , appendComment(_appendComment)
290 outTable->appendComment(myPackage, attr16, ident, comment, appendComment);
    [all...]
ResourceTable.h 167 bool appendComment(const String16& package,
371 void appendComment(const String16& comment, bool onlyIfEmpty = false);
XMLNode.cpp 811 status_t XMLNode::appendComment(const String16& comment)
    [all...]
AaptAssets.h 419 void appendComment(const String8& name, const String16& comment, const SourcePos& pos) {
Resource.cpp     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDocumentImpl.java 573 appendComment(m_char_current_start,length);
    [all...]

Completed in 690 milliseconds