Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/android/
Dshortcut_helper.h53 void OnDidGetManifest(const content::Manifest& manifest);
Dshortcut_helper.cc111 web_contents()->GetManifest(base::Bind(&ShortcutHelper::OnDidGetManifest, in OnDidGetWebApplicationInfo()
233 void ShortcutHelper::OnDidGetManifest(const content::Manifest& manifest) { in OnDidGetManifest() function in ShortcutHelper