OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subresourcestag
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebCore/loader/archive/android/
WebArchiveAndroid.cpp
46
static const xmlChar* const
subresourcesTag
= BAD_CAST "subresources";
237
if (xmlStrEqual(resourceNode->name,
subresourcesTag
)) {
406
result = xmlTextWriterStartElement(writer,
subresourcesTag
);
Completed in 191 milliseconds