Home | History | Annotate | Download | only in webdata

Lines Matching refs:service

158   // Adds a web intent service registration.
159 void AddWebIntentService(const webkit_glue::WebIntentServiceData& service);
161 // Removes a web intent service registration.
162 void RemoveWebIntentService(const webkit_glue::WebIntentServiceData& service);
177 // Adds a default web intent service entry.
178 void AddDefaultWebIntentService(const DefaultWebIntentService& service);
180 // Removes a default web intent service entry. Removes entries matching
181 // the |action|, |type|, and |url_pattern| of |service|.
182 void RemoveDefaultWebIntentService(const DefaultWebIntentService& service);
184 // Removes all default web intent service entries associated with
188 // Get a list of all web intent service defaults for the given |action|.
193 // Get a list of all registered web intent service defaults.
269 const webkit_glue::WebIntentServiceData& service);
271 const webkit_glue::WebIntentServiceData& service);
277 const DefaultWebIntentService& service);
279 const DefaultWebIntentService& service);