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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
MarkupAccumulator.h 75 static void appendComment(StringBuilder&, const String&);
MarkupAccumulator.cpp 321 void MarkupAccumulator::appendComment(StringBuilder& result, const String& comment)
488 appendComment(result, static_cast<const Comment*>(node)->data());
markup.cpp 704 MarkupAccumulator::appendComment(taggedMarkup, fragmentMarkerTag);
706 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...]

Completed in 407 milliseconds