Home
last modified time | relevance | path

Searched refs:OnParseSuccess (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_webstore_private_api.h82 void OnParseSuccess(const SkBitmap& icon, DictionaryValue* parsed_manifest);
Dextension_webstore_private_api.cc237 client_->OnParseSuccess(icon_, parsed_manifest_.release()); in ReportResultFromUIThread()
341 void BeginInstallWithManifestFunction::OnParseSuccess( in OnParseSuccess() function in BeginInstallWithManifestFunction