OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
136
bool
appendComment
(const String16& package,
366
void
appendComment
(const String16& comment, bool onlyIfEmpty = false);
XMLNode.cpp
801
status_t XMLNode::
appendComment
(const String16& comment)
[
all
...]
AaptAssets.h
415
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 456 milliseconds