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

/external/chromium/chrome/common/extensions/
H A Dupdate_manifest.cc225 xmlNs* gupdate_ns = GetNamespace(root, kExpectedGupdateXmlns); local
226 if (!gupdate_ns) {
231 if (!TagNameEquals(root, "gupdate", gupdate_ns)) {
244 std::vector<xmlNode*> daystarts = GetChildren(root, gupdate_ns, "daystart");
255 std::vector<xmlNode*> apps = GetChildren(root, gupdate_ns, "app");
259 if (!ParseSingleAppTag(apps[i], gupdate_ns, &current, &error)) {

Completed in 53 milliseconds