Home
last modified time | relevance | path

Searched refs:StartUpdateManifestParse (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/
Dutility_process_host.h137 bool StartUpdateManifestParse(const std::string& xml);
Dutility_process_host.cc50 bool UtilityProcessHost::StartUpdateManifestParse(const std::string& xml) { in StartUpdateManifestParse() function in UtilityProcessHost
/external/chromium/chrome/browser/extensions/
Dextension_updater.cc648 host->StartUpdateManifestParse(xml_); in ParseInSandbox()