Searched refs:manifest_xml (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/common/extensions/
H A Dupdate_manifest.h66 bool Parse(const std::string& manifest_xml);
H A Dupdate_manifest.cc197 bool UpdateManifest::Parse(const std::string& manifest_xml) { argument
202 if (manifest_xml.length() < 1) {
210 // Start up the xml parser with the manifest_xml contents.
212 reinterpret_cast<const xmlChar*>(manifest_xml.c_str())));

Completed in 136 milliseconds