/external/chromium_org/third_party/WebKit/Source/core/editing/ |
MarkupAccumulator.h | 75 static void appendComment(StringBuilder&, const String&);
|
MarkupAccumulator.cpp | 323 void MarkupAccumulator::appendComment(StringBuilder& result, const String& comment) 490 appendComment(result, toComment(node)->data());
|
markup.cpp | 701 MarkupAccumulator::appendComment(taggedMarkup, fragmentMarkerTag); 703 MarkupAccumulator::appendComment(taggedMarkup, fragmentMarkerTag); [all...] |
/frameworks/base/tools/aapt/ |
XMLNode.h | 123 status_t appendComment(const String16& comment);
|
ResourceTable.cpp | 247 const bool appendComment; 258 , appendComment(_appendComment) 291 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 | 812 status_t XMLNode::appendComment(const String16& comment) [all...] |
AaptAssets.h | 422 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...] |