Home | History | Annotate | Download | only in webdata

Lines Matching refs:app_url

172 void WebDataService::SetWebAppImage(const GURL& app_url,
176 NULL, app_url, image);
182 void WebDataService::SetWebAppHasAllImages(const GURL& app_url,
186 NULL, app_url, has_all_images);
193 void WebDataService::RemoveWebApp(const GURL& app_url) {
195 new GenericRequest<GURL>(this, GetNextRequestHandle(), NULL, app_url);
202 const GURL& app_url,
205 new GenericRequest<GURL>(this, GetNextRequestHandle(), consumer, app_url);